Skip to content

harishragul/mpu6050-raspberry-pi-pico-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpu6050-raspberry-pi-pico-library

IMU Library for MPU 6050 with Raspberry Pi Pico - Micropython

Credits

Peter Hinch, Sebastian Plamauer

Roche Christopher

Connections:

  • SDA - 1
  • SCL - 2

From this library you can get the raw values of MPU6050 using imu.py and vector3d.py. The sample.py file will demonstrate the process of getting raw values by uisng I2C communication. And you can measure the tilt angle of a system by using kalman.py as shown in angle.py.

About

IMU Library for MPU 6050 with Raspberry Pi Pico - Micropython

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages