Drone compass calibration: Difference between revisions
From Rsewiki
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
Calibration app - with a fair set of values. | Calibration app - with a fair set of values. | ||
[[File:arduino-compass-calibrate.png | | [[File:arduino-compass-calibrate.png | 400px]] | ||
Arduino with sensor calibration code. Sending raw data to app and receive the calibration data when send is pressed on the calibration app. | Arduino with sensor calibration code. Sending raw data to app and receive the calibration data when send is pressed on the calibration app. |
Revision as of 08:45, 11 October 2020
back to [[Drone control]
Calibration setup
Once the controller is mounted on the drone, it is time to calibrate the compass.
Upload the calibration firmware to the Teensy (using the Arduino GUI)
Run the calibration app - in the bin directory for Linux, or here for other platforms https://www.pjrc.com/store/prop_shield.html
Calibration app - with a fair set of values.
Arduino with sensor calibration code. Sending raw data to app and receive the calibration data when send is pressed on the calibration app.