A Python module for accessing the MPU-6050 digital accelerometer and gyroscope on a Raspberry Pi.
Project description
A Python module for accessing the MPU-6050 digital accelerometer and gyroscope on a Raspberry Pi.
Example
Assuming that the address of your MPU-6050 is 0x68, you can read read accelerometer data like this:
>>> from mpu6050 import mpu6050 >>> sensor = mpu6050(0x68) >>> accelerometer_data = sensor.get_accel_data()
Dependencies
You need to have the python-smbus package installed.
Installation
There are two ways of installing this package: via PyPi or via the git repository. Installing from the git repository insures that you have the absolute latest version installed, but this can be prone to bugs.
1. install the python-smbus package
sudo apt install python-smbus
2. Install this package from PyPi repository
pip install mpu6050-raspberrypi
Or:
2. Clone the repository and run setup.py
git clone https://github.com/Tijndagamer/mpu6050.git python setup.py install
Issues & Bugs
Please report any issues or bugs here:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mpu6050-raspberrypi-1.0.3.4.tar.gz
.
File metadata
- Download URL: mpu6050-raspberrypi-1.0.3.4.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0e1a19b6e56175d7c8200dae17f2c13c9d968f47536baee2617a88382d33c41 |
|
MD5 | 53a87428d7f141df3923d059f3a9c027 |
|
BLAKE2b-256 | 560f3c72d81c29a85c27dfbb2b16206834b160e1f03bd0f1462cd9944f9fa40c |