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: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7273
NAVIGATION CAMP – BOT
Siva Vijay.R1, Sundar.S.P2, Vigneshwar.D3, Bharath Singh.J4
1Dept of Electronics and Instrumentation Engineering, R.M.K. Engineering College, Tamil Nadu, India
2Dept of Electronics and Instrumentation Engineering, R.M.K. Engineering College, Tamil Nadu, India
3Dept of Electronics and Instrumentation Engineering, R.M.K. Engineering College, Tamil Nadu, India
4 Guide - Dept of Electronics and Instrumentation Engineering, R.M.K. Engineering College, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Autonomous navigation remains one of the
primary challenges of mobile robot industry. Many control
algorithms have been recently developed that are aimed to
overcome this challenge. Several companies are moving
towards the introduction of automation in their field. In this
project, we introduce an algorithm for avoiding obstacles and
minimizing the travel time to a target location along an
optimized path. The user can select the desired destination
where he needs to go, and the respective command is sent to
the microcontroller (AtMega 2560) using Zigbee wireless
module and control action is taken. Obstacles are monitored
and detected using sharp sensor which is placed on the front
side and controlled using AtMega2560 microcontroller. After
reaching the destination, the robot gives anaudiooutputfrom
an Arduino Uno board (description of the location) and also
displays the name of the destination in the LCD display. Using
this project, the user can easily navigate to unknown places
within the specified region.
Key Words: AtMega 2560, Zigbee, Arduino Uno, audio
1.INTRODUCTION ( Size 11 , cambria font)
When we go to new or unknown places like
museums we may not be familiar with the directions
and locations of the building. Even with the direction
plates positioned around the building some may tend
to get lost inside very frequently. Hence the indoor
navigation has become a major problem and it made
many researchers to find an optimum solutionforthat.
One such solution is to design a robot which will
navigate you through all the places inside the building
which we are unaware of.
In this project we provideonesuchsolutionfor
the indoor navigation problem. Here we made use of
the ATMEGA 2560 controller as the brain of the bot.
The c code is flashed into its memory. The overall
layout of the building is firstly figured out and the
timings and distance of each path and location is
calculated.
This will give us the preloadedmapthatistobe
dumped into themicrocontroller.Theuserwillgivethe
command using the XCTU software. This is used to
transfer the code from the CPU to the robot wirelessly.
Both the coordinator and the router will have anX-Bee
module of their own. The microcontroller on receiving
the command will perform the corresponding action.
The bot will start to move and reach to the destination
location which the user has specified.
1.1 Fire Bird V ATMEGA2560
The Fire Bird V robot is the 5th in the Fire Bird
series of robots. First two versions of the robots were
designed for the Embedded Real-Time Systems Lab,
Department of Computer Science and Engineering, IIT
Bombay. Theses platforms were made commercially
available from the version 3 onwards. All the Fire Bird
V series robots share the same main board and other
accessories.
Different family of microcontrollers can be added
by simplychanging top microcontrolleradapterboard.
Fire Bird V supportsATMEGA2560(AVR),P89V51RD2
(8051) and LPC2148 (ARM7) microcontroller adapter
boards. This modularity in changing the
microcontroller adapter boards makes Fire Bird V
robots very versatile. You can also add your own
custom designed microcontroller adapter board.
1.2 XBee Module - Specifications
USB 2.0 compatible (No legacy RS232
required), USB powered, RXD, TXD, RSSI, ASSOSIATE
indicator LEDs, Supports AT and API commands,
Achievable data rates: 2400-115200 bps, Data output:
CMOS (2.8-3.4V) UART interface, Supported XBee
wireless modules.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7274
2. DESCRIPTION
2.1 Requirements
2.1.1 Hardware
MICROCONTROLLER OVERVIEW
The high-performance, low-power Microchip 8-bit
AVR RISC-based microcontroller combines 256KB ISP flash
memory, 8KB SRAM, 4KB EEPROM, 86 general purpose I/O
lines, 32 general purpose working registers, real time
counter, six flexible timer/counters with compare modes,
PWM, 4 USARTs, byte oriented 2-wire serial interface, 16-
channel 10-bit A/D converter, and a JTAG interface for on-
chip debugging. The deviceachievesa throughputof16MIPS
at 16 MHz and operates between 4.5-5.5 volts.
By executing powerful instructions in a single clock
cycle, the device achieves a throughput approaching 1 MIPS
per MHz, balancing power consumption and processing
speed.
Table -1: Microcontroller Specification
Name Value
Program Memory Type Flash
Program Memory Size (KB) 256
CPU Speed (MIPS/DMIPS) 16
SRAM Bytes 8,192
Data EEPROM/HEF (bytes) 4096
Digital Communication
Peripherals
4-UART, 5-SPI, 1-I2C
Capture/Compare/PWM
Peripherals
4 Input Capture, 4
CCP, 16PWM
Timers 2 x 8-bit, 4 x 16-bit
Number of Comparators 1
Temperature Range (C) -40 to 85
Operating Voltage Range (V) 1.8 to 5.5
Pin Count 100
Fig 1 ATMEGA 2560 block diagram
XBEE WIRELESS MODULE
XBee USB wireless adaptor board is used for
interfacing any of the series 1 XBee wireless modules with
the PC. Using this USB adaptor board for XBee wireless
modules you can communicate between PC to PC, PC to
robot / embedded board with ease. You can also use this
module to change configuration of theXBeedevicesusing PC
via USB port using XCTU software from Digi.
On the PC side this device is treated as the
Communication Device Class (CDC) of USB family and it
allows the user to treat USB port as a normal serial port
(Virtual COM port).
XBee USB wireless adaptor board has five indicator
LEDs which shows power, status of the data being
transmitted or received, signal strengthofthedata reception
and the association.
2.2 Serial Communication using UART
The Fire Bird V can communicate with other robots /
devices serially using either wired link or wireless module.
Serial communication is done in asynchronous mode. In the
asynchronous mode, the common clocksignalisnotrequired
at both the transmitter andreceiverfordatasynchronization.
ATMEGA2560 have four USART (0 to 3) ports available
for serial communication.
2.3 Software
AVR BOOTLOADER
All AVR microcontrollers can be programmedusing
various methods such as In System Programming (ISP),
parallel programming and boot loading etc. Advantage with
the boot loader is that you don’t need any external hardware
to load .hex file on the microcontroller. It also prevents any
accidental changes in the fuse settingsofthemicrocontroller
ATMEL STUDIO 6.0
Studio 7 is the integrated development platform
(IDP) for developing and debugging all AVR and SAM
microcontroller applications. The Atmel Studio 7 IDP gives
you a seamless and easy-to-use environment to write, build
and debug your applications written in C/C++ or assembly
code. It also connects seamlessly to the debuggers,
programmers and development kits that support AVR and
SAM devices.
XCTU
XCTU is a free multi-platform application designed
to enable developers to interact with Digi RF modules
through a simple-to-use graphical interface. It includes new
tools that make it easy to set-up, configure and test XBee RF
modules.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7275
XCTU includes all of the tools a developer needs to
quickly get up and running with XBee. Unique features like
graphical network view, which graphically represents the
XBee network along with the signal strength of each
connection, and the XBee API frame builder, which
intuitively helps to build and interpret API frames for XBees
being used in API mode, combine to make development on
the XBee platform easier than ever.
3. BLOCK DIAGRAM
Fig 2 Overall Block Diagram
Fig 3 Pathway Layout
4. WORKING:
The command to the robot is sent by the user using
the CPU. This is done using the X-Bee module. This wireless
communication takes place using two modules. One is
master and the other is the slave. The master module is
attached to the CPU and the slave is connected to the robot.
The command is sent through the XCTU software.
On receiving the code the robot will start to execute the
function automatically. In thisexperimentwehavemadeuse
of 5 blocks inside a campus. They are Main entrance, Main
Block, EIE Department, 1st year block, Hostel, and Mess.
In each location there will be a display showing the
whole map and its corresponding destination number. After
identifying the place where the user needs to go, he or she
can enter the corresponding command in the type pad to
execute it. Now the code is sent to the ATMEGA 2560
microcontroller which will execute the corresponding code.
Now the bot will move from the start place to the desired
location where the user has enteredtogo.Thecontrollerwill
calculate the optimum path to travel based on the control
logic flashed into it.
On moving to the location when there comes any
obstacle in its path, it will be detected the Sharp Sensor
which is positioned on the front side of the robot. The bot
will stop immediately after detecting it for 5 seconds
herewith it produces a beep sound. The duration of 5
seconds is to ensure whether the objectisa stationaryone or
it will be moved in that particular duration of time.
After the defined interval of time the robot will
move towards the right or left side by calculating the
dimension of the object in front ofit.(Mezouar,09July2008)
This calculation is done by the IR sensors positioned on
either side of the bot.
5. PROPOSED SYSTEM:
In this project, we introduce an algorithm for
avoiding obstacles and minimizing the travel timetoa target
location along an optimized path. The user can select the
desired destination where he needs to go, andtherespective
command is senttothemicrocontroller(AtMega 2560)using
Zigbee wireless module and control action is taken.
Obstacles are monitored and detected using sharp sensor
which is placed on the front side and controlled using
AtMega2560 microcontroller.Afterreachingthedestination,
the robot gives an audio output from an Arduino Uno board
(description of the location) and also displays the name of
the destination in the LCD display. Using this project, the
user can easily navigate to unknown places within the
specified region.
6. RESULTS AND CONCLUSION:
On giving the command on the PC the robot will
automatically travel to the destination location which is
given by the user. On placing the obstacles in the path the
robot will stop automatically and produce a beep sound.
Even if the obstacle is in the path beyond the defined time
interval the robot will move towards right or left then it
will calculate the dimension using the IR sensor positioned
on either side of the bot.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7276
7. REFERENCES
[1] ERIC ROYER, ∗. M.-M. (2006HAL). MonocularVision
for Mobile Robot Localization and Autonomous
Navigation. International JournalofComputerVision
(pp. 1 - 2). France: HAL.
[2] Guillaume Blanc, Y. M. (2016). Indoor Navigation of
a Wheeled Mobile Robot. Proceedings of the 2005
IEEE (pp. 1 - 3). Barcelona, Spain: International
Conference on Robotics and Automation.
[3] H. Maaref ∗, C. B. (2011). Sensor-basednavigationof
a mobile robot in. RoboticsandAutonomousSystems,
(pp. 4 - 8). Henderson.
[4] Hartmut Surmann, J. H. (2000). A Fuzzy System for
Indoor Mobile Robot Navigation. German National
Research Center for Computer Science (pp. 10 - 11).
Augustin, Germany: Proc. of the Fourth IEEE Int.
Conf. on Fuzzy Systems,.

More Related Content

What's hot

Configuring lifa for remote communication using web architecture
Configuring lifa for remote communication using web architectureConfiguring lifa for remote communication using web architecture
Configuring lifa for remote communication using web architectureVatsal N Shah
 
IRJET- Smart Gloves to Convert Sign Languages to Vocal Output
IRJET- Smart Gloves to Convert Sign Languages to Vocal OutputIRJET- Smart Gloves to Convert Sign Languages to Vocal Output
IRJET- Smart Gloves to Convert Sign Languages to Vocal OutputIRJET Journal
 
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th yearVatsal N Shah
 
Project_report_on_Attendance_system
 Project_report_on_Attendance_system Project_report_on_Attendance_system
Project_report_on_Attendance_systemAmi Goswami
 
Bluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project ReportBluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project ReportSimarjot Singh Kalsi
 
Robotics and Embedded System.
Robotics and Embedded System.Robotics and Embedded System.
Robotics and Embedded System.Puneet Parihar
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system pptNilgiri publicity
 
BLUETOOTH CONTROLLED ROBOCAR
BLUETOOTH CONTROLLED ROBOCARBLUETOOTH CONTROLLED ROBOCAR
BLUETOOTH CONTROLLED ROBOCARPulkit Singhal
 
Basics of open source embedded development board (
Basics of open source embedded development board (Basics of open source embedded development board (
Basics of open source embedded development board (Dhruwank Vankawala
 
Floor cleaning robot report vatsal shah_ec_7th sem
Floor cleaning robot report vatsal shah_ec_7th semFloor cleaning robot report vatsal shah_ec_7th sem
Floor cleaning robot report vatsal shah_ec_7th semVatsal N Shah
 
IRJET- Centralised Status alert system for industrial machines
IRJET-  	  Centralised Status alert system for industrial machinesIRJET-  	  Centralised Status alert system for industrial machines
IRJET- Centralised Status alert system for industrial machinesIRJET Journal
 
IRJET - Mobile Application Base Voice Command Wireless CNC Writing Machine
IRJET - Mobile Application Base Voice Command Wireless CNC Writing MachineIRJET - Mobile Application Base Voice Command Wireless CNC Writing Machine
IRJET - Mobile Application Base Voice Command Wireless CNC Writing MachineIRJET Journal
 
Final Report11
Final Report11Final Report11
Final Report11sonu kumar
 
An Introduction to Robotics and Embedded System
An Introduction to Robotics and Embedded SystemAn Introduction to Robotics and Embedded System
An Introduction to Robotics and Embedded SystemPeeyush Sahu CAPM®
 
Presentation on embedded system and robotics
Presentation on embedded system and roboticsPresentation on embedded system and robotics
Presentation on embedded system and roboticsArpit Upadhyay
 
Arduino Based Voice Generator Text to Speech Robot
Arduino Based Voice Generator Text to Speech RobotArduino Based Voice Generator Text to Speech Robot
Arduino Based Voice Generator Text to Speech Robotijtsrd
 
MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06
MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06
MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06Eklavya Sharma
 

What's hot (20)

Configuring lifa for remote communication using web architecture
Configuring lifa for remote communication using web architectureConfiguring lifa for remote communication using web architecture
Configuring lifa for remote communication using web architecture
 
IRJET- Smart Gloves to Convert Sign Languages to Vocal Output
IRJET- Smart Gloves to Convert Sign Languages to Vocal OutputIRJET- Smart Gloves to Convert Sign Languages to Vocal Output
IRJET- Smart Gloves to Convert Sign Languages to Vocal Output
 
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
 
Major
MajorMajor
Major
 
Project_report_on_Attendance_system
 Project_report_on_Attendance_system Project_report_on_Attendance_system
Project_report_on_Attendance_system
 
Bluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project ReportBluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project Report
 
Robotics and Embedded System.
Robotics and Embedded System.Robotics and Embedded System.
Robotics and Embedded System.
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system ppt
 
BLUETOOTH CONTROLLED ROBOCAR
BLUETOOTH CONTROLLED ROBOCARBLUETOOTH CONTROLLED ROBOCAR
BLUETOOTH CONTROLLED ROBOCAR
 
Am044253258
Am044253258Am044253258
Am044253258
 
Basics of open source embedded development board (
Basics of open source embedded development board (Basics of open source embedded development board (
Basics of open source embedded development board (
 
CV_Arshad_21June16
CV_Arshad_21June16CV_Arshad_21June16
CV_Arshad_21June16
 
Floor cleaning robot report vatsal shah_ec_7th sem
Floor cleaning robot report vatsal shah_ec_7th semFloor cleaning robot report vatsal shah_ec_7th sem
Floor cleaning robot report vatsal shah_ec_7th sem
 
IRJET- Centralised Status alert system for industrial machines
IRJET-  	  Centralised Status alert system for industrial machinesIRJET-  	  Centralised Status alert system for industrial machines
IRJET- Centralised Status alert system for industrial machines
 
IRJET - Mobile Application Base Voice Command Wireless CNC Writing Machine
IRJET - Mobile Application Base Voice Command Wireless CNC Writing MachineIRJET - Mobile Application Base Voice Command Wireless CNC Writing Machine
IRJET - Mobile Application Base Voice Command Wireless CNC Writing Machine
 
Final Report11
Final Report11Final Report11
Final Report11
 
An Introduction to Robotics and Embedded System
An Introduction to Robotics and Embedded SystemAn Introduction to Robotics and Embedded System
An Introduction to Robotics and Embedded System
 
Presentation on embedded system and robotics
Presentation on embedded system and roboticsPresentation on embedded system and robotics
Presentation on embedded system and robotics
 
Arduino Based Voice Generator Text to Speech Robot
Arduino Based Voice Generator Text to Speech RobotArduino Based Voice Generator Text to Speech Robot
Arduino Based Voice Generator Text to Speech Robot
 
MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06
MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06
MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06
 

Similar to IRJET- Navigation Camp – Bot

IRJET- Wi-Fi Control First Person View Robot (FPV)
IRJET- Wi-Fi Control First Person View Robot (FPV)IRJET- Wi-Fi Control First Person View Robot (FPV)
IRJET- Wi-Fi Control First Person View Robot (FPV)IRJET Journal
 
IRJET- BSIOTR IT SMART LAB using IOT
IRJET- BSIOTR IT SMART LAB using IOTIRJET- BSIOTR IT SMART LAB using IOT
IRJET- BSIOTR IT SMART LAB using IOTIRJET Journal
 
How To make your own Robot And control it using labview
How To make your own Robot And control it using labviewHow To make your own Robot And control it using labview
How To make your own Robot And control it using labviewAymen Lachkhem
 
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning AlgorithmIRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning AlgorithmIRJET 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
 
Wireless Base CNC Mini Plotter Three Axis Control Machine
Wireless Base CNC Mini Plotter Three Axis Control MachineWireless Base CNC Mini Plotter Three Axis Control Machine
Wireless Base CNC Mini Plotter Three Axis Control MachineGhulamDastgeer14
 
MOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERS
MOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERSMOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERS
MOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERSIRJET 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
 
Decibel meter using IoT with notice board
Decibel meter using IoT with notice boardDecibel meter using IoT with notice board
Decibel meter using IoT with notice boardIRJET Journal
 
IRJET - Pick and Place Surveillance Robot
IRJET -  	  Pick and Place Surveillance RobotIRJET -  	  Pick and Place Surveillance Robot
IRJET - Pick and Place Surveillance RobotIRJET Journal
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation SystemAI Publications
 
Automatic Enable and Disable Speed Breaker
Automatic Enable and Disable Speed BreakerAutomatic Enable and Disable Speed Breaker
Automatic Enable and Disable Speed BreakerSai Kumar Vegireddy
 
IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET Journal
 
IRJET- Multiple Load Controller for Industry using ARM Cortex
IRJET-  	  Multiple Load Controller for Industry using ARM CortexIRJET-  	  Multiple Load Controller for Industry using ARM Cortex
IRJET- Multiple Load Controller for Industry using ARM CortexIRJET Journal
 
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
 
Ijarcet vol-2-issue-7-2389-2397
Ijarcet vol-2-issue-7-2389-2397Ijarcet vol-2-issue-7-2389-2397
Ijarcet vol-2-issue-7-2389-2397Editor IJARCET
 
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
 

Similar to IRJET- Navigation Camp – Bot (20)

IRJET- Wi-Fi Control First Person View Robot (FPV)
IRJET- Wi-Fi Control First Person View Robot (FPV)IRJET- Wi-Fi Control First Person View Robot (FPV)
IRJET- Wi-Fi Control First Person View Robot (FPV)
 
IRJET- BSIOTR IT SMART LAB using IOT
IRJET- BSIOTR IT SMART LAB using IOTIRJET- BSIOTR IT SMART LAB using IOT
IRJET- BSIOTR IT SMART LAB using IOT
 
How To make your own Robot And control it using labview
How To make your own Robot And control it using labviewHow To make your own Robot And control it using labview
How To make your own Robot And control it using labview
 
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning AlgorithmIRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
 
IRJET- Portable Surveillance Robot using IoT
IRJET-  	  Portable Surveillance Robot using IoTIRJET-  	  Portable Surveillance Robot using IoT
IRJET- Portable Surveillance Robot using IoT
 
Wireless Base CNC Mini Plotter Three Axis Control Machine
Wireless Base CNC Mini Plotter Three Axis Control MachineWireless Base CNC Mini Plotter Three Axis Control Machine
Wireless Base CNC Mini Plotter Three Axis Control Machine
 
MOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERS
MOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERSMOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERS
MOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERS
 
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
 
Decibel meter using IoT with notice board
Decibel meter using IoT with notice boardDecibel meter using IoT with notice board
Decibel meter using IoT with notice board
 
IRJET - Pick and Place Surveillance Robot
IRJET -  	  Pick and Place Surveillance RobotIRJET -  	  Pick and Place Surveillance Robot
IRJET - Pick and Place Surveillance Robot
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation System
 
Automatic Enable and Disable Speed Breaker
Automatic Enable and Disable Speed BreakerAutomatic Enable and Disable Speed Breaker
Automatic Enable and Disable Speed Breaker
 
IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)
 
IRJET- Multiple Load Controller for Industry using ARM Cortex
IRJET-  	  Multiple Load Controller for Industry using ARM CortexIRJET-  	  Multiple Load Controller for Industry using ARM Cortex
IRJET- Multiple Load Controller for Industry using ARM Cortex
 
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
 
Ijarcet vol-2-issue-7-2389-2397
Ijarcet vol-2-issue-7-2389-2397Ijarcet vol-2-issue-7-2389-2397
Ijarcet vol-2-issue-7-2389-2397
 
resum_g
resum_gresum_g
resum_g
 
embedded systems
embedded systemsembedded systems
embedded systems
 
NodeMCU || Controlling and observing a robotic car with a smartphone through...
NodeMCU || Controlling and observing a robotic car with a  smartphone through...NodeMCU || Controlling and observing a robotic car with a  smartphone through...
NodeMCU || Controlling and observing a robotic car with a smartphone through...
 
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
 

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

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
 
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
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
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
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
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
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
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
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
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
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 

Recently uploaded (20)

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
 
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
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
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
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
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
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
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
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
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
 
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 Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
🔝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...
 
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 )
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 

IRJET- Navigation Camp – Bot

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7273 NAVIGATION CAMP – BOT Siva Vijay.R1, Sundar.S.P2, Vigneshwar.D3, Bharath Singh.J4 1Dept of Electronics and Instrumentation Engineering, R.M.K. Engineering College, Tamil Nadu, India 2Dept of Electronics and Instrumentation Engineering, R.M.K. Engineering College, Tamil Nadu, India 3Dept of Electronics and Instrumentation Engineering, R.M.K. Engineering College, Tamil Nadu, India 4 Guide - Dept of Electronics and Instrumentation Engineering, R.M.K. Engineering College, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Autonomous navigation remains one of the primary challenges of mobile robot industry. Many control algorithms have been recently developed that are aimed to overcome this challenge. Several companies are moving towards the introduction of automation in their field. In this project, we introduce an algorithm for avoiding obstacles and minimizing the travel time to a target location along an optimized path. The user can select the desired destination where he needs to go, and the respective command is sent to the microcontroller (AtMega 2560) using Zigbee wireless module and control action is taken. Obstacles are monitored and detected using sharp sensor which is placed on the front side and controlled using AtMega2560 microcontroller. After reaching the destination, the robot gives anaudiooutputfrom an Arduino Uno board (description of the location) and also displays the name of the destination in the LCD display. Using this project, the user can easily navigate to unknown places within the specified region. Key Words: AtMega 2560, Zigbee, Arduino Uno, audio 1.INTRODUCTION ( Size 11 , cambria font) When we go to new or unknown places like museums we may not be familiar with the directions and locations of the building. Even with the direction plates positioned around the building some may tend to get lost inside very frequently. Hence the indoor navigation has become a major problem and it made many researchers to find an optimum solutionforthat. One such solution is to design a robot which will navigate you through all the places inside the building which we are unaware of. In this project we provideonesuchsolutionfor the indoor navigation problem. Here we made use of the ATMEGA 2560 controller as the brain of the bot. The c code is flashed into its memory. The overall layout of the building is firstly figured out and the timings and distance of each path and location is calculated. This will give us the preloadedmapthatistobe dumped into themicrocontroller.Theuserwillgivethe command using the XCTU software. This is used to transfer the code from the CPU to the robot wirelessly. Both the coordinator and the router will have anX-Bee module of their own. The microcontroller on receiving the command will perform the corresponding action. The bot will start to move and reach to the destination location which the user has specified. 1.1 Fire Bird V ATMEGA2560 The Fire Bird V robot is the 5th in the Fire Bird series of robots. First two versions of the robots were designed for the Embedded Real-Time Systems Lab, Department of Computer Science and Engineering, IIT Bombay. Theses platforms were made commercially available from the version 3 onwards. All the Fire Bird V series robots share the same main board and other accessories. Different family of microcontrollers can be added by simplychanging top microcontrolleradapterboard. Fire Bird V supportsATMEGA2560(AVR),P89V51RD2 (8051) and LPC2148 (ARM7) microcontroller adapter boards. This modularity in changing the microcontroller adapter boards makes Fire Bird V robots very versatile. You can also add your own custom designed microcontroller adapter board. 1.2 XBee Module - Specifications USB 2.0 compatible (No legacy RS232 required), USB powered, RXD, TXD, RSSI, ASSOSIATE indicator LEDs, Supports AT and API commands, Achievable data rates: 2400-115200 bps, Data output: CMOS (2.8-3.4V) UART interface, Supported XBee wireless modules.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7274 2. DESCRIPTION 2.1 Requirements 2.1.1 Hardware MICROCONTROLLER OVERVIEW The high-performance, low-power Microchip 8-bit AVR RISC-based microcontroller combines 256KB ISP flash memory, 8KB SRAM, 4KB EEPROM, 86 general purpose I/O lines, 32 general purpose working registers, real time counter, six flexible timer/counters with compare modes, PWM, 4 USARTs, byte oriented 2-wire serial interface, 16- channel 10-bit A/D converter, and a JTAG interface for on- chip debugging. The deviceachievesa throughputof16MIPS at 16 MHz and operates between 4.5-5.5 volts. By executing powerful instructions in a single clock cycle, the device achieves a throughput approaching 1 MIPS per MHz, balancing power consumption and processing speed. Table -1: Microcontroller Specification Name Value Program Memory Type Flash Program Memory Size (KB) 256 CPU Speed (MIPS/DMIPS) 16 SRAM Bytes 8,192 Data EEPROM/HEF (bytes) 4096 Digital Communication Peripherals 4-UART, 5-SPI, 1-I2C Capture/Compare/PWM Peripherals 4 Input Capture, 4 CCP, 16PWM Timers 2 x 8-bit, 4 x 16-bit Number of Comparators 1 Temperature Range (C) -40 to 85 Operating Voltage Range (V) 1.8 to 5.5 Pin Count 100 Fig 1 ATMEGA 2560 block diagram XBEE WIRELESS MODULE XBee USB wireless adaptor board is used for interfacing any of the series 1 XBee wireless modules with the PC. Using this USB adaptor board for XBee wireless modules you can communicate between PC to PC, PC to robot / embedded board with ease. You can also use this module to change configuration of theXBeedevicesusing PC via USB port using XCTU software from Digi. On the PC side this device is treated as the Communication Device Class (CDC) of USB family and it allows the user to treat USB port as a normal serial port (Virtual COM port). XBee USB wireless adaptor board has five indicator LEDs which shows power, status of the data being transmitted or received, signal strengthofthedata reception and the association. 2.2 Serial Communication using UART The Fire Bird V can communicate with other robots / devices serially using either wired link or wireless module. Serial communication is done in asynchronous mode. In the asynchronous mode, the common clocksignalisnotrequired at both the transmitter andreceiverfordatasynchronization. ATMEGA2560 have four USART (0 to 3) ports available for serial communication. 2.3 Software AVR BOOTLOADER All AVR microcontrollers can be programmedusing various methods such as In System Programming (ISP), parallel programming and boot loading etc. Advantage with the boot loader is that you don’t need any external hardware to load .hex file on the microcontroller. It also prevents any accidental changes in the fuse settingsofthemicrocontroller ATMEL STUDIO 6.0 Studio 7 is the integrated development platform (IDP) for developing and debugging all AVR and SAM microcontroller applications. The Atmel Studio 7 IDP gives you a seamless and easy-to-use environment to write, build and debug your applications written in C/C++ or assembly code. It also connects seamlessly to the debuggers, programmers and development kits that support AVR and SAM devices. XCTU XCTU is a free multi-platform application designed to enable developers to interact with Digi RF modules through a simple-to-use graphical interface. It includes new tools that make it easy to set-up, configure and test XBee RF modules.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7275 XCTU includes all of the tools a developer needs to quickly get up and running with XBee. Unique features like graphical network view, which graphically represents the XBee network along with the signal strength of each connection, and the XBee API frame builder, which intuitively helps to build and interpret API frames for XBees being used in API mode, combine to make development on the XBee platform easier than ever. 3. BLOCK DIAGRAM Fig 2 Overall Block Diagram Fig 3 Pathway Layout 4. WORKING: The command to the robot is sent by the user using the CPU. This is done using the X-Bee module. This wireless communication takes place using two modules. One is master and the other is the slave. The master module is attached to the CPU and the slave is connected to the robot. The command is sent through the XCTU software. On receiving the code the robot will start to execute the function automatically. In thisexperimentwehavemadeuse of 5 blocks inside a campus. They are Main entrance, Main Block, EIE Department, 1st year block, Hostel, and Mess. In each location there will be a display showing the whole map and its corresponding destination number. After identifying the place where the user needs to go, he or she can enter the corresponding command in the type pad to execute it. Now the code is sent to the ATMEGA 2560 microcontroller which will execute the corresponding code. Now the bot will move from the start place to the desired location where the user has enteredtogo.Thecontrollerwill calculate the optimum path to travel based on the control logic flashed into it. On moving to the location when there comes any obstacle in its path, it will be detected the Sharp Sensor which is positioned on the front side of the robot. The bot will stop immediately after detecting it for 5 seconds herewith it produces a beep sound. The duration of 5 seconds is to ensure whether the objectisa stationaryone or it will be moved in that particular duration of time. After the defined interval of time the robot will move towards the right or left side by calculating the dimension of the object in front ofit.(Mezouar,09July2008) This calculation is done by the IR sensors positioned on either side of the bot. 5. PROPOSED SYSTEM: In this project, we introduce an algorithm for avoiding obstacles and minimizing the travel timetoa target location along an optimized path. The user can select the desired destination where he needs to go, andtherespective command is senttothemicrocontroller(AtMega 2560)using Zigbee wireless module and control action is taken. Obstacles are monitored and detected using sharp sensor which is placed on the front side and controlled using AtMega2560 microcontroller.Afterreachingthedestination, the robot gives an audio output from an Arduino Uno board (description of the location) and also displays the name of the destination in the LCD display. Using this project, the user can easily navigate to unknown places within the specified region. 6. RESULTS AND CONCLUSION: On giving the command on the PC the robot will automatically travel to the destination location which is given by the user. On placing the obstacles in the path the robot will stop automatically and produce a beep sound. Even if the obstacle is in the path beyond the defined time interval the robot will move towards right or left then it will calculate the dimension using the IR sensor positioned on either side of the bot.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7276 7. REFERENCES [1] ERIC ROYER, ∗. M.-M. (2006HAL). MonocularVision for Mobile Robot Localization and Autonomous Navigation. International JournalofComputerVision (pp. 1 - 2). France: HAL. [2] Guillaume Blanc, Y. M. (2016). Indoor Navigation of a Wheeled Mobile Robot. Proceedings of the 2005 IEEE (pp. 1 - 3). Barcelona, Spain: International Conference on Robotics and Automation. [3] H. Maaref ∗, C. B. (2011). Sensor-basednavigationof a mobile robot in. RoboticsandAutonomousSystems, (pp. 4 - 8). Henderson. [4] Hartmut Surmann, J. H. (2000). A Fuzzy System for Indoor Mobile Robot Navigation. German National Research Center for Computer Science (pp. 10 - 11). Augustin, Germany: Proc. of the Fourth IEEE Int. Conf. on Fuzzy Systems,.