two wheel self balancing robot

13
Self Balancing Two Wheel Robot

Upload: adeela-aslam

Post on 18-Jul-2015

770 views

Category:

Engineering


22 download

TRANSCRIPT

Page 1: Two wheel self balancing robot

Self Balancing Two Wheel Robot

Page 2: Two wheel self balancing robot

Basic AimThe basic aims of our project are :

To demonstrate the methods and techniques involved in balancing an unstable robotic platform on two wheels.

To design a complete digital control system with the state space model.

Page 3: Two wheel self balancing robot

AbstractThe purpose of our project is to balance a robot automatically using motors, sensors and a microprocessor.

The use of a pair of motors is to keep the robot in the upright position by using an accelerometer and gyroscope sensors. This provides a classic inverted pendulum.

Generally the accelerometer sensor is noisy, but they are accurate over a short period of time.

By using the sets of results obtained from the sensors and the calculated results, it can solve the problem of the classic inverted pendulum, and therefore the robot can be kept in the upright position without falling down.

Page 4: Two wheel self balancing robot

Difference between balanced and unbalanced drives

Page 5: Two wheel self balancing robot

ApplicationsRocket propeller works on the principle of inverted pendulum.

Page 6: Two wheel self balancing robot

Segway Robot can be used in such a way as to travel forward or backward.

They can even be used as vehicles by humans.

The current day short distance usage vehicles can be substituted by them.

Applications

Page 7: Two wheel self balancing robot

System ArchitectureThe robot can be classified into

three main parts.

Classification

Inertial SensorsLogical

Processing UnitActuators

Page 8: Two wheel self balancing robot

Inertial Sensor UnitThe Inertial Sensor Unit comprises of gyroscope and

accelerometer, which reads the angular velocity and angular

position.

ISU

Gyroscope Accelerometer

Page 9: Two wheel self balancing robot

Actuator UnitThe Actuator Block has two drivers that receive analog voltage signal

from controller and produce current signals to drive the motors at the

desired torque.

As the robot tilts, we require to apply a restoring force to return the robot to vertical position.

Page 10: Two wheel self balancing robot

Logical Processing UnitThe logical processing unit

performs the following functions

in our project:

ADC conversion of outputs of Rate Gyro and Accelerometer.Processing the input signals.Periodic recalibration of gyro.Control of actuator unit.

Page 11: Two wheel self balancing robot

Block Diagram

Page 12: Two wheel self balancing robot

.

Page 13: Two wheel self balancing robot