- Sat May 17, 2014 3:05 pm
#5683
After some stumbling around in the dark until I found a USB driver .inf file that would let Windows 8.1 talk to the Arduino, I was able to get kit #3 working with the megalogger code. I noticed that it only polls the accelerometer and gyro every 200 msec. If I read the firmware code for the MPU-6050 correctly, you don't have the low pass filter activated so I could poll the device much faster than every 200msec. By the way, shouldn't the LPF be set to twice the sampling frequency to reduce aliasing of higher frequencies?
The MPU-6050 chip seems to have a lot of capability that isn't being used currently, including the ability to attach a 3 axis magnetometer for 9 axis motion detection and on board sensor fusion calculation.
The MPU-6050 chip seems to have a lot of capability that isn't being used currently, including the ability to attach a 3 axis magnetometer for 9 axis motion detection and on board sensor fusion calculation.