Hey guys,
Finally i got my 9DOF sensor stick running (SparkFun 9 Degrees of Freedom - Sensor Stick - SEN-10724 - SparkFun Electronics). Now i had to replace my UNO with a DUE.
i wonder why my values from my 9DOF sensor stick are so different to the ones i get from the Arduino UNO or MICRO.
wire connection was the same both times: GND-GND // 3.3V-VCC // SLC-SLC // SDA-SDA
This is what the raw and unedited sensor output shows on the UNO & Micro:
(Accelerometer, Magnetometer, Gyroscope)
e.g.:
#A-R=-27.00,-2.00,238.00
#M-R=107.00,129.00,519.00
#G-R=-3.00,52.00,9.00
And this is what exactly the same code shows on the Arduino DUE:
e.g.:
#A-R=65503.00,16.00,216.00
#M-R=134.00,-65434.00,-65093.00
#G-R=-65522.00,-65494.00,-7.00
anyone know this kind of problem? what's the matter with all therse 65000-Values?
Thanks a lot guys...