A GUI tool for plotting and recording MPU-6050 digital accelerometer and gyroscope readings on a Raspberry Pi
Python 3
Following packages have to be installed on Raspberry Pi.
- python-smbus package
sudo apt install python-smbus
- mpu6050-raspberrypi package
pip install mpu6050-raspberrypi