Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 375 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 375 Bytes

Self Balancing Robot

Balancing bot using arduino and MPU6050(KALMAN filter):

  • Designed a robot which can balance itself in vertical position on two wheels based on PID algorithm using an
    Atmel Atmega-328p microcontroller.
  • Kalman filter(library) is used to remove noise collected from accelerometer and gyrometer of MPU6050 IMU sensor.