README.md 682 B

Developed by Kristian Lauszus, TKJ Electronics 2012

The code is released under the GNU General Public License.


This is the Processing application I made to visualize the data sent from the Arduino.

This should be used with the MPU-6050 code I have provided.

Note that you properly need to change the serial port for it to work.

The serial port can be changed at the following line in the code:

serial = new Serial(this, Serial.list()[0], 115200);

For more information fell free to post a question at the guide: http://arduino.cc/forum/index.php/topic,58048.0.html or send me an email at kristianl@tkjelectronics.dk.