SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2045
Controlling a Raspberry Pi Robot over Internet with HTML & Shell
Scripts
Ashish G. Jadhav [1]
BE E&TC
DYPCOE, Akurdi
Maharashtra, India
Ankit [1]
BE E&TC
DYPCOE, Akurdi
Maharashtra, India
Ashish Ranjan [1]
BE E&TC
DYPCOE, Akurdi
Maharashtra, India
Aditi Chaudhuri [2]
ASSOCIATE PROFESSOR
E&TC, DYPCOE, Akurdi
Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - For making aware of the new environment one
should go there and analyze what is happening, but life is
precious so robots are used instead. The main theme of this
paper is to develop a Raspberry Pi based robot which can be
controlled remotely via internet. The robot has beenprimarily
built over Raspberry Pi which controls data transmission
between the server and the robot, and controls the motion of
the motors via motor controller L293D. The robot direction is
controlled by using Wi-Fi module through webpage over
internet. The camera in the robot can be used to visually
control the robot directions even from far places as well as to
get the live video feed over the webpage.
Key Words: Robot, Raspberry Pi, IOT, Wi-Fi Module,
Webcam.
1. INTRODUCTION
IOT based robot plays an important role in manyarea where
people can’t reach easily. The rapid growth of industry and
advancement of technology has resulted in reduction of
human efforts, the main reason for whichbeing robot.Inthis
project we use internet to establishcommunicationbetween
the user and a robotic vehicle. This is a reliable connection
and a continuous video vehicle. Due to the use of internet,
there is no limitation on range or distance between the user
and the robotic vehicle. Robots have found an increasing
demand in a wide range of applications in our life. Their use
in defense has increased by the day. In today’s world, robots
find use in various places be it to detonate buried bombs or
in industrial applications or even robotic components used
in children’s toys. The complexity of computer software
depends on how difficult the robot’s tasks are. In Wi-Fi
Robot for Video Monitoring & Surveillance System, the
proposed robot motion will be controlled with PWM
techniques using a Microcontroller and Bidirectional DC
Bridge for Motor Driving. It is proposed to address the low
cost, efficient, high speed processing & control hardwarefor
the self-navigating robotics application.
2. PROPOSED THEORY
The first part is construction of the robotic vehicle. With the
help of inbuilt Wi-Fi and network settings an internet
connection is established between the robotic vehicle and
the user. Then robot captures the images using a webcam
and stores them into the memory. The next task istocapture
and send live video feed using internet at a rate sufficient to
make them seem like a live video to the human eye. The next
task is to capture and send live images using internet at a
rate sufficient to make them seem like a live video to the
human eye. This was initially implementedusingLAN before
moving to internet. The desired result was achieved by
sending compressed low resolution images so that
transmission would not be affected in case high upload
speeds were not available. Then the program was made
more dynamic by varying the resolution of the video to be
transmitted depending on the upload speed availableatthat
particular time. Like for example in case of availability of
good upload speeds, high resolution video will be sent and
vice versa in case of low upload speeds.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2046
Fig -1: Flowchart
3. DESIGN AND IMPLEMENTATION
3.1 Raspberry Pi
Raspberry Pi board is a miniature marvel, packing
considerable computing power into a footprint no larger
than a credit card. The processor at the heart of the
Raspberry Pi system is a Broadcom BCM2835 system-on-
chip (SOC) multimedia processor. The
Fig -2: Raspberry Pi
Firstly we format our SDcard using SDcardFormatter then
with the help of Win32Diskmanager select the Raspbian file
and download all image into sdcard drive and click write
until it is done. Then put the SD card in your Raspberry Pi,
connect the keyboard, connect it to your HDMI monitor and
plug in the USB power.
With the help of IP Scanner Package determine the IP
address and ssh into it or you can also use the command like
ipconfig and hook the Pi directly to a monitor Now we have
to run package updates by using variouscommandlike sudo
apt-get update and sudo apt-get upgrade after installing
update we have to use command sudo reboot.Nowwehave
to assign static IP Address to SD card. After assigning static
IP address and connecting to Wi-Fi we have write code for
motor driver so that it can rotate. Also Wehavetowritecode
for live streaming and WEB SERVER so that we can control
our robot easily.
Fig -3: Raspberry Pi terminal window
3.2 Chassis
It should have 2 wheels along with a free wheel. These
wheels are controlled with the help of two motors which is
controlled by a motor driver L293D. We will connect the
L293D motor driver with the Raspberry pi.
3.3 Web Camera
The visual feedback is provided by a webcam. It can have a
resolution of up to 25MP, Frame rate of 30FPS along with
night time vision. It is plugged into the USB port of the
Raspberry Pi.
3.4 Wi-Fi Connection
Connection between user and robot is established via
internet. Robot isconnected tointernetusing Wi-Fi.Dynamic
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2047
IP address is assigned to the Raspberry Pi. Connection of
Raspberry Pi is shown clearly on Modem.
Fig -4: Raspberry Pi IP Address
4. RESULTS
As shown below we built a raspberry picontrolledrobotand
gave it vision using a webcam.
Fig -5: Robot
The video was sent in 640 x 480 video quality. The video is
sent directly to the assigned webpageusingraspberryIPand
port. The webcam continuously captures and sends video
feed directly with a delay of less than 1 sec.
The motion of robot is quite swift. The robot responds tothe
motion command given on the webpage in less than 1 sec.
The above robot is controlled through internet via a
webpage whose view is as in diagram below.
.
Fig -6: Web Page
The webpage can be accessed via a pc as well as on a cell
phone on a browser and can be controlled through it.
Fig -7: Robot Controller
5. CONCLUSIONS
In this project we used raspberry pi working on Raspbian
OS. Raspbian is a versatile platform and interfacing is pretty
easy.
Here we conclude that using raspberry pi for video
transmission and robot control went pretty well and the
response was faster than expected. The connectivity due to
Wi-Fi gives response in <1sec.Butcoolingapparatusmustbe
installed for protection to the raspberry pi.
6. FUTURE SCOPE
There are lots of improvements that can be made on the
current design and technologyandlotsofadditional features
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2048
can be added. We can use different typesofsensorsothatwe
can use robot in different field i.e. Temperature Sensor,
Pressure Sensor, Heat Sensor, Position Sensor, Proximity
Sensor.
We can also add Text To Speech converter in our robot. We
can also mount rotating camera on the Robot whichcanhelp
to know the position of Robot accurately.
We can also turn our robot as an UAV (Unmanned Aerial
Vehicle) which can save our soldier in spying.
REFERENCES
[1] Remote Access of FPGA Robot via Internet - Dhanabal
Bh.S.R.Phanindra Varma ,BharathiV,2014International
Conference on Electronics and Communication System
(ICECS -2014) .
[2] Robotic Vehicle Control using Internet via Webpageand
Keyboard, by Ketan Dumbre, Snehal Ganeshkar,Ajinkya
Dhekne, International Journal of ComputerApplications
(0975–8887), Volume 114 No. 17, March 2015.
[3] Wireless ControlledSurveillanceRobot byKunal Borkar,
Rohan Gaikwad, Ajay Singh Rajput – International
Journal of Advance Research in Computer Science and
Management Studies,ISSN:2321-7782(Online),Volume
2 Issue 2, Feb 2014.
[4] Advanced embedded wireless robot with motion
detection system and live video / audiotransmission by
M. A. wajeed, K. Varun Kumar - International Journal of
Communication Network Security, ISSN: 2231 – 1882,
Volume-2, Issue-2, 2013.
[5] Mobile Robot in Coal Mine Disaster Surveillance by Mr.
Sabarish Chakkath , S. Hariharan siddharath ,
B.Hemalatha -IOSR Journal of Engineering (IOSRJEN) e-
ISSN: 2250-3021, p-ISSN: 2278-8719, Volume 2, Issue
10 (October 2012), PP 77-82.
[6] Wireless Surveillance Robot with Motion Detection and
Live Video Transmission by A. Sivasoundari, S.
Kalaimani, M. Balamurugan -International Journal of
Emerging Science and Engineering (IJESE) ISSN: 2319–
6378, Volume-I, Issue-6 April 2013
BIOGRAPHIES
Ashish G. Jadhav1 pursuing
bachelor’s degree in Electronics
and Telecommunication from D.Y.
Patil College of Engineering,
Akurdi, Pune. Project interests are
in Automation and Wireless
Communication.
Ashish Ranjan1 pursuing
bachelor’s degree in Electronics
and Telecommunication from D.Y.
Patil College of Engineering,
Akurdi, Pune. Project interest is in
Wireless Communication.
Ankit1 pursuing bachelor’s
degree in Electronics and
Telecommunication fromD.Y.Patil
College of Engineering, Akurdi,
Pune. Project interest is in
Embedded processors.
Aditi Chaudhuri2 Associate
Professor in D. Y. Patil College of
Engineering, Akurdi, Pune.
Received Mtech in
Electronics(2009). Research
interest in VLSI design field.

More Related Content

What's hot

IRJET- IOT based Intrusion Detection and Tracking System
IRJET- IOT based Intrusion Detection and Tracking SystemIRJET- IOT based Intrusion Detection and Tracking System
IRJET- IOT based Intrusion Detection and Tracking SystemIRJET Journal
 
IRJET - Garbage Collecting Robot using IoT
IRJET - Garbage Collecting Robot using IoTIRJET - Garbage Collecting Robot using IoT
IRJET - Garbage Collecting Robot using IoTIRJET Journal
 
IRJET- A Review on Intelligent Agriculture Service Platform with Lora Bas...
IRJET-  	  A Review on Intelligent Agriculture Service Platform with Lora Bas...IRJET-  	  A Review on Intelligent Agriculture Service Platform with Lora Bas...
IRJET- A Review on Intelligent Agriculture Service Platform with Lora Bas...IRJET Journal
 
Video streaming using wireless multi hop in android phones
Video streaming using wireless multi hop in android phonesVideo streaming using wireless multi hop in android phones
Video streaming using wireless multi hop in android phonesIAEME Publication
 
Talking with Things: What's Hot in Low-Power Long-Range IoT Connectivity
Talking with Things: What's Hot in Low-Power Long-Range IoT ConnectivityTalking with Things: What's Hot in Low-Power Long-Range IoT Connectivity
Talking with Things: What's Hot in Low-Power Long-Range IoT ConnectivityAndri Yadi
 
IRJET- IoT based Diamond Security System with Video Surveillance
IRJET- IoT based Diamond Security System with Video SurveillanceIRJET- IoT based Diamond Security System with Video Surveillance
IRJET- IoT based Diamond Security System with Video SurveillanceIRJET Journal
 
IPLOOK SMS product information
IPLOOK SMS product information IPLOOK SMS product information
IPLOOK SMS product information IPLOOK Networks
 
“Certifying Neural Networks for Autonomous Flight,” a Presentation from Daeda...
“Certifying Neural Networks for Autonomous Flight,” a Presentation from Daeda...“Certifying Neural Networks for Autonomous Flight,” a Presentation from Daeda...
“Certifying Neural Networks for Autonomous Flight,” a Presentation from Daeda...Edge AI and Vision Alliance
 
Bluetooth Controlled Robot
Bluetooth Controlled RobotBluetooth Controlled Robot
Bluetooth Controlled RobotPankaj Rai
 
VOICE OPERATED ROBOT DOCUMENTATION
VOICE OPERATED ROBOT DOCUMENTATIONVOICE OPERATED ROBOT DOCUMENTATION
VOICE OPERATED ROBOT DOCUMENTATIONSree Harini Dunnala
 
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...
IRJET- Animal Identification in Roads and Alert System for Passengers usi...IRJET 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
 
Blaze automation profile india 2009
Blaze automation profile india   2009Blaze automation profile india   2009
Blaze automation profile india 2009Blaze_Hyd
 
2011 WPC IAG IoT Booth training material 20111020 Eric Lo
2011 WPC IAG IoT Booth training material 20111020 Eric Lo2011 WPC IAG IoT Booth training material 20111020 Eric Lo
2011 WPC IAG IoT Booth training material 20111020 Eric LoEric Lo
 
Cat5 To 10gig Convergence Makes Cabling An Asset
Cat5 To 10gig Convergence Makes Cabling An AssetCat5 To 10gig Convergence Makes Cabling An Asset
Cat5 To 10gig Convergence Makes Cabling An Assetus056444
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET Journal
 

What's hot (20)

IRJET- IOT based Intrusion Detection and Tracking System
IRJET- IOT based Intrusion Detection and Tracking SystemIRJET- IOT based Intrusion Detection and Tracking System
IRJET- IOT based Intrusion Detection and Tracking System
 
IRJET - Garbage Collecting Robot using IoT
IRJET - Garbage Collecting Robot using IoTIRJET - Garbage Collecting Robot using IoT
IRJET - Garbage Collecting Robot using IoT
 
IRJET- A Review on Intelligent Agriculture Service Platform with Lora Bas...
IRJET-  	  A Review on Intelligent Agriculture Service Platform with Lora Bas...IRJET-  	  A Review on Intelligent Agriculture Service Platform with Lora Bas...
IRJET- A Review on Intelligent Agriculture Service Platform with Lora Bas...
 
AP6522 Specification Sheet
AP6522 Specification SheetAP6522 Specification Sheet
AP6522 Specification Sheet
 
Video streaming using wireless multi hop in android phones
Video streaming using wireless multi hop in android phonesVideo streaming using wireless multi hop in android phones
Video streaming using wireless multi hop in android phones
 
Talking with Things: What's Hot in Low-Power Long-Range IoT Connectivity
Talking with Things: What's Hot in Low-Power Long-Range IoT ConnectivityTalking with Things: What's Hot in Low-Power Long-Range IoT Connectivity
Talking with Things: What's Hot in Low-Power Long-Range IoT Connectivity
 
Next Generation Wireless Architecture for Multimedia-Grade Residence Halls
Next Generation Wireless Architecture for Multimedia-Grade Residence HallsNext Generation Wireless Architecture for Multimedia-Grade Residence Halls
Next Generation Wireless Architecture for Multimedia-Grade Residence Halls
 
Hello instant 0612_1a
Hello instant 0612_1aHello instant 0612_1a
Hello instant 0612_1a
 
IRJET- IoT based Diamond Security System with Video Surveillance
IRJET- IoT based Diamond Security System with Video SurveillanceIRJET- IoT based Diamond Security System with Video Surveillance
IRJET- IoT based Diamond Security System with Video Surveillance
 
IPLOOK SMS product information
IPLOOK SMS product information IPLOOK SMS product information
IPLOOK SMS product information
 
“Certifying Neural Networks for Autonomous Flight,” a Presentation from Daeda...
“Certifying Neural Networks for Autonomous Flight,” a Presentation from Daeda...“Certifying Neural Networks for Autonomous Flight,” a Presentation from Daeda...
“Certifying Neural Networks for Autonomous Flight,” a Presentation from Daeda...
 
Bluetooth Controlled Robot
Bluetooth Controlled RobotBluetooth Controlled Robot
Bluetooth Controlled Robot
 
Network Rightsizing Best Practices Guide
Network Rightsizing Best Practices GuideNetwork Rightsizing Best Practices Guide
Network Rightsizing Best Practices Guide
 
VOICE OPERATED ROBOT DOCUMENTATION
VOICE OPERATED ROBOT DOCUMENTATIONVOICE OPERATED ROBOT DOCUMENTATION
VOICE OPERATED ROBOT DOCUMENTATION
 
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
 
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
 
Blaze automation profile india 2009
Blaze automation profile india   2009Blaze automation profile india   2009
Blaze automation profile india 2009
 
2011 WPC IAG IoT Booth training material 20111020 Eric Lo
2011 WPC IAG IoT Booth training material 20111020 Eric Lo2011 WPC IAG IoT Booth training material 20111020 Eric Lo
2011 WPC IAG IoT Booth training material 20111020 Eric Lo
 
Cat5 To 10gig Convergence Makes Cabling An Asset
Cat5 To 10gig Convergence Makes Cabling An AssetCat5 To 10gig Convergence Makes Cabling An Asset
Cat5 To 10gig Convergence Makes Cabling An Asset
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining Tracking
 

Similar to Controlling A Raspberry Pi Robot Over Internet With HTML & Shell Scripts

IOT BASED ROBOTIC CAR USING RASPBERRY
IOT BASED ROBOTIC CAR USING RASPBERRYIOT BASED ROBOTIC CAR USING RASPBERRY
IOT BASED ROBOTIC CAR USING RASPBERRYIRJET Journal
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising SystemIRJET Journal
 
IRJET- Wi-Fi based Home & Industry Surveillance Bot using Pi Camera
IRJET-  	  Wi-Fi based Home & Industry Surveillance Bot using Pi CameraIRJET-  	  Wi-Fi based Home & Industry Surveillance Bot using Pi Camera
IRJET- Wi-Fi based Home & Industry Surveillance Bot using Pi CameraIRJET Journal
 
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET Journal
 
IRJET- IOT Based Surveillance Robotic Car using Raspberry PI
IRJET- IOT Based Surveillance Robotic Car using Raspberry PIIRJET- IOT Based Surveillance Robotic Car using Raspberry PI
IRJET- IOT Based Surveillance Robotic Car using Raspberry PIIRJET Journal
 
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A ReviewIRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A ReviewIRJET Journal
 
IRJET- Portable Surveillance Robot using IoT
IRJET-  	  Portable Surveillance Robot using IoTIRJET-  	  Portable Surveillance Robot using IoT
IRJET- Portable Surveillance Robot using IoTIRJET Journal
 
Wi-Fi Controlled Car
Wi-Fi Controlled CarWi-Fi Controlled Car
Wi-Fi Controlled CarIRJET Journal
 
IRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage DeviceIRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage DeviceIRJET Journal
 
SPYROV (IoT based Surveillance Rover)
SPYROV (IoT based Surveillance Rover)SPYROV (IoT based Surveillance Rover)
SPYROV (IoT based Surveillance Rover)IRJET Journal
 
IRJET - AI based Smart Mirror
IRJET -  	  AI based Smart MirrorIRJET -  	  AI based Smart Mirror
IRJET - AI based Smart MirrorIRJET Journal
 
IRJET- Motion Activated Security System
IRJET-  	  Motion Activated Security SystemIRJET-  	  Motion Activated Security System
IRJET- Motion Activated Security SystemIRJET Journal
 
IRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET Journal
 
Design of A Home Surveillance System Based on the Android Platform
Design of A Home Surveillance System Based on the Android PlatformDesign of A Home Surveillance System Based on the Android Platform
Design of A Home Surveillance System Based on the Android PlatformIRJET Journal
 
IRJET- Iot Based Mobile Robot for Smoke Detection
IRJET-  	  Iot Based Mobile Robot for Smoke DetectionIRJET-  	  Iot Based Mobile Robot for Smoke Detection
IRJET- Iot Based Mobile Robot for Smoke DetectionIRJET Journal
 
IRJET - Eyeblink Controlled Virtual Keyboard using Raspberry Pi
IRJET -  	  Eyeblink Controlled Virtual Keyboard using Raspberry PiIRJET -  	  Eyeblink Controlled Virtual Keyboard using Raspberry Pi
IRJET - Eyeblink Controlled Virtual Keyboard using Raspberry PiIRJET Journal
 
IRJET- Surveillance Robot based on Raspberry Pi-3
IRJET-  	  Surveillance Robot based on Raspberry Pi-3IRJET-  	  Surveillance Robot based on Raspberry Pi-3
IRJET- Surveillance Robot based on Raspberry Pi-3IRJET Journal
 
DESIGN AND CONSTRUCTION OF A LINUX BASED WEB (1)
DESIGN AND CONSTRUCTION OF A LINUX BASED WEB (1)DESIGN AND CONSTRUCTION OF A LINUX BASED WEB (1)
DESIGN AND CONSTRUCTION OF A LINUX BASED WEB (1)Ibrahim Yusuf Salihu
 
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen CastingIRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen CastingIRJET 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
 

Similar to Controlling A Raspberry Pi Robot Over Internet With HTML & Shell Scripts (20)

IOT BASED ROBOTIC CAR USING RASPBERRY
IOT BASED ROBOTIC CAR USING RASPBERRYIOT BASED ROBOTIC CAR USING RASPBERRY
IOT BASED ROBOTIC CAR USING RASPBERRY
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising System
 
IRJET- Wi-Fi based Home & Industry Surveillance Bot using Pi Camera
IRJET-  	  Wi-Fi based Home & Industry Surveillance Bot using Pi CameraIRJET-  	  Wi-Fi based Home & Industry Surveillance Bot using Pi Camera
IRJET- Wi-Fi based Home & Industry Surveillance Bot using Pi Camera
 
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic System
 
IRJET- IOT Based Surveillance Robotic Car using Raspberry PI
IRJET- IOT Based Surveillance Robotic Car using Raspberry PIIRJET- IOT Based Surveillance Robotic Car using Raspberry PI
IRJET- IOT Based Surveillance Robotic Car using Raspberry PI
 
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A ReviewIRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
 
IRJET- Portable Surveillance Robot using IoT
IRJET-  	  Portable Surveillance Robot using IoTIRJET-  	  Portable Surveillance Robot using IoT
IRJET- Portable Surveillance Robot using IoT
 
Wi-Fi Controlled Car
Wi-Fi Controlled CarWi-Fi Controlled Car
Wi-Fi Controlled Car
 
IRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage DeviceIRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage Device
 
SPYROV (IoT based Surveillance Rover)
SPYROV (IoT based Surveillance Rover)SPYROV (IoT based Surveillance Rover)
SPYROV (IoT based Surveillance Rover)
 
IRJET - AI based Smart Mirror
IRJET -  	  AI based Smart MirrorIRJET -  	  AI based Smart Mirror
IRJET - AI based Smart Mirror
 
IRJET- Motion Activated Security System
IRJET-  	  Motion Activated Security SystemIRJET-  	  Motion Activated Security System
IRJET- Motion Activated Security System
 
IRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation System
 
Design of A Home Surveillance System Based on the Android Platform
Design of A Home Surveillance System Based on the Android PlatformDesign of A Home Surveillance System Based on the Android Platform
Design of A Home Surveillance System Based on the Android Platform
 
IRJET- Iot Based Mobile Robot for Smoke Detection
IRJET-  	  Iot Based Mobile Robot for Smoke DetectionIRJET-  	  Iot Based Mobile Robot for Smoke Detection
IRJET- Iot Based Mobile Robot for Smoke Detection
 
IRJET - Eyeblink Controlled Virtual Keyboard using Raspberry Pi
IRJET -  	  Eyeblink Controlled Virtual Keyboard using Raspberry PiIRJET -  	  Eyeblink Controlled Virtual Keyboard using Raspberry Pi
IRJET - Eyeblink Controlled Virtual Keyboard using Raspberry Pi
 
IRJET- Surveillance Robot based on Raspberry Pi-3
IRJET-  	  Surveillance Robot based on Raspberry Pi-3IRJET-  	  Surveillance Robot based on Raspberry Pi-3
IRJET- Surveillance Robot based on Raspberry Pi-3
 
DESIGN AND CONSTRUCTION OF A LINUX BASED WEB (1)
DESIGN AND CONSTRUCTION OF A LINUX BASED WEB (1)DESIGN AND CONSTRUCTION OF A LINUX BASED WEB (1)
DESIGN AND CONSTRUCTION OF A LINUX BASED WEB (1)
 
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen CastingIRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
 
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
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
(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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
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
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 

Recently uploaded (20)

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
★ 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
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
(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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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🔝
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 

Controlling A Raspberry Pi Robot Over Internet With HTML & Shell Scripts

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2045 Controlling a Raspberry Pi Robot over Internet with HTML & Shell Scripts Ashish G. Jadhav [1] BE E&TC DYPCOE, Akurdi Maharashtra, India Ankit [1] BE E&TC DYPCOE, Akurdi Maharashtra, India Ashish Ranjan [1] BE E&TC DYPCOE, Akurdi Maharashtra, India Aditi Chaudhuri [2] ASSOCIATE PROFESSOR E&TC, DYPCOE, Akurdi Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - For making aware of the new environment one should go there and analyze what is happening, but life is precious so robots are used instead. The main theme of this paper is to develop a Raspberry Pi based robot which can be controlled remotely via internet. The robot has beenprimarily built over Raspberry Pi which controls data transmission between the server and the robot, and controls the motion of the motors via motor controller L293D. The robot direction is controlled by using Wi-Fi module through webpage over internet. The camera in the robot can be used to visually control the robot directions even from far places as well as to get the live video feed over the webpage. Key Words: Robot, Raspberry Pi, IOT, Wi-Fi Module, Webcam. 1. INTRODUCTION IOT based robot plays an important role in manyarea where people can’t reach easily. The rapid growth of industry and advancement of technology has resulted in reduction of human efforts, the main reason for whichbeing robot.Inthis project we use internet to establishcommunicationbetween the user and a robotic vehicle. This is a reliable connection and a continuous video vehicle. Due to the use of internet, there is no limitation on range or distance between the user and the robotic vehicle. Robots have found an increasing demand in a wide range of applications in our life. Their use in defense has increased by the day. In today’s world, robots find use in various places be it to detonate buried bombs or in industrial applications or even robotic components used in children’s toys. The complexity of computer software depends on how difficult the robot’s tasks are. In Wi-Fi Robot for Video Monitoring & Surveillance System, the proposed robot motion will be controlled with PWM techniques using a Microcontroller and Bidirectional DC Bridge for Motor Driving. It is proposed to address the low cost, efficient, high speed processing & control hardwarefor the self-navigating robotics application. 2. PROPOSED THEORY The first part is construction of the robotic vehicle. With the help of inbuilt Wi-Fi and network settings an internet connection is established between the robotic vehicle and the user. Then robot captures the images using a webcam and stores them into the memory. The next task istocapture and send live video feed using internet at a rate sufficient to make them seem like a live video to the human eye. The next task is to capture and send live images using internet at a rate sufficient to make them seem like a live video to the human eye. This was initially implementedusingLAN before moving to internet. The desired result was achieved by sending compressed low resolution images so that transmission would not be affected in case high upload speeds were not available. Then the program was made more dynamic by varying the resolution of the video to be transmitted depending on the upload speed availableatthat particular time. Like for example in case of availability of good upload speeds, high resolution video will be sent and vice versa in case of low upload speeds.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2046 Fig -1: Flowchart 3. DESIGN AND IMPLEMENTATION 3.1 Raspberry Pi Raspberry Pi board is a miniature marvel, packing considerable computing power into a footprint no larger than a credit card. The processor at the heart of the Raspberry Pi system is a Broadcom BCM2835 system-on- chip (SOC) multimedia processor. The Fig -2: Raspberry Pi Firstly we format our SDcard using SDcardFormatter then with the help of Win32Diskmanager select the Raspbian file and download all image into sdcard drive and click write until it is done. Then put the SD card in your Raspberry Pi, connect the keyboard, connect it to your HDMI monitor and plug in the USB power. With the help of IP Scanner Package determine the IP address and ssh into it or you can also use the command like ipconfig and hook the Pi directly to a monitor Now we have to run package updates by using variouscommandlike sudo apt-get update and sudo apt-get upgrade after installing update we have to use command sudo reboot.Nowwehave to assign static IP Address to SD card. After assigning static IP address and connecting to Wi-Fi we have write code for motor driver so that it can rotate. Also Wehavetowritecode for live streaming and WEB SERVER so that we can control our robot easily. Fig -3: Raspberry Pi terminal window 3.2 Chassis It should have 2 wheels along with a free wheel. These wheels are controlled with the help of two motors which is controlled by a motor driver L293D. We will connect the L293D motor driver with the Raspberry pi. 3.3 Web Camera The visual feedback is provided by a webcam. It can have a resolution of up to 25MP, Frame rate of 30FPS along with night time vision. It is plugged into the USB port of the Raspberry Pi. 3.4 Wi-Fi Connection Connection between user and robot is established via internet. Robot isconnected tointernetusing Wi-Fi.Dynamic
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2047 IP address is assigned to the Raspberry Pi. Connection of Raspberry Pi is shown clearly on Modem. Fig -4: Raspberry Pi IP Address 4. RESULTS As shown below we built a raspberry picontrolledrobotand gave it vision using a webcam. Fig -5: Robot The video was sent in 640 x 480 video quality. The video is sent directly to the assigned webpageusingraspberryIPand port. The webcam continuously captures and sends video feed directly with a delay of less than 1 sec. The motion of robot is quite swift. The robot responds tothe motion command given on the webpage in less than 1 sec. The above robot is controlled through internet via a webpage whose view is as in diagram below. . Fig -6: Web Page The webpage can be accessed via a pc as well as on a cell phone on a browser and can be controlled through it. Fig -7: Robot Controller 5. CONCLUSIONS In this project we used raspberry pi working on Raspbian OS. Raspbian is a versatile platform and interfacing is pretty easy. Here we conclude that using raspberry pi for video transmission and robot control went pretty well and the response was faster than expected. The connectivity due to Wi-Fi gives response in <1sec.Butcoolingapparatusmustbe installed for protection to the raspberry pi. 6. FUTURE SCOPE There are lots of improvements that can be made on the current design and technologyandlotsofadditional features
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2048 can be added. We can use different typesofsensorsothatwe can use robot in different field i.e. Temperature Sensor, Pressure Sensor, Heat Sensor, Position Sensor, Proximity Sensor. We can also add Text To Speech converter in our robot. We can also mount rotating camera on the Robot whichcanhelp to know the position of Robot accurately. We can also turn our robot as an UAV (Unmanned Aerial Vehicle) which can save our soldier in spying. REFERENCES [1] Remote Access of FPGA Robot via Internet - Dhanabal Bh.S.R.Phanindra Varma ,BharathiV,2014International Conference on Electronics and Communication System (ICECS -2014) . [2] Robotic Vehicle Control using Internet via Webpageand Keyboard, by Ketan Dumbre, Snehal Ganeshkar,Ajinkya Dhekne, International Journal of ComputerApplications (0975–8887), Volume 114 No. 17, March 2015. [3] Wireless ControlledSurveillanceRobot byKunal Borkar, Rohan Gaikwad, Ajay Singh Rajput – International Journal of Advance Research in Computer Science and Management Studies,ISSN:2321-7782(Online),Volume 2 Issue 2, Feb 2014. [4] Advanced embedded wireless robot with motion detection system and live video / audiotransmission by M. A. wajeed, K. Varun Kumar - International Journal of Communication Network Security, ISSN: 2231 – 1882, Volume-2, Issue-2, 2013. [5] Mobile Robot in Coal Mine Disaster Surveillance by Mr. Sabarish Chakkath , S. Hariharan siddharath , B.Hemalatha -IOSR Journal of Engineering (IOSRJEN) e- ISSN: 2250-3021, p-ISSN: 2278-8719, Volume 2, Issue 10 (October 2012), PP 77-82. [6] Wireless Surveillance Robot with Motion Detection and Live Video Transmission by A. Sivasoundari, S. Kalaimani, M. Balamurugan -International Journal of Emerging Science and Engineering (IJESE) ISSN: 2319– 6378, Volume-I, Issue-6 April 2013 BIOGRAPHIES Ashish G. Jadhav1 pursuing bachelor’s degree in Electronics and Telecommunication from D.Y. Patil College of Engineering, Akurdi, Pune. Project interests are in Automation and Wireless Communication. Ashish Ranjan1 pursuing bachelor’s degree in Electronics and Telecommunication from D.Y. Patil College of Engineering, Akurdi, Pune. Project interest is in Wireless Communication. Ankit1 pursuing bachelor’s degree in Electronics and Telecommunication fromD.Y.Patil College of Engineering, Akurdi, Pune. Project interest is in Embedded processors. Aditi Chaudhuri2 Associate Professor in D. Y. Patil College of Engineering, Akurdi, Pune. Received Mtech in Electronics(2009). Research interest in VLSI design field.