MPU6050 on a raspberry pico with smbus [school project]

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
DeeJaySlowTime
Posts: 1
Joined: Thu Mar 11, 2021 9:07 am

MPU6050 on a raspberry pico with smbus [school project]

Post by DeeJaySlowTime » Thu Mar 11, 2021 9:23 am

Hi!
For a school project I need to connect the MPU6050 to a Raspberry Pi Pico. I know it's done on a usual pi 3/4 with the smbus module. I have seen someone else import a different library to the Pico. Has anyone got the smbus source code with all the imports you need for that.

Thanks for responding in advance :D

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: MPU6050 on a raspberry pico with smbus [school project]

Post by pythoncoder » Thu Mar 11, 2021 9:32 am

Peter Hinch
Index to my micropython libraries.

Post Reply