Project Report 2k19 Draft
Project Report 2k19 Draft
H.O.D Principal
SMT.R.T.AMBIGER SHRI.G.B.DANASHETTI
*****************Project Associates*****************
1. Pavan P. Dhotre(16CS025)
2. Aatik S. Mirajakar (16CS001)
3. MD.Sabir M. Badami (16CS022)
4. Santosh S. Chavan (15CS029)
GOVERNMENT OF KARNATAKA
CERTIFICATE
This is to certify that project on “Arduino Based Home Service Robot” carried
by Mr. Pavan P. Dhotre, Mr. Aatik S. Mirajakar, Mr. MD. Sabir M. Badami,
Mr. Santosh S. Chavan has satisfactorily completed the Main project as prescribed
by the Department of Computer Science and Engineering B.V.V.S Polytechnic
(Autonomous), Bagalkot Under the board of Education, Bangalore.
Project guide
1) Shri: B. R. Sheelavantar
2) Shri: R. B. Mukkuppi
H.O.D Principal
SMT.R.T.AMBIGER SHRI.G.B.DANASHETTI
Examiners:
1. ________________
2. _________________
Acknowledgement
Our first and foremost heartfelt and deep acknowledgement to our
principal Shri: G.B. Danashetti, B.V.V.S Polytechnic (Autonomous), Bagalkot,
lot providing well equipments and laboratory
SL NO TITLE PAGE NO
1 Introduction
2 Objectives
3 Tools/Environment Used
1. Software Requirements
Arduino IDE Software
Using C Programming
2. Hardware Requirements
Arduino UNO
12 Volts 7 amp Battery
10 RPM Gear motor
3.5 RPM Gear motor
RF Module (Radio Frequency
Module)
Big Size Wheels
5 Program code
people at home uses robots for cleaning floors, and also as a servant at hotels
etc. A robot is a type of service robot, an autonomous robot that is primarily
used for household chores,
but may also be used for education, entertainment or therapy. Thus far,
there are only a few limited models, though speculators, such as Bill Gates,
have suggested that they could become more common in the future.[1] While
most domestic robots are simplistic, some are connected to WiFi home
networks or smart environments and are autonomous to a high degree. In
service robot there are two types of categories such as-
Indoor Robot
Outdoor Robot
The Indoor robot: is a type of domestic robot that does the chores around and
inside homes, There are different kinds such as the robotic vacuum cleaners
and the floor-washing robots which clean the floors with sweeping and wet
mopping functions.
The outdoor robots are the domestic robots which perform the different
chores that exist outside of the house,There are the automated pool cleaners
which clean and maintain the swimming pools autonomously by scrubbing in-
ground pools from the floor to the waterline in 3 hours.
OBJECTIVES:
Now a day senior citizens / Old age people are not able to do
their daily chores easily for that we are planned to build this
service robot.
HARDWARE
SOFTWARE
void setup()
pinMode (2,INPUT);
pinMode (3,INPUT);
pinMode (4,INPUT);
pinMode (5,INPUT);
pinMode (6,OUTPUT);
pinMode (7,OUTPUT);
pinMode (8,OUTPUT);
pinMode (9,OUTPUT);
pinMode (10,OUTPUT);
pinMode (11,OUTPUT);
void loop()
if (digitalRead(2)==HIGH&&digitalRead(5)==HIGH)
digitalWrite(10,HIGH);
digitalWrite(11,LOW);
digitalWrite(6,LOW);
digitalWrite(7,LOW);
digitalWrite(8,LOW);
digitalWrite(9,LOW);
else if (digitalRead(3)==HIGH&&digitalRead(4)==HIGH)
digitalWrite(11,HIGH);
digitalWrite(10,LOW);
digitalWrite(6,LOW);
digitalWrite(7,LOW);
digitalWrite(8,LOW);
digitalWrite(9,LOW);
else if (digitalRead(3)==HIGH)
digitalWrite(6,HIGH);
digitalWrite(9,HIGH);
digitalWrite(7,LOW);
digitalWrite(8,LOW);
digitalWrite(10,LOW);
digitalWrite(11,LOW);
else if (digitalRead(2)==HIGH)
{
digitalWrite(7,HIGH);
digitalWrite(8,HIGH);
digitalWrite(6,LOW);
digitalWrite(9,LOW);
digitalWrite(10,LOW);
digitalWrite(11,LOW);
else if (digitalRead(4)==HIGH)
digitalWrite(6,HIGH);
digitalWrite(8,HIGH);
digitalWrite(7,LOW);
digitalWrite(9,LOW);
digitalWrite(10,LOW);
digitalWrite(11,LOW);
else if (digitalRead(5)==HIGH)
digitalWrite(7,HIGH);
digitalWrite(9,HIGH);
digitalWrite(6,LOW);
digitalWrite(8,LOW);
digitalWrite(10,LOW);
digitalWrite(11,LOW);
else
digitalWrite(6,LOW);
digitalWrite(7,LOW);
digitalWrite(8,LOW);
digitalWrite(9,LOW);
digitalWrite(10,LOW);
digitalWrite(11,LOW);
}
CIRCUIT DIAGRAM
CIRCUIT PART OF ROBOT
REMOTE CONTROL IMAGE
The robot system module works with the help of 12volts 7 amp
Battery.
The user can control robot using transmitter.
User can also see all objects with the help of their smartphones for
that we have used (IP Webcam application).
We have used 4 motor drivers for rotating wheels and also 1 for it’s
head.
It’s connected to mobile around 200 meter area.
It can handle weight more than 3kg only if the size of the robot is
large & metallic body.
This robot can only move objects (No functioning Hands).
No interaction with people.
We can use this robot as a servant in home, office and also in
hotels.
Advantages:
Low cost.
Disadvantages:
It can handle weight more than 3kg only if the size of the robot is
large & metallic body.
http://srrobotics.in
http://youtu.be/lqqrsOzV_V4
CANDIDATE’S DECLARATION
Date:
Place:
Signature of candidate
Name : _______________
Reg No: _______________
BOARD OF TECHNICAL EDUCATION, BANGLORE
CERTIFICATE