"Hi Psam,
Nice to read that you have it all working now!
Lucky you: MPU-6000 Absolute Maximum Ratings, Supply Voltage VDD: -0.5V to +6V, so the MPU should be undamaged by the 5V supply it accidently got. I'm not sure about the other components - but…"
"Hello Paven, I don't understand: you say you are running an ArduIMU+ V3 on an Arduino Uno. But these are both hardware boards, and also completely different. You can't run hardware on hardware...
Do you mean to say you are trying to run my code on…"
"Hello Jon-Paul,
As you might have figured out by now (sorry for the large delay in answering your question), this is most likely because there is no, or no correct, SPI communication between your Arduino processor and the MPU-6000. The code first…"
"Sorry Daniil, this answer comes way too late of course, but might be interesting for later readers.
Once in a while, the FIFO inside the MPU-6000 overflows (because the Arduino sketch can't keep up with the MPU-6000 data rate), resulting in an…"
"Hello Tanner,
Thanks for your interest in my code.
Unfortunately, I have no coding experience with the ARM Cortex-M0 (or any ARM processor). The Arduino code is indeed C-like, so if you already have experience coding in C or C++, and combined with…"
Maybe you are interested in my Arduino sketch specifically written for the MPU-6000 on the ArduIMU+ V3 board from 3DRobotics Inc. It is attached to this post (v053_MPU6000_DMP6_SPI.ino). Please read the header carefully because it contains a lot of…
"Glad you appreciate it. Please let me know if you've got it working on your ArduIMU too! And if your code somehow incorporates the magnetometer, I would be very interested in it, since my time is quite limited from now on to work on my project :-("
"Maybe you are interested in my Arduino sketch specifically written for the MPU-6000 on the ArduIMU+ V3 board from 3DRobotics Inc. You can download it from my Dropbox share: v053_MPU6000_DMP6_SPI.ino. Please read the header carefully because it…"