0 Help with ArduIMU v3 output data Posted by Faisal Al-Kilani on July 20, 2013 at 8:12am Hi,I want remove any unnecessary output data of IMU to optimize the system for my project, and I can't find where can i remove this data as shown in the next figure, so help me please. You need to be a member of diydrones to add comments! Join diydrones Tags: arduimu, imu, data, output, remove, v3 Email me when people reply – Follow
Replies
I found a simple way and you will not missed up the program code, just remove the line from the code:
"GPS.update();"
Hi,
What you are seeing is the code trying to initialize the GPS. Go into the code and look for #define USE_GPS and do not use the GPS.