SlideShare a Scribd company logo
1 of 4
Download to read offline
Jeyabalaji C et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.15-18
www.ijera.com 15|P a g e
Design of Low Cost Stair Climbing Robot Using Arduino
Jeyabalaji C1
, Vimalkhanna V2
, AvinashilingamN2
, Mohamed Zeeshan M
A3
and Harish Kumar N3
1
R.M.D. Engineering College, Department of Electronics and Communication
Engineering,Kavaraipettai,Tamilnadu,India.
2
R.M.D. Engineering College, Department of Computer Science and Engineering, Kavaraipettai,Tamilnadu,
India.
St Joseph’s College of Engineering, Department of Electronics and Communication Engineering, Panapaakkam,
Tamilnadu, India.
Abstract:
Since the invention of the wheel, Man has sought to reduce effort to get things done easily. Ultimately, it has
resulted in the invention of the Robot, an Engineering Marvel. Up until now, the biggest factor that hampers
wide proliferation of robots is locomotion and maneuverability. They are not dynamic enough to conform even
to the most commonplace terrain such as stairs. To overcome this, we are proposing a stair climbing robot that
looks a lot like the human leg and can adjust itself according to the height of the step. But, we are currently
developing a unit to carry payload of about 4 Kg. The automatic adjustment in the robot according to the height
of the stair is done by connecting an Android device that has an application programmed in OpenCV with an
Arduino in Host mode. The Android Device uses it camera to calculate the height of the stair and sends it to the
Arduino for further calculation. This design employs an Arduino Mega ADK 2560 board to control the robot
and other home fabricated custom PCB to interface it with the Arduino Board. The bot is powered by Li-Ion
batteries and Servo motors.
Keywords: Robot, Arduino, Climbing Robot, OpenCV.
I. INTRODUCTION
The sight of a robot climbing stairs is one to
behold. There has been extensive research and
development with a drive to improve these kinds of
robots with respect to factors like cost, climbing
ability, reasonability and practicality of its
mechanical complexity. Further it aims to lower body
weight, reduce the power consumption while also
increasing the payload carrying capacity. Robots
employ different types of mechanisms for their
locomotion.The synthesis of mechanisms is the very
first step in any robot design depending upon its
application.Each type of mechanism has its own
strengths on which it can capitalize. Some of them
usewheels, some use legs and so on. With the passing
of time and advanced research, technology has gone
mobile. The model that we have developed can be
programmed and itsmovements can be controlled by
an android device using OpenCV architecture.
II. LOCOMOTIVE MECHANISM
There have been a lot of developments and
innovations in stair climbing robots with different
locomotive mechanisms. They can either move using
legs or using wheels
2.1 WHEELED ROBOTS
Wheeled robots usually have to use mechanical
concepts to climb stairs. The advantage of these kind
of stair climbers is that they have enhanced mobility
and a longer life. These robots use step sensors to
efficiently calculate the height of each step and the
number of steps it climbs. The main drawback in the
robots using this system is that they are semi-
autonomous.
RESEARCH ARTICLE OPEN ACCESS
Jeyabalaji C et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.15-18
www.ijera.com 16|P a g e
2.2 LEGGED ROBOTS
The traditional legged stair climbers use pneumatic actuators and suction cups for motion. These are finite state
machines and require recalibration under different stair case configurations. The drawbacks of the robots using
this system is usually the cost of the actuators.
III. DESIGN OF ROBOT
Presently, we have designed the robot using Arduino and few servo motors. The model is implemented using
Google SketchUp.
Jeyabalaji C et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.15-18
www.ijera.com 17|P a g e
The design draws inspiration from the human leg which is very effective in climbing a wide variety of step
sizes. The robot has an equivalent of a femur tibia and the ankle. The femur to tibia ratio is kept at 14:11.
The robot is made using weightless hardwood which has relatively high strength. The motion of the robot is
controlled by PWM (Pulse Width Modulation) signals which is generated by the Arduino. The robot is powered
by an 11.1V, 1000 mAh (3*3.7V, 1000mAh cell) battery. Pulse-width modulation (PWM), or pulse-duration
modulation (PDM), is a modulation technique that conforms the width of the pulse, formally the pulse duration,
based on modulator signal information. Although this modulation technique can be used to encode information
for transmission, its main use is to allow the control of the power supplied to the various electrical devices.
The Arduino code is fed in to the Arduino Mega ADK 2560 to generate PWM signals that turns the servo to
a specific angle that enables it to climb the stairs. The power is distributed from the battery to the servo using a
control board that is fabricated using the Toner Transfer Method. This method is very efficient and cost
effective.
3.1 DESIGN OF POWER DISTRIBUTION BOARD
The power distribution board is just an accessory to the Arduino where it is used to safely deliver the
power and PWM signal without any noise to the servo motor. The board is etched by the process called toner
transfer method. The board is designed using Cadsoft Eagle software and auto routed.
Since each motor needs 500 mA at stall, it is calculated as 6*500mA=3000mA, which is under the maximum
output current limit of IC 7805.
Jeyabalaji C et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.15-18
www.ijera.com 18|P a g e
3.2 PART SPECIFICATIONS
PART Specification Qty.
Servo motors FUTABA S3003 6
Arduino MEGA ADK 2560 1
Power distribution board Home fabricated as needed 1
Battery 11.1 V, 1000 mAh Li-Ion 1
Servo Extension Cables As needed
Charger Li-Ion Battery Charger 1
The servo motor is chosen such that the torque is
enough to carry the robot’s weight. The battery used
here is a Lithium Ion battery which is very light. The
Arduino used here can also be replaced with Arduino
of some other versions or even Raspberry Pi. These
are the important components in the robot. Few
chemicals like Ferric Chloride, Tin chloride and
thinner are required for etching the PCB in toner
transfer method. A Laser printer is need to print the
mirrored circuit diagram on to a photo paper where
its later ironed on with a copper clad board to create
PCB.
IV. ARDUINO PROGRAMMING
The Arduino is burned with these programs to
instruct the board to generate the PWM signals and
the pin corresponding to the PWM signals. For
further development this board is interfaced with an
android device in USB host mode of the Arduino
mega ADK 2560. The ground in the Arduino is
shorted with the ground in the power distribution
board to avoid noise that is introduced.
V. CONCLUSION AND FUTURE
SCOPE
In this paper we have developed an adjustable
stair climbing robot to replace human effort to carry
out mundane tasks in places like offices, hospitals,
industrial and military automation, security systems
and hazardous environments.
There is a lot of scope for improvement and this
mechanism can be further modified and used in
various other applications such as carrying heavy
loads and thus further reducing human effort.
Another scenariowhere this mechanism can be
employed is during disaster management. A camera
can be fitted on the robot to have a wide field of view
of the affected areas which can further help in search
and rescue operations.
This robot can further be integrated with mobile
devices to process the images fed by the camera and
act accordingly to the stairs.
REFERENCES
[1] Design And Implementation Of Stair-Climbing
Robot For Rescue Applications, Basil Hamed,
International Journal Of Computer And
Electrical Engineering, Vol3, No 3, June 2011,
Pg.No.461-468
[2] Reto Meir, Getting Started In Arduino
[3] Michael Margolis, Arduino Cook Book
[4] Yasuhiko Dote, Servo Motor And
MotionControl Using Digital Signal Processors
[5] Aidan Chopra, Google Sketchup For Dummies
[6] Kalantari, A. Mihankhah, E. Moosavian, S.A.A.
“Safe Autonomous Stair Climbing For A
Tracked Mobile Robot Using A Kinematics
Based Controller” Aim. Ieee/Asme
International Conference On Advanced
Intelligent Mechatronics, 2009.
[7] Riazollah Firoozian,” Servo Motors And
Industrial Control Theory” Springer; 1st Edition
(December 8, 2008)

More Related Content

What's hot

Study on Bio Mimetic Portable Robotic Arm
Study on Bio Mimetic Portable Robotic ArmStudy on Bio Mimetic Portable Robotic Arm
Study on Bio Mimetic Portable Robotic Armijtsrd
 
wireless pick and place robotic arm
wireless pick and place robotic armwireless pick and place robotic arm
wireless pick and place robotic armAyush Verma
 
Mainprojpresentation 150617092611-lva1-app6892
Mainprojpresentation 150617092611-lva1-app6892Mainprojpresentation 150617092611-lva1-app6892
Mainprojpresentation 150617092611-lva1-app6892ANJANA ANILKUMAR
 
IRJET - Six Wheel Drive Pick and Place Robot using Arduino
IRJET - Six Wheel Drive Pick and Place Robot using ArduinoIRJET - Six Wheel Drive Pick and Place Robot using Arduino
IRJET - Six Wheel Drive Pick and Place Robot using ArduinoIRJET Journal
 
Applications of industrial robots
Applications of industrial robotsApplications of industrial robots
Applications of industrial robotsJustEngineering
 
IRJET - Tele-Replication of Human Hand Movements
IRJET -  	  Tele-Replication of Human Hand MovementsIRJET -  	  Tele-Replication of Human Hand Movements
IRJET - Tele-Replication of Human Hand MovementsIRJET Journal
 
Moeez shem robotics ppt
Moeez shem robotics pptMoeez shem robotics ppt
Moeez shem robotics pptmoeez shem
 
Robotics and automation
Robotics and automationRobotics and automation
Robotics and automationRobo India
 
Design and fabrication of delta robot.pptx ignite
Design and fabrication of delta robot.pptx igniteDesign and fabrication of delta robot.pptx ignite
Design and fabrication of delta robot.pptx igniteAbhishekKash2
 
Pick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android DevicePick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android DeviceIRJET Journal
 
Building a-line-following-robot
Building a-line-following-robotBuilding a-line-following-robot
Building a-line-following-robotFahmy Akbar Aparat
 
Robotic Arms Tech Report
Robotic Arms Tech ReportRobotic Arms Tech Report
Robotic Arms Tech ReportPrashant Nair
 
Robots and new technologies
Robots and new technologiesRobots and new technologies
Robots and new technologiesAfraz Rajiwate
 
Introduction about robotics
Introduction about roboticsIntroduction about robotics
Introduction about roboticsVISHNUBEN
 

What's hot (20)

Study on Bio Mimetic Portable Robotic Arm
Study on Bio Mimetic Portable Robotic ArmStudy on Bio Mimetic Portable Robotic Arm
Study on Bio Mimetic Portable Robotic Arm
 
wireless pick and place robotic arm
wireless pick and place robotic armwireless pick and place robotic arm
wireless pick and place robotic arm
 
Robots in automotive industry
Robots in automotive industryRobots in automotive industry
Robots in automotive industry
 
Robowars
RobowarsRobowars
Robowars
 
Robowar
RobowarRobowar
Robowar
 
Mainprojpresentation 150617092611-lva1-app6892
Mainprojpresentation 150617092611-lva1-app6892Mainprojpresentation 150617092611-lva1-app6892
Mainprojpresentation 150617092611-lva1-app6892
 
IRJET - Six Wheel Drive Pick and Place Robot using Arduino
IRJET - Six Wheel Drive Pick and Place Robot using ArduinoIRJET - Six Wheel Drive Pick and Place Robot using Arduino
IRJET - Six Wheel Drive Pick and Place Robot using Arduino
 
Applications of industrial robots
Applications of industrial robotsApplications of industrial robots
Applications of industrial robots
 
Automatic P2R Published Paper P1277-1283
Automatic P2R Published Paper P1277-1283Automatic P2R Published Paper P1277-1283
Automatic P2R Published Paper P1277-1283
 
IRJET - Tele-Replication of Human Hand Movements
IRJET -  	  Tele-Replication of Human Hand MovementsIRJET -  	  Tele-Replication of Human Hand Movements
IRJET - Tele-Replication of Human Hand Movements
 
Moeez shem robotics ppt
Moeez shem robotics pptMoeez shem robotics ppt
Moeez shem robotics ppt
 
Robotics and automation
Robotics and automationRobotics and automation
Robotics and automation
 
Design and fabrication of delta robot.pptx ignite
Design and fabrication of delta robot.pptx igniteDesign and fabrication of delta robot.pptx ignite
Design and fabrication of delta robot.pptx ignite
 
20320130406018
2032013040601820320130406018
20320130406018
 
Pick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android DevicePick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android Device
 
Building a-line-following-robot
Building a-line-following-robotBuilding a-line-following-robot
Building a-line-following-robot
 
Robotic Arms Tech Report
Robotic Arms Tech ReportRobotic Arms Tech Report
Robotic Arms Tech Report
 
Robots and new technologies
Robots and new technologiesRobots and new technologies
Robots and new technologies
 
Introduction about robotics
Introduction about roboticsIntroduction about robotics
Introduction about robotics
 
Pick-n-place robot cum shape detector
Pick-n-place robot cum shape detectorPick-n-place robot cum shape detector
Pick-n-place robot cum shape detector
 

Viewers also liked

PRT475PortfolioProject
PRT475PortfolioProjectPRT475PortfolioProject
PRT475PortfolioProjectTaylor Berry
 
Potentials of the internet and its resources to academic staff the case of tw...
Potentials of the internet and its resources to academic staff the case of tw...Potentials of the internet and its resources to academic staff the case of tw...
Potentials of the internet and its resources to academic staff the case of tw...IAEME Publication
 
Christopher Watkins Resume 2016
Christopher Watkins Resume 2016Christopher Watkins Resume 2016
Christopher Watkins Resume 2016Chris Watkins
 
WLNE-TV ABC-6
WLNE-TV ABC-6WLNE-TV ABC-6
WLNE-TV ABC-6Miya Haag
 
Presentación campus party2
Presentación campus party2Presentación campus party2
Presentación campus party2serviciosweb
 
teorias y fundamentos curriculares
teorias y fundamentos curricularesteorias y fundamentos curriculares
teorias y fundamentos curriculareskenni gonzalez
 
ENCOURAGEMENT T. KOUAM
ENCOURAGEMENT T. KOUAMENCOURAGEMENT T. KOUAM
ENCOURAGEMENT T. KOUAMkouam thiery
 
VISITANDO TEMPLOS BUDISTA EN JAPóN VISITING Buddhist temple in Japan 日本を訪問仏教寺...
VISITANDO TEMPLOS BUDISTA EN JAPóN VISITING Buddhist temple in Japan 日本を訪問仏教寺...VISITANDO TEMPLOS BUDISTA EN JAPóN VISITING Buddhist temple in Japan 日本を訪問仏教寺...
VISITANDO TEMPLOS BUDISTA EN JAPóN VISITING Buddhist temple in Japan 日本を訪問仏教寺...B & M Co., Ltd.
 
Sitic ii web 2.0
Sitic ii web 2.0Sitic ii web 2.0
Sitic ii web 2.0fteixido
 
Emergency and Fire Prevention Training - Certifications
Emergency and Fire Prevention Training - CertificationsEmergency and Fire Prevention Training - Certifications
Emergency and Fire Prevention Training - CertificationsArben Foto
 

Viewers also liked (16)

RJR_Resume 2016
RJR_Resume 2016RJR_Resume 2016
RJR_Resume 2016
 
PRT475PortfolioProject
PRT475PortfolioProjectPRT475PortfolioProject
PRT475PortfolioProject
 
My Responsibilities as a Medical Director
My Responsibilities as a Medical DirectorMy Responsibilities as a Medical Director
My Responsibilities as a Medical Director
 
Dipl on Project Management
Dipl on Project ManagementDipl on Project Management
Dipl on Project Management
 
Resume_Arianna2
Resume_Arianna2Resume_Arianna2
Resume_Arianna2
 
Potentials of the internet and its resources to academic staff the case of tw...
Potentials of the internet and its resources to academic staff the case of tw...Potentials of the internet and its resources to academic staff the case of tw...
Potentials of the internet and its resources to academic staff the case of tw...
 
Christopher Watkins Resume 2016
Christopher Watkins Resume 2016Christopher Watkins Resume 2016
Christopher Watkins Resume 2016
 
WLNE-TV ABC-6
WLNE-TV ABC-6WLNE-TV ABC-6
WLNE-TV ABC-6
 
Presentación campus party2
Presentación campus party2Presentación campus party2
Presentación campus party2
 
teorias y fundamentos curriculares
teorias y fundamentos curricularesteorias y fundamentos curriculares
teorias y fundamentos curriculares
 
ENCOURAGEMENT T. KOUAM
ENCOURAGEMENT T. KOUAMENCOURAGEMENT T. KOUAM
ENCOURAGEMENT T. KOUAM
 
Mani res
Mani resMani res
Mani res
 
VISITANDO TEMPLOS BUDISTA EN JAPóN VISITING Buddhist temple in Japan 日本を訪問仏教寺...
VISITANDO TEMPLOS BUDISTA EN JAPóN VISITING Buddhist temple in Japan 日本を訪問仏教寺...VISITANDO TEMPLOS BUDISTA EN JAPóN VISITING Buddhist temple in Japan 日本を訪問仏教寺...
VISITANDO TEMPLOS BUDISTA EN JAPóN VISITING Buddhist temple in Japan 日本を訪問仏教寺...
 
Sitic ii web 2.0
Sitic ii web 2.0Sitic ii web 2.0
Sitic ii web 2.0
 
Emergency and Fire Prevention Training - Certifications
Emergency and Fire Prevention Training - CertificationsEmergency and Fire Prevention Training - Certifications
Emergency and Fire Prevention Training - Certifications
 
Doc3
Doc3Doc3
Doc3
 

Similar to Low Cost Stair Climbing Robot Design Using Arduino

Bluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot ArmBluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot ArmIRJET Journal
 
ROBOT ARM WITH SMARTPHONE CONTROL
ROBOT ARM WITH SMARTPHONE CONTROLROBOT ARM WITH SMARTPHONE CONTROL
ROBOT ARM WITH SMARTPHONE CONTROLIRJET Journal
 
Design and implementation of Arduino based robotic arm
Design and implementation of Arduino based robotic armDesign and implementation of Arduino based robotic arm
Design and implementation of Arduino based robotic armIJECEIAES
 
IRJET- Multi-Function Rover based on Rocker-Bogie Mechanism
IRJET-  	  Multi-Function Rover based on Rocker-Bogie MechanismIRJET-  	  Multi-Function Rover based on Rocker-Bogie Mechanism
IRJET- Multi-Function Rover based on Rocker-Bogie MechanismIRJET Journal
 
IRJET- Design and Fabrication of Prismatic Painting Robot
IRJET-  	  Design and Fabrication of Prismatic Painting RobotIRJET-  	  Design and Fabrication of Prismatic Painting Robot
IRJET- Design and Fabrication of Prismatic Painting RobotIRJET Journal
 
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry PiIRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry PiIRJET Journal
 
QuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and ControlQuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and ControlIRJET Journal
 
"Design and Fabrication of Pick and Place Robotic Arm with 4DOF"
"Design and Fabrication of Pick and Place Robotic Arm with 4DOF""Design and Fabrication of Pick and Place Robotic Arm with 4DOF"
"Design and Fabrication of Pick and Place Robotic Arm with 4DOF"IRJET Journal
 
Warfare Robot
Warfare RobotWarfare Robot
Warfare Robotijtsrd
 
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...IRJET Journal
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic carIRJET Journal
 
A Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry PiA Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry PiAngela Shin
 
IRJET- Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
IRJET-  	  Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...IRJET-  	  Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
IRJET- Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...IRJET Journal
 
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET Journal
 
VOICE CONTROLED AUTOMATIC INTERACTIVE VEHICLE.pptx
VOICE CONTROLED AUTOMATIC INTERACTIVE VEHICLE.pptxVOICE CONTROLED AUTOMATIC INTERACTIVE VEHICLE.pptx
VOICE CONTROLED AUTOMATIC INTERACTIVE VEHICLE.pptxabiabishek5451
 
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLEDESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLEIRJET Journal
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonIRJET Journal
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdfA SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdfAakash Sheelvant
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOTA SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOTIRJET Journal
 

Similar to Low Cost Stair Climbing Robot Design Using Arduino (20)

Bluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot ArmBluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot Arm
 
ROBOT ARM WITH SMARTPHONE CONTROL
ROBOT ARM WITH SMARTPHONE CONTROLROBOT ARM WITH SMARTPHONE CONTROL
ROBOT ARM WITH SMARTPHONE CONTROL
 
Design and implementation of Arduino based robotic arm
Design and implementation of Arduino based robotic armDesign and implementation of Arduino based robotic arm
Design and implementation of Arduino based robotic arm
 
IRJET- Multi-Function Rover based on Rocker-Bogie Mechanism
IRJET-  	  Multi-Function Rover based on Rocker-Bogie MechanismIRJET-  	  Multi-Function Rover based on Rocker-Bogie Mechanism
IRJET- Multi-Function Rover based on Rocker-Bogie Mechanism
 
IRJET- Design and Fabrication of Prismatic Painting Robot
IRJET-  	  Design and Fabrication of Prismatic Painting RobotIRJET-  	  Design and Fabrication of Prismatic Painting Robot
IRJET- Design and Fabrication of Prismatic Painting Robot
 
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry PiIRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
 
Robot arm ppt
Robot arm pptRobot arm ppt
Robot arm ppt
 
QuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and ControlQuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and Control
 
"Design and Fabrication of Pick and Place Robotic Arm with 4DOF"
"Design and Fabrication of Pick and Place Robotic Arm with 4DOF""Design and Fabrication of Pick and Place Robotic Arm with 4DOF"
"Design and Fabrication of Pick and Place Robotic Arm with 4DOF"
 
Warfare Robot
Warfare RobotWarfare Robot
Warfare Robot
 
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic car
 
A Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry PiA Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry Pi
 
IRJET- Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
IRJET-  	  Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...IRJET-  	  Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
IRJET- Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
 
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
 
VOICE CONTROLED AUTOMATIC INTERACTIVE VEHICLE.pptx
VOICE CONTROLED AUTOMATIC INTERACTIVE VEHICLE.pptxVOICE CONTROLED AUTOMATIC INTERACTIVE VEHICLE.pptx
VOICE CONTROLED AUTOMATIC INTERACTIVE VEHICLE.pptx
 
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLEDESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled Person
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdfA SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOTA SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT
 

Recently uploaded

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 

Low Cost Stair Climbing Robot Design Using Arduino

  • 1. Jeyabalaji C et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.15-18 www.ijera.com 15|P a g e Design of Low Cost Stair Climbing Robot Using Arduino Jeyabalaji C1 , Vimalkhanna V2 , AvinashilingamN2 , Mohamed Zeeshan M A3 and Harish Kumar N3 1 R.M.D. Engineering College, Department of Electronics and Communication Engineering,Kavaraipettai,Tamilnadu,India. 2 R.M.D. Engineering College, Department of Computer Science and Engineering, Kavaraipettai,Tamilnadu, India. St Joseph’s College of Engineering, Department of Electronics and Communication Engineering, Panapaakkam, Tamilnadu, India. Abstract: Since the invention of the wheel, Man has sought to reduce effort to get things done easily. Ultimately, it has resulted in the invention of the Robot, an Engineering Marvel. Up until now, the biggest factor that hampers wide proliferation of robots is locomotion and maneuverability. They are not dynamic enough to conform even to the most commonplace terrain such as stairs. To overcome this, we are proposing a stair climbing robot that looks a lot like the human leg and can adjust itself according to the height of the step. But, we are currently developing a unit to carry payload of about 4 Kg. The automatic adjustment in the robot according to the height of the stair is done by connecting an Android device that has an application programmed in OpenCV with an Arduino in Host mode. The Android Device uses it camera to calculate the height of the stair and sends it to the Arduino for further calculation. This design employs an Arduino Mega ADK 2560 board to control the robot and other home fabricated custom PCB to interface it with the Arduino Board. The bot is powered by Li-Ion batteries and Servo motors. Keywords: Robot, Arduino, Climbing Robot, OpenCV. I. INTRODUCTION The sight of a robot climbing stairs is one to behold. There has been extensive research and development with a drive to improve these kinds of robots with respect to factors like cost, climbing ability, reasonability and practicality of its mechanical complexity. Further it aims to lower body weight, reduce the power consumption while also increasing the payload carrying capacity. Robots employ different types of mechanisms for their locomotion.The synthesis of mechanisms is the very first step in any robot design depending upon its application.Each type of mechanism has its own strengths on which it can capitalize. Some of them usewheels, some use legs and so on. With the passing of time and advanced research, technology has gone mobile. The model that we have developed can be programmed and itsmovements can be controlled by an android device using OpenCV architecture. II. LOCOMOTIVE MECHANISM There have been a lot of developments and innovations in stair climbing robots with different locomotive mechanisms. They can either move using legs or using wheels 2.1 WHEELED ROBOTS Wheeled robots usually have to use mechanical concepts to climb stairs. The advantage of these kind of stair climbers is that they have enhanced mobility and a longer life. These robots use step sensors to efficiently calculate the height of each step and the number of steps it climbs. The main drawback in the robots using this system is that they are semi- autonomous. RESEARCH ARTICLE OPEN ACCESS
  • 2. Jeyabalaji C et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.15-18 www.ijera.com 16|P a g e 2.2 LEGGED ROBOTS The traditional legged stair climbers use pneumatic actuators and suction cups for motion. These are finite state machines and require recalibration under different stair case configurations. The drawbacks of the robots using this system is usually the cost of the actuators. III. DESIGN OF ROBOT Presently, we have designed the robot using Arduino and few servo motors. The model is implemented using Google SketchUp.
  • 3. Jeyabalaji C et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.15-18 www.ijera.com 17|P a g e The design draws inspiration from the human leg which is very effective in climbing a wide variety of step sizes. The robot has an equivalent of a femur tibia and the ankle. The femur to tibia ratio is kept at 14:11. The robot is made using weightless hardwood which has relatively high strength. The motion of the robot is controlled by PWM (Pulse Width Modulation) signals which is generated by the Arduino. The robot is powered by an 11.1V, 1000 mAh (3*3.7V, 1000mAh cell) battery. Pulse-width modulation (PWM), or pulse-duration modulation (PDM), is a modulation technique that conforms the width of the pulse, formally the pulse duration, based on modulator signal information. Although this modulation technique can be used to encode information for transmission, its main use is to allow the control of the power supplied to the various electrical devices. The Arduino code is fed in to the Arduino Mega ADK 2560 to generate PWM signals that turns the servo to a specific angle that enables it to climb the stairs. The power is distributed from the battery to the servo using a control board that is fabricated using the Toner Transfer Method. This method is very efficient and cost effective. 3.1 DESIGN OF POWER DISTRIBUTION BOARD The power distribution board is just an accessory to the Arduino where it is used to safely deliver the power and PWM signal without any noise to the servo motor. The board is etched by the process called toner transfer method. The board is designed using Cadsoft Eagle software and auto routed. Since each motor needs 500 mA at stall, it is calculated as 6*500mA=3000mA, which is under the maximum output current limit of IC 7805.
  • 4. Jeyabalaji C et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.15-18 www.ijera.com 18|P a g e 3.2 PART SPECIFICATIONS PART Specification Qty. Servo motors FUTABA S3003 6 Arduino MEGA ADK 2560 1 Power distribution board Home fabricated as needed 1 Battery 11.1 V, 1000 mAh Li-Ion 1 Servo Extension Cables As needed Charger Li-Ion Battery Charger 1 The servo motor is chosen such that the torque is enough to carry the robot’s weight. The battery used here is a Lithium Ion battery which is very light. The Arduino used here can also be replaced with Arduino of some other versions or even Raspberry Pi. These are the important components in the robot. Few chemicals like Ferric Chloride, Tin chloride and thinner are required for etching the PCB in toner transfer method. A Laser printer is need to print the mirrored circuit diagram on to a photo paper where its later ironed on with a copper clad board to create PCB. IV. ARDUINO PROGRAMMING The Arduino is burned with these programs to instruct the board to generate the PWM signals and the pin corresponding to the PWM signals. For further development this board is interfaced with an android device in USB host mode of the Arduino mega ADK 2560. The ground in the Arduino is shorted with the ground in the power distribution board to avoid noise that is introduced. V. CONCLUSION AND FUTURE SCOPE In this paper we have developed an adjustable stair climbing robot to replace human effort to carry out mundane tasks in places like offices, hospitals, industrial and military automation, security systems and hazardous environments. There is a lot of scope for improvement and this mechanism can be further modified and used in various other applications such as carrying heavy loads and thus further reducing human effort. Another scenariowhere this mechanism can be employed is during disaster management. A camera can be fitted on the robot to have a wide field of view of the affected areas which can further help in search and rescue operations. This robot can further be integrated with mobile devices to process the images fed by the camera and act accordingly to the stairs. REFERENCES [1] Design And Implementation Of Stair-Climbing Robot For Rescue Applications, Basil Hamed, International Journal Of Computer And Electrical Engineering, Vol3, No 3, June 2011, Pg.No.461-468 [2] Reto Meir, Getting Started In Arduino [3] Michael Margolis, Arduino Cook Book [4] Yasuhiko Dote, Servo Motor And MotionControl Using Digital Signal Processors [5] Aidan Chopra, Google Sketchup For Dummies [6] Kalantari, A. Mihankhah, E. Moosavian, S.A.A. “Safe Autonomous Stair Climbing For A Tracked Mobile Robot Using A Kinematics Based Controller” Aim. Ieee/Asme International Conference On Advanced Intelligent Mechatronics, 2009. [7] Riazollah Firoozian,” Servo Motors And Industrial Control Theory” Springer; 1st Edition (December 8, 2008)