Home - sentry5588/two_wheeler GitHub Wiki

Welcome to the two_wheeler wiki!

Sensor data handling

Acceleration and gyro data will be pulled from MPU6050 to Arduino. The vehicle position is calculated on Arduino using different methods.

Method 1

Pure integration from the gyro

Method 2

Pure raw data from acceleration