This step describes how to callibrate your ArduIMU senors (accelerometer, gyroscope and magnetometer) and save these calibrated values to the EPROM memory of the Arduino (Atmel chip). It also describes how to upload Arduino code to the ArduIMU.
Documentation in progress… (contact Seb for details)
>> http://arduino.cc/en/Main/Software
Seb’s GitHub >> https://github.com/SebMadgwick/ArduIMU-Gloves
Comment in/out as required in FlexSensors.cpp:
- open “ArduIMU_Glove” sketch in Arduino
- connect ArduIMU to computer with FTDI cable
- select “dev/tty” from Tools -> Serial Port menu
- ArduIMU does not show up in the list of Arduino boards to select from, but I find it works to program when you select “Arduino Pro or Pro Mini (5V, 16MHz) w/ATmega 328″ from Tools -> Board menu
- upload sketch
[...] Glover GUI >> http://theglovesproject.com/step-12/ Uploading code to ArduIMU >> http://theglovesproject.com/step-10-callibrating-and-programming/ ArduIMU Making-of >> [...]