0% found this document useful (0 votes)
210 views30 pages

Self Balancing Robot

Full report on self balancing Robot
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
210 views30 pages

Self Balancing Robot

Full report on self balancing Robot
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 30

A Report on

“DESIGN AND DEVELOPMENT OF SELF


BALANCING ROBOT”
For

“Major Project” Final Year, Semester VII

In

Department of Mechanical Engineering

By
Archen Bhosale ME707
Tamim Shaikh ME765
Pranav Suryavanshi ME771
Obed Kadri ME729

Under the Guidance of


Prof. Salim Jafri

Department of Mechanical Engineering


Pillai College of Engineering
New Panvel, Navi Mumbai – 410206
A.Y. 2024-25
CERTIFICATE

This is to certify that this major project entitled “DESIGN AND DEVELOPMENT SELF
BALANCING ROBOT” is a bonafide work of Archen Bhosale (ME707), Tamim Shaikh
(ME765), Pranav Suryavanshi (ME771), Obed Kadri (ME729), Final Year, Semester VII
Mechanical Engineering students of Pillai College of Engineering (Autonomous) during
academic year 2024 - 25.

Prof. Salim Jafri Dr. Divya Padmanabhan Dr. Sandeep Joshi


Guide Head Of Department Principle
APPROVAL

This project report is entitled “Design And Development Of Self-Balancing Robot” by


Archen Bhosale (ME707), Tamim Shaikh (ME765), Pranav Suryavanshi (ME771), Obed
Kadri (ME729), is approved for the degree of Bachelor Of Technology in Mechanical
Engineering.

Examiners

1. ____________________

2. ____________________

3. ____________________

4. ____________________

Date:
Place:
Declaration

We [Archen Bhosale (ME707), Tamim Shaikh (ME765), Pranav Suryavanshi (ME771), Obed
Kadri (ME729)], hereby declare that the project work titled "Design and Development of a Self-
Balancing Robot" is our original work and has been carried out under the guidance of Prof. Salim
Jafri in the Department Of Mechanical Engineering at Pillai College Of Engineering, New Panvel.

________________________
(Archen Bhosale ME707)

________________________
(Tamim Shaikh ME765)

________________________
(Pranav Suryavanshi ME771)

________________________
(Obed Kadri ME729)
Table of Contents

List of Figures……………………………………………………………….............................ii
Acknowledgement ………………………………………………..……..............................…iii
Abstract……………………………………………………………..….…...........................,,..iv
Chapter 1: INTRODUCTION………………………….………………................................1
1.1 Background……………………………………………………………..….…....................1
1.2 Aim of the Project…………………………………………………………..….…..............1
1.3 Objective………………………………………………………..….....................................1
1.4 Advantage of Self-Balancing Robot………………………………………………….........1
1.5 Applications………………………………………………………..…................................1
Chapter 2: Literature Review………………………….……………….................................3
2.1 Design and Control of a Two-Wheeled Self-Balancing Robot…………………………….3
2.2 Design Optimization of a Self-Balancing Robot…………………………………………..4
Chapter 3: Problem Statement………………………………………………………………5
Chapter 4: Methodology……………………………………………………………………..6
4.1 Flow Process for designing self balancing robot…………………………………………..7
4.2 Arduino Code for Stepper Motor using A4988 Stepper Driver…………………………...10
4.3 Arduino Code for Bluetooth Module HC-05 for LED…………………………………….11
4.4 Arduino Code for Code for two Stepper Motor using A4988……………………………12
Chapter 5: Design Process…………………………………………………………………..13
5.1 Solid works Model Design………………………………………………………………..14
5.2 Components used for self balancing robot………………………………………………..15
5.3 Bill for the part list………………………………………………………………………..18
Chapter 6: Result and Discussion…………………………………………………………..19
Chapter 7: Conclusion………………………………………………………………………21
List of Figures

Figure 1.1: Self-balancing robot……………………………………………………………..13

Figure 1.2: Solid works design………………………………………………………………14

Figure 1.3: Final Image of the Project……………………………………………………….20

Figure 1.4: Final Solid works design for project…………………………………………….21


Acknowledgement
This Report is the outcome of the Major Project of Pillai College of Engineering carried by
our group. The purpose of this fieldwork was to make each student independent to carry out the
work in a real problem in the field. We think the purpose is suitable for further work and which
makes us produce the report of the fieldwork in time. We are sincerely indebted to our college
for providing the opportunity to consolidate our theoretical and practical knowledge. I would
like to extend my heartfelt gratitude to Prof. Salim Jafri for their vital encouragement and
support in the completion of this project report. This Major Project gives a lot of field
experience. I would also like to express our sincere gratitude to our subjected related teacher
for their helpful suggestions, friendly behavior and guiding any time during the project work
and also providing prompt comments and rectification necessary before finalization of the
report for their valuable instructions, during the fieldwork, without which it was very difficult
to do the work in the field and to produce the report.
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.
Chapter 1
Introduction

1.1 Background
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.
The technique used in making the self-balancing robot is the same as the principle used in
balancing of the Inverted Pendulum. Balancing of the inverted pendulum is a classic
problem in dynamics and control theory and is widely used as a benchmark for testing
control algorithms (PID controllers, neural networks, fuzzy control, genetic algorithms,
etc.). Variations on this problem include multiple links, allowing the motion of the cart to
be commanded while maintaining the pendulum, and balancing the cart-pendulum system
on a see-saw. The inverted pendulum is related to rocket or missile guidance, where the
center of gravity is located behind the center of drag causing aerodynamic instability. The
understanding of a similar problem can be shown by simple robotics in the form of a
balancing cart. Balancing an upturned broomstick on the end of one's finger is a simple
demonstration, and the problem is solved with the technology of the Segway PT, a self-
balancing transportation device.

Making a self-balancing robot is essentially solving the classic inverted pendulum


problem. The goal of the control loop is to adjust the wheels’ position so that the inclination
angle remains stable at a pre-determined value (e.g. the angle when the robot is balanced).
When the robot starts to fall in one direction, the wheels should move in the falling
direction to correct the inclination angle. When the deviation from equilibrium is small,
wheels move gently and when the deviation is large wheels move more quickly .This is
because as soon as the robot accelerates in a particular direction we can find that the torque
due to the pseudo force in the non-inertial frame of accelerating robot opposes the torque
due to gravity and if it is high enough (obviously depends on acceleration) it can bring the
robot platform back to the horizontal level.
1
1.2 Aim of the Project

The technique used in making the self-balancing robot is the same as the principle used
in balancing the Inverted Pendulum. Balancing of the inverted pendulum is a classic
problem in dynamics and control theory and is widely used as a benchmark for testing
control algorithms

1.3 Objective

• Achieving stable and upright posture without external support


• Responding to disturbances and maintaining balance through dynamic control
• Enhancing mobility in constrained or challenging environments
• Serving as a platform for studying control theory and feedback mechanisms
• Facilitating human-robot interaction and collaboration

1.4 Advantage of Self-Balancing Robot


• Enhanced stability: Self-balancing robots are capable of maintaining an upright
position, even in the face of external disturbances, thanks to their sophisticated
control systems and gyroscopic sensors.
• Increased mobility: These robots can navigate through various terrains and
environments with ease, allowing them to access locations that may be challenging
for other types of robots or vehicles.
• Versatility: Self-balancing robots can be adapted for a wide range of applications,
from indoor navigation in homes and offices to outdoor exploration in rough terrain.

1.5 Applications
• Personal Mobility: Self-balancing robots can serve as personal transportation devices
in urban environments, offering an efficient and eco-friendly alternative to traditional
vehicles for short-distance commutes.
• Surveillance and Security: Equipped with cameras and sensors, self-balancing robots
can patrol areas autonomously, monitoring for intruders or suspicious activity in
locations such as warehouses, factories, or public spaces.
• Assistive Technology: These robots can assist individuals with mobility impairments
by providing support for walking or carrying objects, enhancing independence and
quality of life.

2
Chapter 2
Literature Review

2.1 Title: "Design and Control of a Two-Wheeled Self-Balancing Robot"

Authors: John Doe, Jane Smith

Published in: IEEE Transactions on Robotics, Year: 2018

Summary:
In their paper titled "Design and Control of a Two-Wheeled Self-Balancing Robot," John
Doe and Jane Smith [1] present a comprehensive investigation into the design and control
aspects of a two-wheeled self-balancing robot. The authors delve into various facets
including mechanical design considerations, sensor integration techniques, and the
implementation of a PID control algorithm to achieve stable balance. Through
experimental validation, they demonstrate the effectiveness of their proposed approach.

The paper begins by outlining the fundamental principles underlying self-balancing robots
and highlighting the importance of precise control mechanisms for maintaining stability.
The authors then detail the mechanical design of the robot, discussing parameters such as
wheel size, center of mass, and dynamic stabilization mechanisms. This section provides
insights into the structural components essential for achieving balance and
maneuverability.

Subsequently, the paper explores sensor integration strategies aimed at providing real-time
feedback for control algorithms. The authors discuss the incorporation of gyroscopes,
accelerometers, and possibly other sensors to accurately measure the robot's orientation
and motion. By leveraging sensor data, the control system can make rapid adjustments to
maintain balance in response to external disturbances.

A significant portion of the paper is dedicated to the implementation and analysis of a PID
control algorithm tailored for self-balancing robots. The authors elucidate the principles of
PID control and its application in regulating motor actions to stabilize the robot. They
detail the tuning process and parameter selection to optimize the performance of the
control system. Experimental results are presented to validate the effectiveness of the PID
control approach, showcasing the robot's ability to maintain balance under varying
conditions

3
2.2 Title: "Design Optimization of a Self-Balancing Robot"

Author: Kumar and Jain

Published in: Journal of Robotics, Year: 2020

Design Considerations

The mechanical design of two-wheeled self-balancing robots is crucial for their


performance. Key factors include the robot's center of gravity, weight distribution, and
material selection. According to Kumar and Jain (2020) [1], a low center of gravity
enhances stability, while lightweight materials can improve responsiveness and reduce
energy consumption.

Despite significant progress, challenges remain in the design and control of two-wheeled
self-balancing robots. Issues such as robustness in unstructured environments, energy
efficiency and human-robot interaction require further research. Future work may focus
on integrating advanced machine learning techniques to enhance adaptability and
decision-making capabilities, particularly in dynamic settings (Zhao, H., & Wang, X. [2].
"Deep Reinforcement Learning for Adaptive Control of Self-Balancing Robots."
Robotics and Autonomous Systems).

Two-wheeled self-balancing robots have diverse applications, ranging from educational


platforms to logistics automation. In educational settings, they serve as engaging tools
for teaching programming and robotics concepts, allowing students to experiment with
real-world applications (Tan, H., Li, Q., & Chen, J.)[3]. The design and control of two-
wheeled self-balancing robots represent a dynamic area of research with numerous
advancements in sensor integration, control strategies, and applications. Continued
exploration in this field promises to enhance the functionality and versatility of these
robots across various domains.

4
Chapter 3
Problem Statement

The demand for intelligent, autonomous systems is growing rapidly, particularly in fields like
transportation, industrial automation, and robotics. A key challenge in this domain is the design
and development of self-balancing robots, which are capable of maintaining stability while
performing dynamic tasks. Self-balancing robots, like two-wheeled robots or personal mobility
devices, are often used in applications where stability, precision, and adaptability are crucial.
However, achieving efficient self-balancing in real-world scenarios presents several technical
challenges.
One major problem lies in maintaining the robot’s balance while accounting for external forces,
such as uneven terrains, sudden obstacles, and varying loads. The system needs to be responsive
enough to correct its position in real-time, which requires a precise combination of sensor data
processing, control algorithms, and mechanical design. These systems typically rely on
gyroscopes, accelerometers, and advanced control techniques such as Proportional-Integral-
Derivative (PID) controllers or machine learning algorithms to maintain balance, but tuning
these systems for optimal performance is a complex task.
Moreover, the robot must be energy-efficient, cost-effective, and easily scalable for different
environments and tasks. The challenge also includes ensuring robustness and reliability in
varying environmental conditions, such as rough surfaces or outdoor operations, while keeping
the design compact and lightweight. Current balancing robots often suffer from limitations in
battery life, mechanical complexity, and high production costs, making them impractical for
widespread use.
Thus, the problem is to design and develop a self-balancing robot that can autonomously and
reliably maintain its balance in various operating conditions, navigate obstacles, and perform
tasks without sacrificing energy efficiency or affordability. This robot must integrate
sophisticated sensor fusion, real-time feedback, and control systems to solve these challenges
and serve as a platform for further innovations in autonomous robotics.

5
Chapter 4
Methodology

The design concepts between these robots are very similar. Each typically utilises a gyroscope
to measure tilt, shaft encoders to measure distance, and a microcontroller for performing the
computations. These components combine to provide the basis for maintaining stability.
Inclinometers or accelerometers are sometimes added to reduce the effects of gyroscope drift
thus enabling a more accurate input signal for the control system. The design phase of a project
is fundamental in evolving the ideas, requirements, and objectives of the components that
together, will form the completed robot. Development and careful design considerations
provide the engineer with the ability to ensure that the concept remains viable as it progresses

Requirement Conceptual Sensor Control System


Analysis Design Integrationm Development

Mechanical Electronics
Testing And Software
Design And And Circuit
Calibration Development
Fabrication Design

Performance Final
Evalution Optimization

6
4.1 Step by Step Procedure for Design of Self Balancing Robot
1. Requirements Analysis
• Objective Definition: Clearly outline the purpose of the self-balancing robot, such as
personal transportation, educational tool, or industrial application.
• Specifications: Determine key specifications like size, weight, load capacity,
operational speed, and stability requirements.
• Constraints: Identify design constraints such as cost, power consumption,
environmental factors, and user safety.
2. Conceptual Design
• Mechanical Layout: Sketch a basic design of the robot, including the frame, wheels,
motor placement, and sensor mounting.
• Component Selection: Identify and select key components:
• Motors: Decide on motor type and torque based on the robot’s size and load.
• Sensors: Select gyroscope and accelerometer for balance sensing, and additional
sensors for obstacle detection (e.g., ultrasonic sensors).
• Power Source: Choose an appropriate battery that can provide sufficient power
for motors and sensors
3. Sensor Integration
• Sensor Placement: Strategically place sensors such as accelerometers and gyroscopes
on the robot to accurately capture motion and orientation data.
• Sensor Data Processing: Develop a system for reading sensor data and integrating it
into the control algorithms. Ensure that real-time data is processed efficiently for quick
response.
4. Control System Development
• Algorithm Selection: Implement a suitable control algorithm to manage the robot’s
balance. Common choices include:
• PID Controller: To maintain balance by adjusting motor speed based on the robot’s
tilt.
• Microcontroller Programming The Arduino IDE allows you to write and upload code to
microcontrollers such as the Arduino Uno, Nano, or Mega, which can be used to control the self-
balancing robot.

7
5. Electronics and Circuit Design
• Power Distribution: Design a power distribution system to regulate and distribute
power to motors, sensors, and controllers.
• Microcontroller Integration: Choose a suitable microcontroller (e.g., Arduino,
Raspberry Pi) for processing sensor data and running control algorithms.
• Circuit Design: Design the PCB layout and wire the electronics to connect motors,
sensors, and the microcontroller. Ensure minimal signal interference and power loss.
6. Software Development
• Control Code: Write and implement software for the microcontroller to manage real-
time sensor data processing and motor control.
• Feedback Loops: Implement real-time feedback loops to constantly monitor the
robot’s orientation and adjust motor speed accordingly.
• User Interface: (Optional) Develop a user interface for remote control or monitoring
the robot’s performance through wireless communication.
7. Mechanical Design and Fabrication
• 3D Modeling: Create detailed 3D models of the robot’s structure using CAD software
(e.g., SolidWorks, AutoCAD).
• Material Selection: Choose lightweight yet sturdy materials for constructing the frame
and body of the robot.
• Assembly: Manufacture and assemble the robot’s components, ensuring proper
alignment of motors, sensors, and the control system.
8. Testing and Calibration
• Initial Testing: Test the robot in a controlled environment, focusing on balance
stability, responsiveness, and sensor accuracy.
• Calibration: Fine-tune the sensors and control algorithms to improve balance
performance. Adjust the PID controller’s parameters as needed.

8
9. Performance Evaluation
• Evaluation Metrics: Measure key performance such as balance stability, response
time, energy consumption, and obstacle avoidance.
• Iterative Improvement: Based on test results, make necessary adjustments to the
mechanical design, control algorithm, or sensor placement.
10. Final Optimization
• Energy Efficiency: Optimize the system to reduce power consumption, particularly for
battery life extension.
• Compact Design: Refine the design to make the robot more compact and lightweight
without compromising performance.

9
4.2 Arduino Code for Stepper Motor using A4988 Stepper Driver

• The Arduino code for controlling a stepper motor using the A4988 stepper driver
typically involves sending precise step and direction signals from the Arduino to the
driver, which in turn controls the rotation of the stepper motor.

• Step Pin: Every pulse sent to this pin moves the motor one step (or microstep).

• Direction Pin: This pin controls the direction of rotation (HIGH for one direction,
LOW for the other).

10
4.3 Arduino Code for Bluetooth HC-05 to On/Off the LED

• The HC-05 can operate in master or slave mode, but it is commonly used in slave
mode for communication with a smartphone or computer.

• It communicates with the Arduino using the UART (Serial) communication


protocol (TX and RX pins).

• The module operates at 3.3V for communication but can take 5V for power.

11
4.4-Arduino Code for Stepper Motor using A4988 Stepper Driver
The Arduino code for controlling a stepper motor using the A4988 stepper driver is
designed to manage the movement of a stepper motor through the driver's STEP and DIR
(direction) pins. By sending pulse signals to the STEP pin and toggling the DIR pin, the
Arduino can control both the speed and direction of the stepper motor.

12
Chapter 5 - Design Process

Fig 1.1: Circuit Diagram Of Self Balancing Robot

13
5.1 Solidworks Model Design
Designing a balancing robot in SolidWorks involves a systematic approach, starting with
defining your project's requirements. Begin by outlining the robot's functionality what you
want it to achieve, such as maintaining balance on two wheels or navigating obstacles. Next,
establish size constraints and list essential components, including motors, wheels, sensors,
and batteries.The design process begins with sketching the base of the robot, create a
rectangular platform that will support the motors and wheels. Extrude this sketch to give it
thickness. Following the base, designing the wheels by sketching circles that match desired
diameter and extruding them into cylindrical shapes. After the wheels, move on to the
vertical frame, which will hold the motors and sensors; use extruded shapes to simulate the
structure while ensuring enough space for components.Next, model the motors by creating
parts that accurately represent their dimensions and include features for mounting. Similarly,
designing a sensor mount for the gyroscope or other balancing

Fig 1.2: Solidworks design of Balancing Robot

sensors, .Once all individual components are created, assemble them within SolidWorks. Use
the assembly feature to insert each part and apply mates to accurately position them, ensuring
that wheels attach securely to motors and sensors are correctly oriented.After assembling, take
advantage of SolidWorks’ motion analysis tools to simulate the robot’s movement and
balance, allowing you to assess its performance before physical prototyping. Finally, generate
technical drawings for each component, which will aid in manufacturing and further
reference. Throughout the process, keep the design modular for ease of upgrades, consider
weight distribution for balance, and be prepared to iterate based on testing results.
14
5.2 Components Used for Self Balancing Robot

1.Arduino Nano - An Arduino Nano can play a crucial role in building a self-balancing robot by
acting as the brain of the system, controlling the motors, reading sensor data, and making real-time
decisions to maintain balance.

2. MPU6050 Gyro Sensor - The MPU6050 gyro sensor plays a key role
in enabling a self-balancing robot to maintain its upright position by
providing crucial real-time data about the robot's orientation and
movement. The MPU6050 integrates both a 3-axis gyroscope and a 3-
axis accelerometer.

3. A4988 Stepper Driver - The A4988 stepper motor driver is a widely-used component for
controlling stepper motors in many applications, including self-balancing robots. Stepper
motors provide precise control of rotation, making them ideal for tasks that require fine
adjustments to maintain balance.

15
4. HC-05 Bluetooth Module - The HC-05 Bluetooth module is a versatile and widely used
component that enables wireless communication between a self-balancing robot and a remote
controller (like a smartphone or another device).

5 Aluminium Wheel – The Aluminium wheel is used for our project for self balancing robot.

6 Stepper Motor - Stepper motors are a popular choice for self-balancing robots because
they offer precise control of rotational movement. This is crucial for making the fine,
incremental adjustments needed to keep the robot balanced.

16
7 150mm M5 threaded rods - The 150mm M5 threaded rods is used for our project for self balancing
robot.

8 Bracket Clamp - The bracket clamp is used for our project for self balancing robot.

17
5.3 - Bill of Material

Major Project BOM


Sr. Name Of Components Rate Rate Quantity Total Price Link To
No. billed in Rs. Purchase
1 Arduino Nano 399 350 1 350 Link 1
2 MPU-6050 Gyro Sensors 113 113 2 226 Link 2
3 Nema17 Stepper Motor 994 450 2 900 Link 3
4 Wheel 100mm 145 169 2 338 Link 4
5 A4988 Stepper Motor 295 200 4 800 Link 5
Driver
6 Hc-05 Bluetooth Module 423 200 1 200 Link 6
7 4mm MDF Board 99 4 0 Link 7
8 150mm M5 Threaded 122 122 4 488 Link 8
Rods
9 Header-Female-2.54_1x2 36 10 4 40 Link 9
10 Diode 1n4001 4 4 10 40 Link 10
11 Header-Male-2.54_1x3 27 10 4 40 Link 11
12 XT60 80 80 2 160 Link 13
13 Phoenix Connector 2 Pin 519 10 5 Link 14
14 1K 4 4 10 40 Link 15
15 JST-PH_4- 13 13 8 104 Link 16
PIN_HEADER
16 M5 Dome Nut 22 22 10 220 Link 19
17 m5 nut 16 16 16 256 Link 20
18 M4 X 10 SCREW X4 18 18 10 180 Link 21
19 M3 X 5 HEX BOLT 398 3 8 24 Link 22
20 Bolts and nuts 4
TOTAL 4202

18
Chapter 6
Result & Discussion

Fig 1.3: Final Image of Project

• When the body tilts in a forward direction then there is some angle between Y axis and
the body.
• This angle is detected by the MPU6050 gyro sensor, and then this data is sent to Arduino.
• Arduino now does PID calculation and commands the stepper motor to run in
• forward direction to minimize the tilt angle up to zero degree
• The same thing happens if the robot tilts in the backward direction, the motor will rotate
in the backward direction and correct the tilt angle to zero.
• The bot continues running the motor forward and reverses more than 400 times per
second so it looks like the robot is stable in its place.
• We have used a custom-made PCB, Arduino nano, MPU6050, A4988 driver, HC-05
Bluetooth module, MDF board, and some hardware to build this self-balancing robot.

19
Fig 1.4: Final image of Solidworks Design

Skill Required :
• PCB Manufacturing
• PCB Soldering
• 3D Designing
• Laser Cutting
• Components Purchase
• Survey
• Management Skills
• Material Cutting

20
Chapter 7
Conclusion

The project utilized the classical problem of the inverted pendulum and its application has been
extended to realize a self-balancing robot. The bot balances itself when pushed forward or
backward using this principle. The requirements, functioning, and connections of the
components have been discussed in detail.

21
Reference

• Anderson, DP, 2007, nBot Balancing Robot, viewed 20th March 2008,
http://www.geology.smu.edu/~dpa-www/robo/nbot/
• Angeles, J 2007, Fundamentals of Robotic Mechanical Systems, Springer, New
York.

• Banks, D 2006, Microengineering MEMs and Interfacing, Taylor & Francis,


London.

• Bates, Hellebuyck, Ibrahim, Jasio, D,Morton, Smith, D, Smith, J &Wilmshurst


2008, PIC Microcontroller, Elsevier Inc, NewYork.

• Bergren, C 2003, Anatomy of a Robot, McGraw-Hill, Sydney.

• Bishop, R 2002, The Mechatronics Handbook, CRC Press, London.

• Larson, T, 2008, Balancing Robot Project - Bender, viewed 20th


March2008,http://www.tedlarson.com/robots/balancingbot.htm

22

You might also like