Skip to content

Reading and logging mpu-9250 IMU data with time stamps using Arduino uno.

Notifications You must be signed in to change notification settings

Qiangest/IMULogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IMULogger

Reading mpu-9250 IMU data with timestamp, and sending data to Serial.

features:

  • support GMT+8 time zone.
  • integrate time and IMU data(Liner Acc/Gyro/Mag/Pose).

Data is started by a string "START" and ended by a "END".

How to install:

  • copy folder RTIMULib and Time to your arduino library.
  • download the IMULogger sketch to your Arduino uno.

when it starts, you should calibrate the time by inputting "T+calendarTime" through serial. you can got it by command: date +T%s on Linux.

Using libraries from RTIMULib and Time.

About

Reading and logging mpu-9250 IMU data with time stamps using Arduino uno.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published