SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1826
The Line Follower -and- Pick and Place Robot.
Sri Jagath H.R1
1Au2mek Engineering Solutions Pvt Ltd, Bangalore, Karnataka, India.
------------------------------------------------------------------------***-------------------------------------------------------------------------
Abstract - Concept of object pick-and-place and Line follower robot which will be functioned following a particular line
may help an industry to attenuate the labor cost or may be alternatives of the labors. Nowadays the industries are
following the concept of automation and for this purpose robots are the best alternatives. Single type of robot is most
commonly used in industry is a robotic manipulator or simply a mechanical arm. It is an open or closed kinematic
mechanism chain of rigid links interconnected by movables joints. We have pile up a mechanical arm with a line follower
robot which will be able to pick an object from a certain place then carry it to the defined place by following a predefined
line. A robotic system that is capable of both picking up and releasing micro-objects with high accuracy, high precision,
reliability and speed.
Key words: Line Follower robot, Pick and place robot, Microcontroller, Motor driver, Sensors.
1. INTRODUCTION
Robotics is a branch of technology that deals with the design, construction, operation and application of Robots
and computer systems for their control, sensory feedback and information processing. The use of robots in industrial field
intensifies the production rate. Robotics in industries has taken an important role and is replacing humans in all the
dangerous, menial or boring tasks. They can emphasize on simple repetitive tasks. They can be defined as a programmable
device which is self-controlled consisting of electronic, electrical and mechanical equipment. The term “robot” was first
appeared in a Czechoslovakian satirical play, Rossum’s Universal Robots, by Karel Capek in 1920The various parts of the
puppets were driven by linkage and cams and they were controlled by rotating drum.
Line follower robot is known as a learning tool for Automation. It is machine that follows a line either a black line
on white surface or vice-versa. Normally, the line is individualized follow the specific path that can be either perceptible
like a black line on a white surface with a high contrasted color. Mainly, a fixed microcontroller for the line follower robot
attached with the main controller is developed. A proper algorithm system and the embedded program are needed to do it
with ease. The various movement systems are accustomed to turning the robot. Mainly, a fixed microcontroller for the line
follower robot attached with the main controller is developed. A programming in Arduino and sensory system also
associated for fulfilling the operational loop.
Pick and place capabilities are commonly used in manufacturing plans. In today’s advanced technology man
power are critical constrains for completion of task in large scales. The automation is playing vital role to save human
efforts in most of the regular and frequently carried works. One of the major and most commonly performed works is
picking and placing of jobs from source to destination. These moves of objects on a specified path to pick the components
from one location and place them on desired locations. Basically, the object carrying robot is a microcontroller-based
mechatronic system that finds out the object from the particular place, picks the object from location and places at a
specific destination. A robotic arm is a robot manipulator configuration, usually using a sequence of function by the
controlled program, with resembling functions to a human arm. The robot arms can be self-explanatory or operated
manually and can be used to perform different tasks with great accuracy.
2. METHODOLOGY
i. Arduino UNO
It’s the main control unit of the robot and also called as brains of the robot. It processes all data and provides the
required command to the parts as it is ordered. This microcontroller board based on ATMega32. It has 14 digitals input
and output pins among them 6 can be used as PWM outputs, 6 analogue inputs, a 16 MHz quartz crystal, a USB connection,
a power jack, an ICSP header and a reset button. The program can easily be uploaded from the computer through USB
cable. It can be powered by both a USB connection and an external power supply.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1827
ii. IR sensor module
In this Arduino, we have used IR Transmitters and IR receivers also called photodiodes. The transmitter is an
infrared emitting LED and photodiodes acts as a receiver which receives the infrared rays and passes on the signal to
Microcontroller. When infrared light falls on the white surface, it’s reflected back and caught by photodiodes which
generate some voltage changes, at same time IR rays fall on a black surface which is absorbed and no rays are reflected
back, thus photodiode does not receive any light or rays. Proper placement and shielding of sensors will go a long way to
help get accurate with precision readings off the track.
iii. Ultrasonic sensor
The ultrasonic sensor is a device which can measure the distance to an object by using sound waves and it is based
on HCSR04. Ultrasonic sensors (also known as transceivers when they both send and receive) work on the principle
similar to radar or sonar which evaluate attributes of a target by interpreting the echoes from radio or sound waves
respectively and also bring about high-frequency sound waves and evaluate the echo which is received back by the sensor.
Sensors are able to calculate the time interval between sending and receiving the echo to a certain distance to an object.
iv. Motor driver module
Motor drivers are circuit which allows controlling of motors. One needs them because one can’t power a motor
with just a microcontroller’s supply. Motor Drivers are available in IC form, implemented in the form of an “H-Bridge” IC
L293D. They allow one to switch on and off a motor using an output from a microcontroller, and the best feature is the
permits one to run the motor in both forward and the reverse condition. This means for each motor has 2 dedicated inputs
from a single microcontroller, one for direction control and one as an ON-OFF switch.
v. 7- segment Display module
The 7 Segment display can be used to display the data such as time called multiplex display. It uses a specific chip
with LED drive and control so that the digital tube can be controlled easier. It has four SSD multiplexed to be operated by 4
display selection pins.
vi. Servo Motor
A Servo motor is a motor which performs a part of servomechanism. Servo motors do not rotate 360 deg freely
like a normal standard DC motor. The angle of rotation is limited range is 0-180 Degrees back and forth. Servo motors
receive a control signal that constitutes an output position and applies power to the DC motor until the shaft turns to the
desired position which determined by the position sensor. It provides fast, high torque, accurate rotation within a limited
angle.
vii. Dot Matrix
5 X 7 Dot Matrix LED display is used for displaying symbols. The method of displaying a message on dot matrix
displays is the same as seven-segment multiplexing. The column of dot matrix is moving in a very fast means greater than
seventeen times in a second and same time changing in a row data source to display some information on it.
viii. Battery
We used lithium battery. Internal or on-board supply requires batteries, which means it needs to be rechargeable
because run through alkaline batteries faster than one knows it so, one gets rechargeable ones, l need a charger too. The
current capacity, the weight and the rating of the battery also have to be accounted for it.
3. WORKING
[1] Line Follower Robot:
The robot has 3 pairs of IR Transmitter and Receiver and 2 modules with one pair each. These Sensors can be
utilized and operated to receive a non-electrical data from the environment and to convert it to an electrical signal. This
signal can thus further processed by the brain of our robot. So this is how it works, in the line following mode the sensor
sense the white line over the black surface. There are 6 sensors at the bottom of the robot which constantly keep tracking
of the black path. When the left sensor senses the white surface, the left wheel slows down and the right wheel takes a
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1828
turn. The same process takes place when the right wheel senses the white surface. When both sensors sense black line it
goes on straight with both wheels rotating at the same speed. Ultrasonic sensors can be used to solve for the most
complicated tasks involving object detection or the level of measurement with millimeter precision because their
measuring method works reliably under almost all conditions.
The Ultrasonic sensors transmit ultrasonic waves from its sensor system and again receive the ultrasonic waves
reflected from an object. By measuring the length of time from the transmission to the reception of the sonic wave, it
detects the position of the object at the same time the bulb will blow. The 7 segment display interfacing with 8051
Microcontroller to calibrated an IC timer that overall time taken to complete the job. The robot is working perfectly as per
accurate design and functionality. The robot was tested on a path tracking testing which resulted in sensing of white line
over a black surface.
Fig 1: Block diagram of Line follower robot
Fig 2: Implemented Line follower prototype model
[2] Pick and Place Robot:
The robotic arm is a type of mechanical arm which is usually programmable, with similar functions to a human
arm and human-controlled based system. The pick and place robotic arm consists of a robotic arm placed on a moving
vehicle (chassis) on a particular position. The vehicle which is able to move along any type of surfaces irrespective of it is
smooth or rough. The pick and place robot uses four motors for the operation of the chassis and two motors for the arm
assembly for the up and down motion and one servo motor for the pick and place operation. The pick and place arm
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1829
consists of an arm assembly with a jaw controlling, which is able to move in open and close direction. For the controlling of
the motor, motor driver IC and Atmega328 microcontroller are used to work in elements from any source to destination.
The input signal or controlling signal is given from a wireless play station, which is interfaced with the microcontroller by
an RF receiver module. When the signal is sent from the play station it is decoded in the controller and proper controlling
signal is sent to actuators (dc motors or servo motor) in the system. The motors were selected according to the torque
required for the working system of the robotic arm.
Fig 3: Bluetooth control panel for pick and place robot
The mobile App Sends Numbers Through The Bluetooth Connection (Serial Communication), The Arduino
Receives This Numbers And Check The (If Conditions) In The Arduino Code Then Executes The Instructions If The (If
Condition) Returns True, For Example: If the Press The Forward Button On The Mobile App, It Sends Number (200) Then
The Arduino Found That When It Receives (200) Go Forward, So The Car Will Move Forward. For Instance: If I Press on the
Gripper Angle 0 On the Mobile App, it sends the number and the Arduino receives this number then go to the (if
conditions) and executes the instruction for the (if conditions) which returns perfectly in this case.
Fig 4: Schematic representation of pick and place robot
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1830
Fig 5: Implemented Pick and place prototype model
4. CONCLUSIONS
The aim of this project is the development of an automatic pick and place robot arm controlled using Arduino. The
pick and place robots are popular in industries, where repetitive tasks are present. Since the assembly line is mostly about
fixing different parts into the right section of the end product, it is best done by the pick and place robots which can work
effectively without being bored. In the modern era, time and manpower are major constraints for the completion of a task.
The proposed system is capable of lifting weights by introducing high torque providing motor large weights can be picked.
The coordinates of the line are transmitted serially. The Arduino is given as an input to pin library and its output
of pin library is used to drive the servo motor attached on echo library. By using the slider mechanism accurate motion
with the help of ultrasonic sensor is achieved. Many sensors used in a robot simultaneously collaborating each other the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1831
same situation can be implemented in the Industry “Clean Energy Recharging the World” to create the awareness of
efficient energy consumption and clean renewable energy utilization.
5. Future scope
Instead of manpower, the robot will be used in factories, industries to reduce labour and cost of carrying objects. Besides
following the fixed-line, the robot will carry the necessary amount of load, it will be greatly useful to industry,
supermarket, library, healthcare and home in various applications. Though it is a prototype there may be some
imperfections but the actual product can maintain all the following features. Most importantly, the robot will save time
which is one of the main factors for rapid production with effective work. So that without any doubt, it can be chosen
wherever it is necessary. In future to make this both line follower and pick and place robot much better, the
microcontroller can be used which will reduce the cost.
REFERENCES
[1] Islam, M.S & Rahman, M.A, “Design and Fabrication of Line Follower Robot” , Asian Journal of Applied Science and
Engineering, Vol. 2, No 2, ISSN 2305-915X, 2013.
[2] R. Shanmugasundram, K. Muhammed Zakariah, N. Yadaiah, "Digital implementation of fuzzy logic controller for wide
range speed control of brushless DC motor", IEEE International Conference on Vehicular Electronics and Safety, 2009.
[3] Gosim,NW el am, “Pick and Place ABB Working with a Liner Follower Robot” , International Symposium on Robotics
and Intelligent Sensors, Procedia Engineering vol. 41 pp. 1336 – 1342, 2012.
[4] Punetha,D, Kumar,N & Mehta,V, “Development and Applications of Line Following Robot Based Health Care
Management System”, International Journal of Advanced Research in Computer Engineering & Technology (IJARCET),Vol.
2, Issue 8, ISSN: 2278 – 1323, 2013.
[5] Er. R.K.Rajput, Robotics and Industrial Automation‟, S. Chand Publications, 2014.
[6] Ashly Baby , Chinnu Augustine, Chinnu Thampi, Maria George , Abhilash A P ,Philip C Jose “Pick and Place Robotic Arm
Implementation Using Arduino”- IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-
ISSN: 2320-3331, Volume 12, Issue 2 Ver. III (Mar. – Apr. 2017).
[7] Abhineet Sharma, RoboSpecies Technologies private limited.

Weitere ähnliche Inhalte

Was ist angesagt?

Final report obstacle avoiding roboat
Final report obstacle avoiding roboatFinal report obstacle avoiding roboat
Final report obstacle avoiding roboatShubham Thakur
 
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET Journal
 
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor NetworkIRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor NetworkIRJET Journal
 
line following robot
line following robotline following robot
line following robotRehnaz Razvi
 
Hand gesture controlled robot with arduino
Hand gesture controlled robot with arduinoHand gesture controlled robot with arduino
Hand gesture controlled robot with arduinoAnindyaAdhikary3
 
MAJOR PROJECT PPT
MAJOR PROJECT PPTMAJOR PROJECT PPT
MAJOR PROJECT PPTChaitanya S
 
Gesture Controlled Robot
Gesture Controlled RobotGesture Controlled Robot
Gesture Controlled RobotSujit Singh
 
Line follower Robot using PID algorithm
Line follower Robot using PID algorithmLine follower Robot using PID algorithm
Line follower Robot using PID algorithmIfaz Ahmed Aflan
 
Minor project report on
Minor project report on Minor project report on
Minor project report on Arindam Paul
 
Report - Line Following Robot
Report - Line Following RobotReport - Line Following Robot
Report - Line Following RobotDivay Khatri
 
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
 
Obstacle Avoiding Robot Report Robot23
Obstacle Avoiding Robot Report Robot23Obstacle Avoiding Robot Report Robot23
Obstacle Avoiding Robot Report Robot23Abhijeet kapse
 
Line Following Robot
Line Following RobotLine Following Robot
Line Following RobotSelf-employed
 

Was ist angesagt? (20)

Final report obstacle avoiding roboat
Final report obstacle avoiding roboatFinal report obstacle avoiding roboat
Final report obstacle avoiding roboat
 
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
 
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor NetworkIRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
 
Obstacle avoiding robot.doc
Obstacle avoiding robot.docObstacle avoiding robot.doc
Obstacle avoiding robot.doc
 
line following robot
line following robotline following robot
line following robot
 
Microcontoller
MicrocontollerMicrocontoller
Microcontoller
 
Hand gesture controlled robot with arduino
Hand gesture controlled robot with arduinoHand gesture controlled robot with arduino
Hand gesture controlled robot with arduino
 
Line follower12
Line follower12Line follower12
Line follower12
 
MAJOR PROJECT PPT
MAJOR PROJECT PPTMAJOR PROJECT PPT
MAJOR PROJECT PPT
 
Gesture Controlled Robot
Gesture Controlled RobotGesture Controlled Robot
Gesture Controlled Robot
 
Major
MajorMajor
Major
 
Line follower Robot using PID algorithm
Line follower Robot using PID algorithmLine follower Robot using PID algorithm
Line follower Robot using PID algorithm
 
Obstacle avoiding robot(Lab report)
Obstacle  avoiding  robot(Lab report)Obstacle  avoiding  robot(Lab report)
Obstacle avoiding robot(Lab report)
 
Minor project report on
Minor project report on Minor project report on
Minor project report on
 
Report - Line Following Robot
Report - Line Following RobotReport - Line Following Robot
Report - Line Following Robot
 
Robo arm final 2 (2)
Robo arm final  2 (2)Robo arm final  2 (2)
Robo arm final 2 (2)
 
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
 
Obstacle Avoiding Robot Report Robot23
Obstacle Avoiding Robot Report Robot23Obstacle Avoiding Robot Report Robot23
Obstacle Avoiding Robot Report Robot23
 
Line Following Robot
Line Following RobotLine Following Robot
Line Following Robot
 
Deepak ppt
Deepak pptDeepak ppt
Deepak ppt
 

Ähnlich wie IRJET - The Line Follower -and- Pick and Place Robot

A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdfA SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdfAakash Sheelvant
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOTA SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOTIRJET Journal
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human PresenceIRJET Journal
 
PC-based mobile robot navigation sytem
PC-based mobile robot navigation sytemPC-based mobile robot navigation sytem
PC-based mobile robot navigation sytemANKIT SURATI
 
Automatic Robot System In Industries Using Rf Module
Automatic Robot System In Industries Using Rf Module Automatic Robot System In Industries Using Rf Module
Automatic Robot System In Industries Using Rf Module iosrjce
 
ArduinoBased Head GestureControlled Robot UsingWireless Communication
ArduinoBased Head GestureControlled Robot UsingWireless CommunicationArduinoBased Head GestureControlled Robot UsingWireless Communication
ArduinoBased Head GestureControlled Robot UsingWireless CommunicationIJERA Editor
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIRJET Journal
 
Ball following Robot using ESP32-cam & Arduino UNO
Ball following Robot using ESP32-cam & Arduino UNOBall following Robot using ESP32-cam & Arduino UNO
Ball following Robot using ESP32-cam & Arduino UNOIRJET Journal
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robotIRJET Journal
 
Iaetsd autonomous pick and place rover for long distance
Iaetsd autonomous  pick and place rover for long distanceIaetsd autonomous  pick and place rover for long distance
Iaetsd autonomous pick and place rover for long distanceIaetsd Iaetsd
 
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET 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
 
Hand Gesture Control Robot
Hand Gesture Control RobotHand Gesture Control Robot
Hand Gesture Control RobotIRJET Journal
 
Gesture Control Robot using Arduino
Gesture Control Robot using ArduinoGesture Control Robot using Arduino
Gesture Control Robot using Arduinoijtsrd
 

Ähnlich wie IRJET - The Line Follower -and- Pick and Place Robot (20)

A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdfA SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOTA SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
 
PC-based mobile robot navigation sytem
PC-based mobile robot navigation sytemPC-based mobile robot navigation sytem
PC-based mobile robot navigation sytem
 
Presentation1
Presentation1Presentation1
Presentation1
 
Obstacle observing
Obstacle observingObstacle observing
Obstacle observing
 
I011115964
I011115964I011115964
I011115964
 
Automatic Robot System In Industries Using Rf Module
Automatic Robot System In Industries Using Rf Module Automatic Robot System In Industries Using Rf Module
Automatic Robot System In Industries Using Rf Module
 
B044020609
B044020609B044020609
B044020609
 
ArduinoBased Head GestureControlled Robot UsingWireless Communication
ArduinoBased Head GestureControlled Robot UsingWireless CommunicationArduinoBased Head GestureControlled Robot UsingWireless Communication
ArduinoBased Head GestureControlled Robot UsingWireless Communication
 
Project PPT.pptx
Project PPT.pptxProject PPT.pptx
Project PPT.pptx
 
Line Follower Robot
Line Follower RobotLine Follower Robot
Line Follower Robot
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
 
Ball following Robot using ESP32-cam & Arduino UNO
Ball following Robot using ESP32-cam & Arduino UNOBall following Robot using ESP32-cam & Arduino UNO
Ball following Robot using ESP32-cam & Arduino UNO
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robot
 
Iaetsd autonomous pick and place rover for long distance
Iaetsd autonomous  pick and place rover for long distanceIaetsd autonomous  pick and place rover for long distance
Iaetsd autonomous pick and place rover for long distance
 
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
 
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
 
Hand Gesture Control Robot
Hand Gesture Control RobotHand Gesture Control Robot
Hand Gesture Control Robot
 
Gesture Control Robot using Arduino
Gesture Control Robot using ArduinoGesture Control Robot using Arduino
Gesture Control Robot using Arduino
 

Mehr von 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
 

Mehr von 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...
 

Kürzlich hochgeladen

Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf203318pmpc
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 

Kürzlich hochgeladen (20)

Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 

IRJET - The Line Follower -and- Pick and Place Robot

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1826 The Line Follower -and- Pick and Place Robot. Sri Jagath H.R1 1Au2mek Engineering Solutions Pvt Ltd, Bangalore, Karnataka, India. ------------------------------------------------------------------------***------------------------------------------------------------------------- Abstract - Concept of object pick-and-place and Line follower robot which will be functioned following a particular line may help an industry to attenuate the labor cost or may be alternatives of the labors. Nowadays the industries are following the concept of automation and for this purpose robots are the best alternatives. Single type of robot is most commonly used in industry is a robotic manipulator or simply a mechanical arm. It is an open or closed kinematic mechanism chain of rigid links interconnected by movables joints. We have pile up a mechanical arm with a line follower robot which will be able to pick an object from a certain place then carry it to the defined place by following a predefined line. A robotic system that is capable of both picking up and releasing micro-objects with high accuracy, high precision, reliability and speed. Key words: Line Follower robot, Pick and place robot, Microcontroller, Motor driver, Sensors. 1. INTRODUCTION Robotics is a branch of technology that deals with the design, construction, operation and application of Robots and computer systems for their control, sensory feedback and information processing. The use of robots in industrial field intensifies the production rate. Robotics in industries has taken an important role and is replacing humans in all the dangerous, menial or boring tasks. They can emphasize on simple repetitive tasks. They can be defined as a programmable device which is self-controlled consisting of electronic, electrical and mechanical equipment. The term “robot” was first appeared in a Czechoslovakian satirical play, Rossum’s Universal Robots, by Karel Capek in 1920The various parts of the puppets were driven by linkage and cams and they were controlled by rotating drum. Line follower robot is known as a learning tool for Automation. It is machine that follows a line either a black line on white surface or vice-versa. Normally, the line is individualized follow the specific path that can be either perceptible like a black line on a white surface with a high contrasted color. Mainly, a fixed microcontroller for the line follower robot attached with the main controller is developed. A proper algorithm system and the embedded program are needed to do it with ease. The various movement systems are accustomed to turning the robot. Mainly, a fixed microcontroller for the line follower robot attached with the main controller is developed. A programming in Arduino and sensory system also associated for fulfilling the operational loop. Pick and place capabilities are commonly used in manufacturing plans. In today’s advanced technology man power are critical constrains for completion of task in large scales. The automation is playing vital role to save human efforts in most of the regular and frequently carried works. One of the major and most commonly performed works is picking and placing of jobs from source to destination. These moves of objects on a specified path to pick the components from one location and place them on desired locations. Basically, the object carrying robot is a microcontroller-based mechatronic system that finds out the object from the particular place, picks the object from location and places at a specific destination. A robotic arm is a robot manipulator configuration, usually using a sequence of function by the controlled program, with resembling functions to a human arm. The robot arms can be self-explanatory or operated manually and can be used to perform different tasks with great accuracy. 2. METHODOLOGY i. Arduino UNO It’s the main control unit of the robot and also called as brains of the robot. It processes all data and provides the required command to the parts as it is ordered. This microcontroller board based on ATMega32. It has 14 digitals input and output pins among them 6 can be used as PWM outputs, 6 analogue inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. The program can easily be uploaded from the computer through USB cable. It can be powered by both a USB connection and an external power supply.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1827 ii. IR sensor module In this Arduino, we have used IR Transmitters and IR receivers also called photodiodes. The transmitter is an infrared emitting LED and photodiodes acts as a receiver which receives the infrared rays and passes on the signal to Microcontroller. When infrared light falls on the white surface, it’s reflected back and caught by photodiodes which generate some voltage changes, at same time IR rays fall on a black surface which is absorbed and no rays are reflected back, thus photodiode does not receive any light or rays. Proper placement and shielding of sensors will go a long way to help get accurate with precision readings off the track. iii. Ultrasonic sensor The ultrasonic sensor is a device which can measure the distance to an object by using sound waves and it is based on HCSR04. Ultrasonic sensors (also known as transceivers when they both send and receive) work on the principle similar to radar or sonar which evaluate attributes of a target by interpreting the echoes from radio or sound waves respectively and also bring about high-frequency sound waves and evaluate the echo which is received back by the sensor. Sensors are able to calculate the time interval between sending and receiving the echo to a certain distance to an object. iv. Motor driver module Motor drivers are circuit which allows controlling of motors. One needs them because one can’t power a motor with just a microcontroller’s supply. Motor Drivers are available in IC form, implemented in the form of an “H-Bridge” IC L293D. They allow one to switch on and off a motor using an output from a microcontroller, and the best feature is the permits one to run the motor in both forward and the reverse condition. This means for each motor has 2 dedicated inputs from a single microcontroller, one for direction control and one as an ON-OFF switch. v. 7- segment Display module The 7 Segment display can be used to display the data such as time called multiplex display. It uses a specific chip with LED drive and control so that the digital tube can be controlled easier. It has four SSD multiplexed to be operated by 4 display selection pins. vi. Servo Motor A Servo motor is a motor which performs a part of servomechanism. Servo motors do not rotate 360 deg freely like a normal standard DC motor. The angle of rotation is limited range is 0-180 Degrees back and forth. Servo motors receive a control signal that constitutes an output position and applies power to the DC motor until the shaft turns to the desired position which determined by the position sensor. It provides fast, high torque, accurate rotation within a limited angle. vii. Dot Matrix 5 X 7 Dot Matrix LED display is used for displaying symbols. The method of displaying a message on dot matrix displays is the same as seven-segment multiplexing. The column of dot matrix is moving in a very fast means greater than seventeen times in a second and same time changing in a row data source to display some information on it. viii. Battery We used lithium battery. Internal or on-board supply requires batteries, which means it needs to be rechargeable because run through alkaline batteries faster than one knows it so, one gets rechargeable ones, l need a charger too. The current capacity, the weight and the rating of the battery also have to be accounted for it. 3. WORKING [1] Line Follower Robot: The robot has 3 pairs of IR Transmitter and Receiver and 2 modules with one pair each. These Sensors can be utilized and operated to receive a non-electrical data from the environment and to convert it to an electrical signal. This signal can thus further processed by the brain of our robot. So this is how it works, in the line following mode the sensor sense the white line over the black surface. There are 6 sensors at the bottom of the robot which constantly keep tracking of the black path. When the left sensor senses the white surface, the left wheel slows down and the right wheel takes a
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1828 turn. The same process takes place when the right wheel senses the white surface. When both sensors sense black line it goes on straight with both wheels rotating at the same speed. Ultrasonic sensors can be used to solve for the most complicated tasks involving object detection or the level of measurement with millimeter precision because their measuring method works reliably under almost all conditions. The Ultrasonic sensors transmit ultrasonic waves from its sensor system and again receive the ultrasonic waves reflected from an object. By measuring the length of time from the transmission to the reception of the sonic wave, it detects the position of the object at the same time the bulb will blow. The 7 segment display interfacing with 8051 Microcontroller to calibrated an IC timer that overall time taken to complete the job. The robot is working perfectly as per accurate design and functionality. The robot was tested on a path tracking testing which resulted in sensing of white line over a black surface. Fig 1: Block diagram of Line follower robot Fig 2: Implemented Line follower prototype model [2] Pick and Place Robot: The robotic arm is a type of mechanical arm which is usually programmable, with similar functions to a human arm and human-controlled based system. The pick and place robotic arm consists of a robotic arm placed on a moving vehicle (chassis) on a particular position. The vehicle which is able to move along any type of surfaces irrespective of it is smooth or rough. The pick and place robot uses four motors for the operation of the chassis and two motors for the arm assembly for the up and down motion and one servo motor for the pick and place operation. The pick and place arm
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1829 consists of an arm assembly with a jaw controlling, which is able to move in open and close direction. For the controlling of the motor, motor driver IC and Atmega328 microcontroller are used to work in elements from any source to destination. The input signal or controlling signal is given from a wireless play station, which is interfaced with the microcontroller by an RF receiver module. When the signal is sent from the play station it is decoded in the controller and proper controlling signal is sent to actuators (dc motors or servo motor) in the system. The motors were selected according to the torque required for the working system of the robotic arm. Fig 3: Bluetooth control panel for pick and place robot The mobile App Sends Numbers Through The Bluetooth Connection (Serial Communication), The Arduino Receives This Numbers And Check The (If Conditions) In The Arduino Code Then Executes The Instructions If The (If Condition) Returns True, For Example: If the Press The Forward Button On The Mobile App, It Sends Number (200) Then The Arduino Found That When It Receives (200) Go Forward, So The Car Will Move Forward. For Instance: If I Press on the Gripper Angle 0 On the Mobile App, it sends the number and the Arduino receives this number then go to the (if conditions) and executes the instruction for the (if conditions) which returns perfectly in this case. Fig 4: Schematic representation of pick and place robot
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1830 Fig 5: Implemented Pick and place prototype model 4. CONCLUSIONS The aim of this project is the development of an automatic pick and place robot arm controlled using Arduino. The pick and place robots are popular in industries, where repetitive tasks are present. Since the assembly line is mostly about fixing different parts into the right section of the end product, it is best done by the pick and place robots which can work effectively without being bored. In the modern era, time and manpower are major constraints for the completion of a task. The proposed system is capable of lifting weights by introducing high torque providing motor large weights can be picked. The coordinates of the line are transmitted serially. The Arduino is given as an input to pin library and its output of pin library is used to drive the servo motor attached on echo library. By using the slider mechanism accurate motion with the help of ultrasonic sensor is achieved. Many sensors used in a robot simultaneously collaborating each other the
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1831 same situation can be implemented in the Industry “Clean Energy Recharging the World” to create the awareness of efficient energy consumption and clean renewable energy utilization. 5. Future scope Instead of manpower, the robot will be used in factories, industries to reduce labour and cost of carrying objects. Besides following the fixed-line, the robot will carry the necessary amount of load, it will be greatly useful to industry, supermarket, library, healthcare and home in various applications. Though it is a prototype there may be some imperfections but the actual product can maintain all the following features. Most importantly, the robot will save time which is one of the main factors for rapid production with effective work. So that without any doubt, it can be chosen wherever it is necessary. In future to make this both line follower and pick and place robot much better, the microcontroller can be used which will reduce the cost. REFERENCES [1] Islam, M.S & Rahman, M.A, “Design and Fabrication of Line Follower Robot” , Asian Journal of Applied Science and Engineering, Vol. 2, No 2, ISSN 2305-915X, 2013. [2] R. Shanmugasundram, K. Muhammed Zakariah, N. Yadaiah, "Digital implementation of fuzzy logic controller for wide range speed control of brushless DC motor", IEEE International Conference on Vehicular Electronics and Safety, 2009. [3] Gosim,NW el am, “Pick and Place ABB Working with a Liner Follower Robot” , International Symposium on Robotics and Intelligent Sensors, Procedia Engineering vol. 41 pp. 1336 – 1342, 2012. [4] Punetha,D, Kumar,N & Mehta,V, “Development and Applications of Line Following Robot Based Health Care Management System”, International Journal of Advanced Research in Computer Engineering & Technology (IJARCET),Vol. 2, Issue 8, ISSN: 2278 – 1323, 2013. [5] Er. R.K.Rajput, Robotics and Industrial Automation‟, S. Chand Publications, 2014. [6] Ashly Baby , Chinnu Augustine, Chinnu Thampi, Maria George , Abhilash A P ,Philip C Jose “Pick and Place Robotic Arm Implementation Using Arduino”- IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p- ISSN: 2320-3331, Volume 12, Issue 2 Ver. III (Mar. – Apr. 2017). [7] Abhineet Sharma, RoboSpecies Technologies private limited.