SlideShare a Scribd company logo
1 of 5
Download to read offline
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 1414
SWARM ROBOTICS FOR AGRICULTURE
Ravi Nandan1, Lokesh S2, Nikita Balappa Narasannavar3, Pratyusha S A4, Sampath Kumar S5
1 2 3 4Department of ECE, K S Institute of Technology, Bengaluru, India
5Assistant Professor, Dept. of ECE, K S Institute of Technology, Bengaluru, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The swarm behavior of the social insects led to development of swarm robot technology. There are different
algorithms to perform successful navigation but most commonly used algorithm is Practical Swarm Optimization (PSO)
algorithms. The main issue in swarm robotics is to establish communication between them. This paper demonstrates how robot
switch state between centralization and decentralization mode using implicitcommunication. WiththehelpofIRsensors(1meter
range) and RF Transceivers (2.4GHz) obstacles can be avoided by the robots. If the main robot couldn't detect any obstacle while
performing the task, then robot continues to follow the main robot as per centralization behavior mode. Suppose if obstacle is in
between the two robots then it can be avoided with the help of IR sensor’s information. The prototype of robotsconsistsofArduino
Uno ATMEGA328P which is used as the control unit for both main robot and follower robot with a transceiver pair of NRF24L01
(2.4 GHz) to establish communication between them.
Key Words: Arduino Uno ATMEGA328P, transceiver pair NRF24L01, Swarm
1. INTRODUCTION
Agriculture is a backbone of Indian economy. In India about 64% of the total population is dependent on agriculture. It
faces two main problems; the first is to meet the ever increasing demand of food and second is uneven development of
agriculture and changing pattern of agriculture land use. In earlier days, before using technology in agriculture field it was a
difficult task for various agricultural operations and farmers could not meet the requiredproductivityofcrops.Sointhis paper
we represent a system (model) which helps to reduce burden of farmers.
To coordinate large number of multi robots swarm robotics approach is employed. Field of artificial swarm intelligenceis
one of the emerging approaches. Swarm intelligence focuses of simple physical on collective behavior exhibited by natural
grouping systems such as ant, bees, birds, fishes, etc. Some of agricultural applications of swarm robots are sowing seeds,
harvesting, and storing grains in the warehouse. To reduce the work load of farmers and to increase their productivity swarm
robotics has played a important role in the field of agriculture.
Swarm robotics concentrates on communication an interaction between the robots. An individual robottakesmuchmore
time for doing a particular work compared to swarm system and performs limited work in a given time period and haslimited
capability. Swarm robotics will reduce the cost, eliminate the major problem of unavailability of work-force, reduce waste of
land drastically, increase productivity, and constantly monitor the crops throughout its growth period.
2. LITERATURE SURVEY
Karthik Narayanan, et al. [1] proposed a coding scheme designed for data compression in multi-robot systems. Huffman
encoding for lossless data compression was used and here time and power optimization is obtained. The proposed method is
implemented and tested on the Intel Edison platform withcustomrobotchassis. InHuffmanencodinga minorchangeinany bit
of the encoded string would break the whole message.
Dario Albani, et al. [2] proposed a roadmap to bring swarm robotics to the field within the domain of weed control
problems. This paper presents automatic detection and identification of weeds. A swarm of UAVs which will be recruited to
monitor those areas in the field that have been identified as potentially containing weed patches, while weed less areas are
quickly abandoned by the swarm. But this concept has limited coverage area.
Syed IrfanAli Meerza, et al. [3] proposed a method to direct the mobile robot toward a target and navigation through the
environment without any prior knowledge about the environment. This paper introduces particle swarm optimization (PSO)
with dynamic obstacle avoidance technique for robot path planning. Our proposed systems are simulated and tested in
Processing IDE, for different environments. Computational simplicity is the feature of this system and it also requires less
memory.
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 1415
Jhang Jian Ju, et al. [4] proposed self-assembly distributed control algorithm which aims to improve self-assembly
efficiency of the swarm robot by lowering ineffectiveness ofrandomnavigational movementduringself-assembly process
and enabling dynamic local navigation of random movement according to the distance ofseedrobotanddockingrobot.In
addition, this paper also studied and explored time efficiency of line-shape, arrow-shape, T-shape and star-shape
morphology. This technique improves the efficiency of self-assembly.
Harish Verlekar, et al. [5] proposed a method based on the chain formation behavior of ants and division of labor in
bees is emulated. Swarm robots are designed to emulate the ants, and form chains while foragingandthedivisionof labor
is used for preventing wastage of energy. For localization and navigation a computervisionbasedalgorithmisused which
is coupled with magnetometer sensor readings. Utilizing swarm robots approach we get Parallelism, Robustness and
Scalability.
Dunwei Gong, et al. [6] introduced particle swarm optimization (PSO) with dynamic obstacleavoidancetechniquefor
robot path planning. Our proposed systems are simulated and tested in Processing IDE, for different environments.This
paper proposes a PSO with dynamic collision avoidance technique for a multi-robot system. PSO is chosen due to its fast
convergence capability and computational simplicity.
Jong-Hyun Lee1, et al. [7] proposed a methodwhichanalyzesa nature enthusedsupportive methodtoreducetheoperating
costs of the foraging swarm robots through simulation experiments. The method employs a behavioral model of honey bee
swarm to improve the energy efficiency in collecting crops or minerals. The divisionof rolesmakes thecomplexsocial ofhoney
bee operate efficiently. Foraging swarm robots consists of a crowd of robots to gather target objects based on a behavioral
model. The robot mounts an infra-red sensor to look for the target objects (i.e., foods) or to avoid obstacles, and has GPS to
figure out a location of the storehouse.
Senthil Kumar, et al [8] proposed a model to establish a communication among a group of robots using ZigBee and to
communicate among the group of robots using ZigBeewhichperforma task allocatedtoeachslaverobot.Slaverobotswill send
the status to master robot and master robot will give command to those robots. Zigbee module we will use to established
communication. We make use of ZigBee module for performing different tasks and allocating work between them.
3. BLOCK DIAGRAM
NRF24L01
Wireless communication
module
Microcontroller unit
(ATMEGA328P)
L293d
Motor Driver
DC Motors and
wheels
Power supply
12V, 2A
Lead acid Battery
SERVOMOTOR
Ultrasonic Sensor
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 1416
4. METHODOLOGY
The term swarm robotics refers to coordinate large number of multirobotswithsimple physical robots.Thisbehaviortells
how robot interacts between the robots and with the environment. The field of artificial swarm intelligence, biological studies
of insects, ants and other fields in nature are some of approaches, where swarm behavioroccurs.Theprojectdemonstratesthe
advance level of swarm robotics where two robots will talk to each other and would tell the other robot about the obstacle’s,
seed sowing, ploughing and manuring. Initially two robots should be placed in a field then those two will start to operate in a
coordination by communicating each other, both robots will start for ploughing, seed sowing and manuring operations, for
ploughing an extra tool will be provided at the back of the robot chassis and it will be controlled by a DC motor. In
corresponding seed sowing operation also be carried by the help of servo motor, all these information will be keep on
communicating between the robots using NRF24L01 Radio module. Suppose the first robot finds the obstacle's on his way it
will tell another robot that there is obstacle ahead please take a turn of, the turn will be 90 degree. This is just like self driving
car where two cars are communicating with other to avoid any accidents and smart enough to alert the other cars. This action
can be easily implemented for agriculture purpose in order increase the production and minimize the time complexity.
Description of hardware requirements:
1. Microcontroller (ATMEGA328P):
High performance, low power CMOS 8bit microcontroller.
 Operating voltage :( 1.8-5.5V).
 Temperature range:(-40 to 85) degree Celsius.
 Speed :( 0-20MHz).
ATmega328P in 28 pin narrow dual in-linepackage(DIP-28N).Ithasa modifiedHarvardarchitecture8-bitRISCprocessorcore.
Throughput of 1MIPS per MHz can be achieved by ATMEGA328P which allows system design to optimize powerconsumption
versus processing speed.
2. NRF24L01:
Single chip radio transceiver for the worldwide 2.4-2.5GHz ISM band.
Parameter of transceiver.
 Fully integrated frequency synthesizer.
 Power amplifier.
 Crystal oscillator.
 Demodulator and modulator and enhanced shock burst protocol engine.
Power supply range is 1.9-3.6v. Output power, frequency channels and protocols setup as compared to others are
easily programmable through a SPI interface.NRF24L01 consumes less current at a rate of 12.3mA in RX mode.Built-inpower
down and stand by modes makes power saving easily reliable.
3. Servo motor:
It is a motor that controls the operations of angular position,accelerationandvelocity. Itisa Highresponse,Highprecision
positioning system. It provides accurate rotational angle and speed control. It is close loop system where it uses positive
feedback system to control motion and final position of the shaft. Here, thedeviceiscontrolledbyfeedback signal generated by
comparing output signal and reference input signal. Electrical pulse decides the position of servo motor.
4. DC motor:
It is a device that converts direct current electrical energy into mechanical energy. The speed of dc motor depends on the
gear ratio and can be controlled over a wide range using either or variable supply voltage or by changing the strength of
current in its field windings. Dc motor can be use that voltage lower than rated voltage. It has operating speed of 1000 to
5000rpm, 60-75% efficiency rate, high starting torque and low no-load speeds.
5. Ultrasonic Sensor:
It measures distance by using ultrasonic waves. The sensor head emits an ultrasonic waveandreceivesthewavereflected
back from the target. Ultrasonic Sensors measure the distance to the target by measuring the time between the emission and
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 1417
reception. An optical sensor has a transmitter and receiver, whereas an ultrasonic sensor uses a single ultrasonic element for
both emission and reception. In a reflective model ultrasonic sensor, a single oscillator emits and receives ultrasonic waves
alternately. This enables miniaturization of the sensor head.
Features are:
1. Transparent object detectable
2. Resistant to mist and dirt
3. Complex shaped objects detectable
5. FLOWCHART
6. CONCLUSION
In our proposed study, we are developing two robots which can intercommunicate with each other and fulfill the
operations of ploughing, seeding and manuring. A PSO based algorithm isusedthathascollisionavoidancewhichweproposed
with the help of ultrasonic sensors which has a range of upto100cmandhascollisionavoidancecapabilityforstaticobjects and
dynamic objects. In future we are willing to test our system in real world environment. The aim of our team is to incorporate
efficient technology in the field of agriculture and reduce the workload of farmers.
Start
Checking for communication with two robots
Robot1 starts moving Robot2 starts moving
Start moving in correct path with
ploughing, sowing and manuring
Ploughing and seed sowing in parallel
Inter communication with two robots
Any
obstacle
Robot will take a diversion of
90 degree
Stop
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 1418
REFERENCES
[1] Karthik Narayanan, Vinayak Honkote, Dibyendu Ghosh, Swamy Baldev (13 May 2019) “Energy Efficient Communication
with Lossless Data Encoding for Swarm Robot Coordination” 2380-6923/19/$31.00 ©2019 IEEE DOI
10.1109/VLSID.2019.00118
[2] Dario Albani, Joris Ijsselmuiden, Ramon Haken, Vito Trianni(2017) “Monitoring and mapping with robot swarms for
agricultural applications” 978-1-5386-2939-0/17/$31.00 c 2017 IEEE
[3] Syed IrfanAli Meerza; MoinulIslam;Md. MohiuddinUzzal (23 May 2019) “Optimal Path Planning Algorithm for Swarm of
Robots Using Particle Swarm Optimization Technique” 978-1-4673-7523-8/15/$31.00 ©2015 IEEE
[4] Jhang Jian Ju, Ge YunJian(2017) “A enhanced self-assembly morphology distributed control algorithm of swarm robots”
978-1-5386-1306-1/17/$31.00 ©2017 IEEE
[5] Harish Verlekar, Kashyap Joshi (2017) “Ant & Bee Inspired foraging Swarm Robots using Computer Vision” 978-1-5386-
2361-9/17/$31.00 ©2017 IEEE
[6] Li Lu, Dunwei Gong (2008) “Robot Path Planning in Unknown Environments Using Particle Swarm Optimization” 978-0-
7695-3304-9/08 $25.00 © 2008 IEEE DOI 10.1109/ICNC.2008.923
[7] Jong-Hyun Lee1, Chang Wook Ahn1, and Jinung An2 (2013) “A Honey Bee Swarm-Inspired Cooperation Algorithm for
Foraging Swarm Robots: An Empirical Analysis” IEEE/ASME International Conference on Advanced Intelligent
Mechatronics (AIM) Wollongong, Australia, July 9-12, 2013
[8] 1J.Senthil Kumar Assistant Professor 2E.Sweetline Sylvia Student 3C.Srijayasri Student4G.Sharmila Student “Task Co-
ordination And Control Between Swarm Of Robots For Assisting Farmers” International Journal of Advanced Research in
Electronics and Communication Engineering (IJARECE) Volume 6, Issue 3, March 2017

More Related Content

Similar to IRJET - Swarm Robotics for Agriculture

Swarm Intelligence for Logistics Controlling
Swarm Intelligence for Logistics ControllingSwarm Intelligence for Logistics Controlling
Swarm Intelligence for Logistics ControllingIRJET Journal
 
Swarm robotics : Design and implementation
Swarm robotics : Design and implementationSwarm robotics : Design and implementation
Swarm robotics : Design and implementationIJECEIAES
 
Design and Fabrication of Obstacle Avoiding Robotic Vehicle
Design and Fabrication of Obstacle Avoiding Robotic VehicleDesign and Fabrication of Obstacle Avoiding Robotic Vehicle
Design and Fabrication of Obstacle Avoiding Robotic VehicleIRJET Journal
 
IRJET - High Frequency Landmine Detection Robot
IRJET -  	  High Frequency Landmine Detection RobotIRJET -  	  High Frequency Landmine Detection Robot
IRJET - High Frequency Landmine Detection RobotIRJET Journal
 
QuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and ControlQuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and ControlIRJET Journal
 
IRJET- Can Robots are Changing the World: A Review
IRJET- Can Robots are Changing the World: A ReviewIRJET- Can Robots are Changing the World: A Review
IRJET- Can Robots are Changing the World: A ReviewIRJET Journal
 
Multifunctional Agribot using Android for Small Plantations
Multifunctional Agribot using Android for Small PlantationsMultifunctional Agribot using Android for Small Plantations
Multifunctional Agribot using Android for Small PlantationsIRJET Journal
 
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...IRJET Journal
 
Android based autonomous coloured line follower robot
Android based autonomous coloured line follower robotAndroid based autonomous coloured line follower robot
Android based autonomous coloured line follower roboteSAT Publishing House
 
Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...
Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...
Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...IRJET Journal
 
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET Journal
 
IRJET- Robotic Vehicle Movement and Arm Control Through Hand Gestures using A...
IRJET- Robotic Vehicle Movement and Arm Control Through Hand Gestures using A...IRJET- Robotic Vehicle Movement and Arm Control Through Hand Gestures using A...
IRJET- Robotic Vehicle Movement and Arm Control Through Hand Gestures using A...IRJET Journal
 
IRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic SystemIRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic SystemIRJET Journal
 
IRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower RobotIRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower RobotIRJET Journal
 
Robotic Vehicle Movement with Webcam Operated by Cell Phone
Robotic Vehicle Movement with Webcam Operated by Cell PhoneRobotic Vehicle Movement with Webcam Operated by Cell Phone
Robotic Vehicle Movement with Webcam Operated by Cell PhoneIRJET Journal
 
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET Journal
 

Similar to IRJET - Swarm Robotics for Agriculture (20)

Swarm Intelligence for Logistics Controlling
Swarm Intelligence for Logistics ControllingSwarm Intelligence for Logistics Controlling
Swarm Intelligence for Logistics Controlling
 
Swarm robotics : Design and implementation
Swarm robotics : Design and implementationSwarm robotics : Design and implementation
Swarm robotics : Design and implementation
 
Final-Report
Final-ReportFinal-Report
Final-Report
 
Design and Fabrication of Obstacle Avoiding Robotic Vehicle
Design and Fabrication of Obstacle Avoiding Robotic VehicleDesign and Fabrication of Obstacle Avoiding Robotic Vehicle
Design and Fabrication of Obstacle Avoiding Robotic Vehicle
 
IRJET - High Frequency Landmine Detection Robot
IRJET -  	  High Frequency Landmine Detection RobotIRJET -  	  High Frequency Landmine Detection Robot
IRJET - High Frequency Landmine Detection Robot
 
QuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and ControlQuadraSpider: A Four-Legged Spider Robot Design and Control
QuadraSpider: A Four-Legged Spider Robot Design and Control
 
IRJET- Can Robots are Changing the World: A Review
IRJET- Can Robots are Changing the World: A ReviewIRJET- Can Robots are Changing the World: A Review
IRJET- Can Robots are Changing the World: A Review
 
Multifunctional Agribot using Android for Small Plantations
Multifunctional Agribot using Android for Small PlantationsMultifunctional Agribot using Android for Small Plantations
Multifunctional Agribot using Android for Small Plantations
 
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
 
Android based autonomous coloured line follower robot
Android based autonomous coloured line follower robotAndroid based autonomous coloured line follower robot
Android based autonomous coloured line follower robot
 
Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...
Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...
Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...
 
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
 
IRJET- Robotic Vehicle Movement and Arm Control Through Hand Gestures using A...
IRJET- Robotic Vehicle Movement and Arm Control Through Hand Gestures using A...IRJET- Robotic Vehicle Movement and Arm Control Through Hand Gestures using A...
IRJET- Robotic Vehicle Movement and Arm Control Through Hand Gestures using A...
 
Design and Development of Intelligent Navigation Control Systems for Autonomo...
Design and Development of Intelligent Navigation Control Systems for Autonomo...Design and Development of Intelligent Navigation Control Systems for Autonomo...
Design and Development of Intelligent Navigation Control Systems for Autonomo...
 
IRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic SystemIRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic System
 
Z31157162
Z31157162Z31157162
Z31157162
 
IRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower RobotIRJET- Shortest Path Follower Robot
IRJET- Shortest Path Follower Robot
 
A Review: Industrial Application Of Smarthost Microcontroller Based Robots
A Review: Industrial Application Of Smarthost Microcontroller Based RobotsA Review: Industrial Application Of Smarthost Microcontroller Based Robots
A Review: Industrial Application Of Smarthost Microcontroller Based Robots
 
Robotic Vehicle Movement with Webcam Operated by Cell Phone
Robotic Vehicle Movement with Webcam Operated by Cell PhoneRobotic Vehicle Movement with Webcam Operated by Cell Phone
Robotic Vehicle Movement with Webcam Operated by Cell Phone
 
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 

Recently uploaded (20)

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
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
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 

IRJET - Swarm Robotics for Agriculture

  • 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 1414 SWARM ROBOTICS FOR AGRICULTURE Ravi Nandan1, Lokesh S2, Nikita Balappa Narasannavar3, Pratyusha S A4, Sampath Kumar S5 1 2 3 4Department of ECE, K S Institute of Technology, Bengaluru, India 5Assistant Professor, Dept. of ECE, K S Institute of Technology, Bengaluru, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The swarm behavior of the social insects led to development of swarm robot technology. There are different algorithms to perform successful navigation but most commonly used algorithm is Practical Swarm Optimization (PSO) algorithms. The main issue in swarm robotics is to establish communication between them. This paper demonstrates how robot switch state between centralization and decentralization mode using implicitcommunication. WiththehelpofIRsensors(1meter range) and RF Transceivers (2.4GHz) obstacles can be avoided by the robots. If the main robot couldn't detect any obstacle while performing the task, then robot continues to follow the main robot as per centralization behavior mode. Suppose if obstacle is in between the two robots then it can be avoided with the help of IR sensor’s information. The prototype of robotsconsistsofArduino Uno ATMEGA328P which is used as the control unit for both main robot and follower robot with a transceiver pair of NRF24L01 (2.4 GHz) to establish communication between them. Key Words: Arduino Uno ATMEGA328P, transceiver pair NRF24L01, Swarm 1. INTRODUCTION Agriculture is a backbone of Indian economy. In India about 64% of the total population is dependent on agriculture. It faces two main problems; the first is to meet the ever increasing demand of food and second is uneven development of agriculture and changing pattern of agriculture land use. In earlier days, before using technology in agriculture field it was a difficult task for various agricultural operations and farmers could not meet the requiredproductivityofcrops.Sointhis paper we represent a system (model) which helps to reduce burden of farmers. To coordinate large number of multi robots swarm robotics approach is employed. Field of artificial swarm intelligenceis one of the emerging approaches. Swarm intelligence focuses of simple physical on collective behavior exhibited by natural grouping systems such as ant, bees, birds, fishes, etc. Some of agricultural applications of swarm robots are sowing seeds, harvesting, and storing grains in the warehouse. To reduce the work load of farmers and to increase their productivity swarm robotics has played a important role in the field of agriculture. Swarm robotics concentrates on communication an interaction between the robots. An individual robottakesmuchmore time for doing a particular work compared to swarm system and performs limited work in a given time period and haslimited capability. Swarm robotics will reduce the cost, eliminate the major problem of unavailability of work-force, reduce waste of land drastically, increase productivity, and constantly monitor the crops throughout its growth period. 2. LITERATURE SURVEY Karthik Narayanan, et al. [1] proposed a coding scheme designed for data compression in multi-robot systems. Huffman encoding for lossless data compression was used and here time and power optimization is obtained. The proposed method is implemented and tested on the Intel Edison platform withcustomrobotchassis. InHuffmanencodinga minorchangeinany bit of the encoded string would break the whole message. Dario Albani, et al. [2] proposed a roadmap to bring swarm robotics to the field within the domain of weed control problems. This paper presents automatic detection and identification of weeds. A swarm of UAVs which will be recruited to monitor those areas in the field that have been identified as potentially containing weed patches, while weed less areas are quickly abandoned by the swarm. But this concept has limited coverage area. Syed IrfanAli Meerza, et al. [3] proposed a method to direct the mobile robot toward a target and navigation through the environment without any prior knowledge about the environment. This paper introduces particle swarm optimization (PSO) with dynamic obstacle avoidance technique for robot path planning. Our proposed systems are simulated and tested in Processing IDE, for different environments. Computational simplicity is the feature of this system and it also requires less memory.
  • 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 1415 Jhang Jian Ju, et al. [4] proposed self-assembly distributed control algorithm which aims to improve self-assembly efficiency of the swarm robot by lowering ineffectiveness ofrandomnavigational movementduringself-assembly process and enabling dynamic local navigation of random movement according to the distance ofseedrobotanddockingrobot.In addition, this paper also studied and explored time efficiency of line-shape, arrow-shape, T-shape and star-shape morphology. This technique improves the efficiency of self-assembly. Harish Verlekar, et al. [5] proposed a method based on the chain formation behavior of ants and division of labor in bees is emulated. Swarm robots are designed to emulate the ants, and form chains while foragingandthedivisionof labor is used for preventing wastage of energy. For localization and navigation a computervisionbasedalgorithmisused which is coupled with magnetometer sensor readings. Utilizing swarm robots approach we get Parallelism, Robustness and Scalability. Dunwei Gong, et al. [6] introduced particle swarm optimization (PSO) with dynamic obstacleavoidancetechniquefor robot path planning. Our proposed systems are simulated and tested in Processing IDE, for different environments.This paper proposes a PSO with dynamic collision avoidance technique for a multi-robot system. PSO is chosen due to its fast convergence capability and computational simplicity. Jong-Hyun Lee1, et al. [7] proposed a methodwhichanalyzesa nature enthusedsupportive methodtoreducetheoperating costs of the foraging swarm robots through simulation experiments. The method employs a behavioral model of honey bee swarm to improve the energy efficiency in collecting crops or minerals. The divisionof rolesmakes thecomplexsocial ofhoney bee operate efficiently. Foraging swarm robots consists of a crowd of robots to gather target objects based on a behavioral model. The robot mounts an infra-red sensor to look for the target objects (i.e., foods) or to avoid obstacles, and has GPS to figure out a location of the storehouse. Senthil Kumar, et al [8] proposed a model to establish a communication among a group of robots using ZigBee and to communicate among the group of robots using ZigBeewhichperforma task allocatedtoeachslaverobot.Slaverobotswill send the status to master robot and master robot will give command to those robots. Zigbee module we will use to established communication. We make use of ZigBee module for performing different tasks and allocating work between them. 3. BLOCK DIAGRAM NRF24L01 Wireless communication module Microcontroller unit (ATMEGA328P) L293d Motor Driver DC Motors and wheels Power supply 12V, 2A Lead acid Battery SERVOMOTOR Ultrasonic Sensor
  • 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 1416 4. METHODOLOGY The term swarm robotics refers to coordinate large number of multirobotswithsimple physical robots.Thisbehaviortells how robot interacts between the robots and with the environment. The field of artificial swarm intelligence, biological studies of insects, ants and other fields in nature are some of approaches, where swarm behavioroccurs.Theprojectdemonstratesthe advance level of swarm robotics where two robots will talk to each other and would tell the other robot about the obstacle’s, seed sowing, ploughing and manuring. Initially two robots should be placed in a field then those two will start to operate in a coordination by communicating each other, both robots will start for ploughing, seed sowing and manuring operations, for ploughing an extra tool will be provided at the back of the robot chassis and it will be controlled by a DC motor. In corresponding seed sowing operation also be carried by the help of servo motor, all these information will be keep on communicating between the robots using NRF24L01 Radio module. Suppose the first robot finds the obstacle's on his way it will tell another robot that there is obstacle ahead please take a turn of, the turn will be 90 degree. This is just like self driving car where two cars are communicating with other to avoid any accidents and smart enough to alert the other cars. This action can be easily implemented for agriculture purpose in order increase the production and minimize the time complexity. Description of hardware requirements: 1. Microcontroller (ATMEGA328P): High performance, low power CMOS 8bit microcontroller.  Operating voltage :( 1.8-5.5V).  Temperature range:(-40 to 85) degree Celsius.  Speed :( 0-20MHz). ATmega328P in 28 pin narrow dual in-linepackage(DIP-28N).Ithasa modifiedHarvardarchitecture8-bitRISCprocessorcore. Throughput of 1MIPS per MHz can be achieved by ATMEGA328P which allows system design to optimize powerconsumption versus processing speed. 2. NRF24L01: Single chip radio transceiver for the worldwide 2.4-2.5GHz ISM band. Parameter of transceiver.  Fully integrated frequency synthesizer.  Power amplifier.  Crystal oscillator.  Demodulator and modulator and enhanced shock burst protocol engine. Power supply range is 1.9-3.6v. Output power, frequency channels and protocols setup as compared to others are easily programmable through a SPI interface.NRF24L01 consumes less current at a rate of 12.3mA in RX mode.Built-inpower down and stand by modes makes power saving easily reliable. 3. Servo motor: It is a motor that controls the operations of angular position,accelerationandvelocity. Itisa Highresponse,Highprecision positioning system. It provides accurate rotational angle and speed control. It is close loop system where it uses positive feedback system to control motion and final position of the shaft. Here, thedeviceiscontrolledbyfeedback signal generated by comparing output signal and reference input signal. Electrical pulse decides the position of servo motor. 4. DC motor: It is a device that converts direct current electrical energy into mechanical energy. The speed of dc motor depends on the gear ratio and can be controlled over a wide range using either or variable supply voltage or by changing the strength of current in its field windings. Dc motor can be use that voltage lower than rated voltage. It has operating speed of 1000 to 5000rpm, 60-75% efficiency rate, high starting torque and low no-load speeds. 5. Ultrasonic Sensor: It measures distance by using ultrasonic waves. The sensor head emits an ultrasonic waveandreceivesthewavereflected back from the target. Ultrasonic Sensors measure the distance to the target by measuring the time between the emission and
  • 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 1417 reception. An optical sensor has a transmitter and receiver, whereas an ultrasonic sensor uses a single ultrasonic element for both emission and reception. In a reflective model ultrasonic sensor, a single oscillator emits and receives ultrasonic waves alternately. This enables miniaturization of the sensor head. Features are: 1. Transparent object detectable 2. Resistant to mist and dirt 3. Complex shaped objects detectable 5. FLOWCHART 6. CONCLUSION In our proposed study, we are developing two robots which can intercommunicate with each other and fulfill the operations of ploughing, seeding and manuring. A PSO based algorithm isusedthathascollisionavoidancewhichweproposed with the help of ultrasonic sensors which has a range of upto100cmandhascollisionavoidancecapabilityforstaticobjects and dynamic objects. In future we are willing to test our system in real world environment. The aim of our team is to incorporate efficient technology in the field of agriculture and reduce the workload of farmers. Start Checking for communication with two robots Robot1 starts moving Robot2 starts moving Start moving in correct path with ploughing, sowing and manuring Ploughing and seed sowing in parallel Inter communication with two robots Any obstacle Robot will take a diversion of 90 degree Stop
  • 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 1418 REFERENCES [1] Karthik Narayanan, Vinayak Honkote, Dibyendu Ghosh, Swamy Baldev (13 May 2019) “Energy Efficient Communication with Lossless Data Encoding for Swarm Robot Coordination” 2380-6923/19/$31.00 ©2019 IEEE DOI 10.1109/VLSID.2019.00118 [2] Dario Albani, Joris Ijsselmuiden, Ramon Haken, Vito Trianni(2017) “Monitoring and mapping with robot swarms for agricultural applications” 978-1-5386-2939-0/17/$31.00 c 2017 IEEE [3] Syed IrfanAli Meerza; MoinulIslam;Md. MohiuddinUzzal (23 May 2019) “Optimal Path Planning Algorithm for Swarm of Robots Using Particle Swarm Optimization Technique” 978-1-4673-7523-8/15/$31.00 ©2015 IEEE [4] Jhang Jian Ju, Ge YunJian(2017) “A enhanced self-assembly morphology distributed control algorithm of swarm robots” 978-1-5386-1306-1/17/$31.00 ©2017 IEEE [5] Harish Verlekar, Kashyap Joshi (2017) “Ant & Bee Inspired foraging Swarm Robots using Computer Vision” 978-1-5386- 2361-9/17/$31.00 ©2017 IEEE [6] Li Lu, Dunwei Gong (2008) “Robot Path Planning in Unknown Environments Using Particle Swarm Optimization” 978-0- 7695-3304-9/08 $25.00 © 2008 IEEE DOI 10.1109/ICNC.2008.923 [7] Jong-Hyun Lee1, Chang Wook Ahn1, and Jinung An2 (2013) “A Honey Bee Swarm-Inspired Cooperation Algorithm for Foraging Swarm Robots: An Empirical Analysis” IEEE/ASME International Conference on Advanced Intelligent Mechatronics (AIM) Wollongong, Australia, July 9-12, 2013 [8] 1J.Senthil Kumar Assistant Professor 2E.Sweetline Sylvia Student 3C.Srijayasri Student4G.Sharmila Student “Task Co- ordination And Control Between Swarm Of Robots For Assisting Farmers” International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 6, Issue 3, March 2017