How to Interface MPU6050 (Accelerometer) with Raspberry pi using Python
Introduction Hi guys , in this article we will see how to interface MPU6050 accelerator with raspberry pi using python Language. Acclerometer reads the acceleration of the sensor. This module gives the three axis values, X,Y, and Z axis. In this tutorial we are converting these values to two angles which represents the five positions,…