Open GoogleCodeExporter opened 9 years ago
You are right about the Accel_config inconsistency.
The value is directly connected to the gravity value in the arduimu.ino file.
Each AFS_SEL value has it's own gravity value.
The Gravity value specified in the Arduimu.ino (4096) works fine with AFS_SEL =
3 (+- 16g)
To do this you are supposed to modify the MPU6000 line in:
MPU6000_SPI_write(MPUREG_ACCEL_CONFIG,0x18);
and the gravity value can remain:
#define GRAVITY 4096
I tried to set the accelerometers to 4 and 8 g with the relative gravity
factors, but the centrifugal correction didn't seem to work properly.
Regards Marco
Original comment by marco.di...@gmail.com
on 27 Mar 2013 at 10:31
Original issue reported on code.google.com by
cola...@paranoiaproducts.co.uk
on 6 Feb 2013 at 6:29