Skip to content

LMJayasundara/MPU9250-Calibrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MPU9250-Calibrate

Calibrate Gyro, Accel and Mag in MPU9250

To check Mag calibrating
01 - Using Putty to record data.csv 02 - Download Gnuplot (http://gnuplot.info/) 03 - Open Gnuplot terminal in csv file dir and type set datafile separator "," plot "data.csv" using 1:2 title "XY" pointsize 2 pointtype 7, "data.csv" using 1:3 title "XZ" pointsize 2 pointtype 7, "data.csv" using 2:3 title "YZ" pointsize 2 pointtype 7

About

Calibrate Gyro, Accel and Mag in MPU9250

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages