0% found this document useful (0 votes)
75 views

Self Balancing Robot

This project aims to create a self-balancing robot that uses two wheels connected by one axle and sensors to detect inclination. The robot will have an upper platform mounted above a lower one between the wheels. Sensors will detect if the platform tilts and send signals to motors to move the wheels forward or backward as needed to balance the platform and keep it horizontal. The Arduino microcontroller will be coded to control the motors based on sensor readings to self-balance the robot.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views

Self Balancing Robot

This project aims to create a self-balancing robot that uses two wheels connected by one axle and sensors to detect inclination. The robot will have an upper platform mounted above a lower one between the wheels. Sensors will detect if the platform tilts and send signals to motors to move the wheels forward or backward as needed to balance the platform and keep it horizontal. The Arduino microcontroller will be coded to control the motors based on sensor readings to self-balance the robot.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

PROJECT TITLE-SELF BALANCING ROBOT

ABSTRACT

To make a robot which can balance itself on two wheels. There will be only one axle
connecting the two wheels and a platform will be mounted on that .There will be a another
platform above it . The platform will not remain stable itself.Our job will be to balance the
platform using distance sensors and to maintain it horizontal. At first we have decided to just
balance the robot on its two wheels .If the platform inclines then microcontroller(in this
case it is Arduino) will send signals to motors such that motors would move forward or
backward depending on the inclination direction and extent.So if the platform tilts forward
then motors will run forward and viceversa to keep the platform horizontal.For this we will
need to code the Arduino in order to perform job according to this.

You might also like