Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/znitche/pico-mpu-6050
MicroPython module for performing measurements using MPU-6050 accelerometer and gyro
https://github.com/znitche/pico-mpu-6050
accelerometer gyroscope micropython mpu-6050
Last synced: 1 day ago
JSON representation
MicroPython module for performing measurements using MPU-6050 accelerometer and gyro
- Host: GitHub
- URL: https://github.com/znitche/pico-mpu-6050
- Owner: zNitche
- License: mit
- Created: 2024-07-17T18:22:48.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-19T23:57:27.000Z (5 months ago)
- Last Synced: 2024-11-06T11:50:01.964Z (about 2 months ago)
- Topics: accelerometer, gyroscope, micropython, mpu-6050
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pico-mpu-6050
MicroPython module for performing measurements using MPU-6050 accelerometer and gyro#### Usage
Example at [main.py](main.py)#### Resources
- [Specification](https://invensense.tdk.com/wp-content/uploads/2015/02/MPU-6000-Datasheet1.pdf)
- [Datasheet](https://cdn.sparkfun.com/datasheets/Sensors/Accelerometers/RM-MPU-6000A.pdf)