Blog

Convert UART Data into Chart

When we are doing PID test or Kallman filtering via collecting data from arduino monitor, if any tool can send data bck to computer in real time, analyse, and then generate chart, that will very helpful. now this is a tool can do it. The SNV address of the software are http://code.google.com/p/serialchart/ How...

BMA180 Three-Axis Accelerometer Demo Test with Arduino

They are a lot of postures sensors are available on our sites, such as ITG3200、ADXL345、ADXL335、HMC5883L、MPU6050、BMP085、MMA7361, and these ICs are more used on flying control, now we did some simple test with the Bosch BMA180 module. Bosch BMA180 three axis digital accelerometer module has great performance than many others, it provides 14 bits...

Basic Soldering with 0805 SMD components

We tried how to solder some basic SMD device, like 0805 package resistors, diode, capacitor, etc, there are some differences with the normal through hole soldering.First I got the SMD training PCB board here: https://www.electrodragon.com/?product=smd-soldering-skills-training-board This is a basic PCB board can solder a few these SMD components on it free almost...

Terminal Serial Port (UART) Monitor/emulation program

Terminal is a simple serial port (COM) terminal emulation program. It can be used for communication with different devices such as modems, routers, embedded uC systems, GSM phones,... It is very useful debugging tool for serial communication applications. It's a really uesful monitor tool for all kinds Serial Port (UART) communication...