SlideShare a Scribd company logo
1 of 31
POLLUTION MONITORING USING
COOPERATIVE WIRELESS COMMUNICATION
FOR ‘SWARM’ ROBOTS
1
By
Group Members:
1. Aditya Saxena (12104A0003)
2.Sarfaraz Siddiqui (12104A0011 )
3. Ankush Badhe (12104A0013)
4. Vaibhav Nagvekar (12104A0024)
PROJECT GUIDE : Prof. Dr. Saurabh Mehta
Department Of Electronics and Tele-Communication
Vidyalankar Institute of Technology
Vidyalankar Institute of Technology,
Vidyalankar Marg, Wadala (East), Mumbai - 400 037
Outline
2
 Introduction and Problem Statement of the project
 Objective
 Block Diagram
 Hardware Requirements
 Software Requirements
 Cost Analysis
 References
Introduction
3
HISTORY OF THE ‘SWARM’
 The term Swarm Intelligence, first proposed by
GERARDO BENI
 Swarm robotic systems have become a major
research area since 1980’s.
 It is a coordination of large numbers of relatively
simple robots to achieve a common goal.
 Inspired from the system-level functioning of
social insects.
 The past ten years has seen growing research
interest in artificial systems based upon the
principles of swarm intelligence.
Introduction
4
 Swarm robotics is a new approach to the
coordination of multi-robot systems which
consist of large numbers of relatively simple
robots to achieve a common goal
 This is simple and easy-to-implement
decentralized algorithm inspired by human
move-and-see behavior for a swarm of
autonomous mobile robots to achieve area
coverage for environmental pollution monitoring.
 Also monitoring a particular area and mapping
collective area acquired from multiple robots.
Problem statement of the project
5
 In this project, we tend to implement Pollution
Monitoring robots which monitors pollution and
shares data with each other using ‘SWARM’
technique.
 These robots must be independent of each
other , monitoring air pollution and
environmental conditions in their own area.
 These robots must be able to communicate
their findings with the robot which is placed next
in hierarchy.
Reasons for choosing this topic
6
 Increasing threat of air pollution and its adverse
affects.
 Need of a efficient air pollution monitoring mechanism
is there.
 With less human intervention and in less time.
 A large scale prototype that would cover a large area
– SWARM robotics effectively fulfills this criterion.
 Along with being application based project , it also
gave a chance to work in embedded system as well
as establish communication between the robots.
Overview of implementation
7
computer
Robot 1
Robot 22
How does a Swarm robot
work?
8
 In this application there will be a group of Robots
which will work together via wireless RF
communications.
 As seen from block diagram there will be an
Administrative terminal which will authorize the swarm
of robots.
 All the slaves are equipped with a pollution sensor.
All the slaves will communicate via RF module (2.4
GHZ, 30 meters).
 All the robots will move on their prescribed paths.
 Any of these slave robot goes near to the range of
Administrative then this slave robot exchange all
information with Administrative.
 This Administrative then , according to application ,
can present and map the data.
Block diagram
9
Hardware Requirements
10
1. Atmega16 AVR microcontroller(*2)
2. Temperature sensor-LM35(*2)
3. Gas sensor-MQ6 (*2)
4. MAX232 serial communication port(*2)
5. RF Transreceiver module – CC2500(4)
6. Motor driver IC L2930(*2)
7. DB9 connector
SENSOR ARRAY UNIT
11
 In this project we are using two types of sensors:
 1) TEMPERATUR SENSOR : LM35
 2) GAS SENSOR : MQ6
1) TEMPERATURE SENSOR: LM35
12
 Features: Calibrated directly in ° Celsius (Centigrade)
 Linear + 10.0 mV/°C scale factor
 0.5°C accuracy (at +25°C)
 Rated for full −55° to +150°C range
 Suitable for remote applications
 Low cost due to wafer-level trimming
 Operates from 4 to 30 volts
 Less than 60 μA current drain
 Low self-heating, 0.08°C in still air
 Nonlinearity only ±1⁄4°C typical
 Low impedance output, 0.1 W for 1 mA load
2) GAS SENSOR : MQ6
13
 MQ6 is gas sensor used for detecting the gases and
there amount in the atmosphere .These type of
sensor can sense many types of gases
 Features:
 High sensitivity to LPG, iso-butane, propane
 Small sensitivity to alcohol, smoke.
 Fast response
 Stable and long life
 Simple drive circuit
COMMUNICATION UNIT
14
 There are two types of communication modules
available in the market which are given below.
 1. RF communication module.
 2. Zigbee module.
 Out of these we choose RF communication
module because it fulfill our requirements and it
is also cheaper than Zigbee.
1. It also provides enough range for communication
between the two robots on demo basis.
2. It makes the proposed system more efficient and
affordable.
3. In this system 3 RF modules are used for
communication.
4. It gives better range and reliability.
5. RF is cheaper than zigbee module .
RF MODULE:CC2500
15
RF module Specification:
1. RF frequency: 2.4 GHz
2. Modulation: Amplitude shift keying(ASK)
3. Baud rate: 9600
4.Input voltage: + 5 / +12 V
5. Current consumption: 32 mA to 42 mA
Description: -
 Baud Rate: 38400. Serial UART Mode.
 Packet Length: Variable (0 to 40) or Fixed (1 packet).
 60+ meters range Line of Sight / 30 meters range indoors.
 Multiple channel selection enabling upto 255 different pairs to work in
the same area.
 Modes of operation: Config mode and Run mode.
 Onboard jumper setting for Config/Run Mode and Packet/Byte Mode.
 Direct Replacement for wired Serial Cable for and serial
communication.
 Working with CC2500 Wireless Transceiver [11].
RF MODULE :CC2500
16
L293D Motor Driver
17
 Features:-
 Durable magnetic rotor and fine ceramic shaft
 Long life brushless pump, ideal life for 40000
hours
 Advanced magnetically coupled technology,
without any leakage for ever
 Heavy duty work, can sustain continual 24
hours work
 Low noise: ≤38dB far from 1m distance
 Low or no maintenance
 Low power consumption
 Can be customized
MAX 232
18
 MAX 232 is used as interface between robot and
the communicating computer.
 it provides a interface so that the particular
robots shares its data with the communicating
computer.
 This IC is widely used in RS232 Communication
systems in which the conversion of voltage level
is required to make TTL devices to be compatible
with PC serial port and vice versa.
Circuit Diagram
19
Circuit Implementation
20
 The above figure represents the circuit diagram of
the project .
 The circuit diagram is designed with the help of
the software Proteus.
 In the circuit diagram , the key elements of the
project can be observed such as microcontroller
ATmega16 along with RF transreceiver and motor
driver IC and a 12V battery.
 The two temperature and gas sensors have also
been shown.
 Both the robots ie. master and slave have been
implemented using this circuit diagram
Eagle Representation
21
Test Cases
22
This is the case in which full implementation is carried out. The
slave is showing its data of 32 degrees and the gas
concentration of 37 and the master is showing its own data.
23
This is the case in
which the master
robot is working in
single mode
performing the
operations that
are limited to a
slave. It is
showing the
temperature and
gas data of itself
only.
Temperature is
28°C and the gas
concentration is
62 as we had
used a gas
source (Essence
stick) near MQ6.
24
In this case the master is showing the
data of itself and the slave. The
temperature of master is 21 degrees
and the gas concentration is 8 %.
It is showing the
temperature and gas data of
itself only. Temperature is
27°C and the gas
concentration is 10 The
conditions that are usual and
Cost Analysis
25
Estimated Cost:
ADVANTAGES
26
 Parallelism: In task-decomposable application
domains, robots can accomplish a given task more
quickly than a single robot by dividing the task into
sub tasks and executing them concurrently.
 Scalability: As the swarm of robots becomes larger,
its relative performance in comparison to a
centralized system becomes better.
 Flexibility: Easily adaptable for different applications
as different applications will have different
requirements, a general architecture will need the
ability to be easily reconfigured for the different
problems it proposes to solve..
27
 Adaptable: Conventional workgroups devise various
standard operating procedures to react to
predetermined stimuli. But swarms have better ability
to adjust to new situations or to change beyond a
narrow range of options. Countless novel possibilities
exist in the exponential combinations of many
interlinked individuals
Applications
28
 Foraging:- This scenario has many different application and
demands several fundamental skills from the group of robots
,such as collective exploration, shortest path finding and
efficient task allocation. It is also includes the transport sub-
task, which covers the important issue of collective transport.
 Dangerous areas :-In the dangerous areas like on the planet,
in the coal mine, in fire areas etc.
 Mapping and Exploration: Advancements in the design that
lead to further miniaturization and lower cost of robotic units
open many new possible scenarios
Future Scope
29
 Swarming robots can be servents of future , they would
carry out simple fetching and carrying tasks , by grouping
around object.
 Can be used for military purpose by making the robot
more smart in its application
 These swarm of robots can be controlled through
satellite or global positioning system(GPS)
 Similarly , chain can be extended to be used as fire
extinguisher.
 NASA has proposed „Swarmie‟ robots for space mining.
References
30
1. https://www.researchgate.net/profile/Gerardo_Beni/publicatio
221116455_From_Swarm_Int
elligence_to_Swarm_Robotics/links/0912f51324c3bd5fd2
000000.pdf
2. http://link.springer.com/chapter/10.1007%2F978- 3-540-
30552-1_2
3. http://www.c2es.org/international/negotiations/cop21paris/su
mmary
4. ieeexplore.ieee.org/iel5/4456514/4456820/044568 99.pdf
5. https://www.researchgate.net/profile/Gerardo_Beni/publicatio
n/221116455_From_Swarm_Int
elligence_to_Swarm_Robotics/links/0912f51324c3bd5fd2000
000.pdf
31
6.http://www.sciencedirect.com/science/article/pii/S221491471300
024X
7. http://www.atmel.com/images/doc9166s.pdf
8. http://www-scf.usc.edu/~rzhao/LFP_study.pdf
9. http://www.ti.com/lit/ds/symlink/lm35.pdf
10. https://www.sparkfun.com/datasheets/Sensors/Bio metric/MQ-
6.pdf
11. http://www.ti.com/lit/ds/swrs040c/swrs040c.pdf
12. http://www.ti.com/lit/ds/symlink/l293.pdf
13. http://www.ti.com/lit/ds/symlink/max232.pdf
14. http://www.atmel.com/tools/STUDIOARCHIVE.aspx

More Related Content

What's hot

The Fire fighting robot with Webcam Technology
The Fire fighting robot with Webcam TechnologyThe Fire fighting robot with Webcam Technology
The Fire fighting robot with Webcam TechnologyGourav Saini
 
fire preventing robot ppt copy
fire preventing robot ppt   copyfire preventing robot ppt   copy
fire preventing robot ppt copysunil958
 
International Instruments Industries, Secunderabad, Electric Instruments
International Instruments Industries, Secunderabad, Electric InstrumentsInternational Instruments Industries, Secunderabad, Electric Instruments
International Instruments Industries, Secunderabad, Electric InstrumentsIndiaMART InterMESH Limited
 
3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE
3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE
3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLESANDEEP GHOSH
 
Report - Light Sensing Robot
Report - Light Sensing RobotReport - Light Sensing Robot
Report - Light Sensing RobotDivay Khatri
 
MOBILE PHONE CONTROL ROBOTICS PROJECTS-Cell Phone Controlled Three Axis Robot...
MOBILE PHONE CONTROL ROBOTICS PROJECTS-Cell Phone Controlled Three Axis Robot...MOBILE PHONE CONTROL ROBOTICS PROJECTS-Cell Phone Controlled Three Axis Robot...
MOBILE PHONE CONTROL ROBOTICS PROJECTS-Cell Phone Controlled Three Axis Robot...ASHOKKUMAR RAMAR
 
Fire fighting Robot
Fire fighting RobotFire fighting Robot
Fire fighting RobotAnjan991
 
War Field Spying Robot with Fire Fighting Alarm.
War Field Spying Robot with Fire Fighting Alarm.War Field Spying Robot with Fire Fighting Alarm.
War Field Spying Robot with Fire Fighting Alarm.vansh_raheja
 
IRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging RobotIRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging RobotIRJET Journal
 
Fire fighting robot remotely operated
Fire fighting robot remotely operatedFire fighting robot remotely operated
Fire fighting robot remotely operatedMohit Keshav
 
Fire fighting robot ppt
Fire fighting robot pptFire fighting robot ppt
Fire fighting robot pptathmeg
 
Fire Fighting Robot by saurabh
Fire Fighting Robot by saurabhFire Fighting Robot by saurabh
Fire Fighting Robot by saurabhSaurabh Kumar
 
Automation in agriculture field using arm 7 based robot
Automation in agriculture field using arm 7 based robotAutomation in agriculture field using arm 7 based robot
Automation in agriculture field using arm 7 based roboteSAT Journals
 
light follower robot
light follower robotlight follower robot
light follower robotanuragyadav94
 
GSM BASED GAS ESCAPE BURST AND FIRE SAFETY PROJECT
GSM BASED GAS ESCAPE BURST AND FIRE SAFETY PROJECTGSM BASED GAS ESCAPE BURST AND FIRE SAFETY PROJECT
GSM BASED GAS ESCAPE BURST AND FIRE SAFETY PROJECTThrinadh Komatipalli
 

What's hot (20)

Unmanned Ground Vehicle
Unmanned Ground VehicleUnmanned Ground Vehicle
Unmanned Ground Vehicle
 
The Fire fighting robot with Webcam Technology
The Fire fighting robot with Webcam TechnologyThe Fire fighting robot with Webcam Technology
The Fire fighting robot with Webcam Technology
 
fire preventing robot ppt copy
fire preventing robot ppt   copyfire preventing robot ppt   copy
fire preventing robot ppt copy
 
Fire sensing robo
Fire sensing roboFire sensing robo
Fire sensing robo
 
International Instruments Industries, Secunderabad, Electric Instruments
International Instruments Industries, Secunderabad, Electric InstrumentsInternational Instruments Industries, Secunderabad, Electric Instruments
International Instruments Industries, Secunderabad, Electric Instruments
 
3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE
3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE
3-G CUM 2-G OPERATED UNMANNED GROUND VEHICLE
 
Report - Light Sensing Robot
Report - Light Sensing RobotReport - Light Sensing Robot
Report - Light Sensing Robot
 
MOBILE PHONE CONTROL ROBOTICS PROJECTS-Cell Phone Controlled Three Axis Robot...
MOBILE PHONE CONTROL ROBOTICS PROJECTS-Cell Phone Controlled Three Axis Robot...MOBILE PHONE CONTROL ROBOTICS PROJECTS-Cell Phone Controlled Three Axis Robot...
MOBILE PHONE CONTROL ROBOTICS PROJECTS-Cell Phone Controlled Three Axis Robot...
 
Fire fighting Robot
Fire fighting RobotFire fighting Robot
Fire fighting Robot
 
War Field Spying Robot with Fire Fighting Alarm.
War Field Spying Robot with Fire Fighting Alarm.War Field Spying Robot with Fire Fighting Alarm.
War Field Spying Robot with Fire Fighting Alarm.
 
IRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging RobotIRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging Robot
 
Fire fighting robot remotely operated
Fire fighting robot remotely operatedFire fighting robot remotely operated
Fire fighting robot remotely operated
 
Front
FrontFront
Front
 
Microgrid testbed
Microgrid testbedMicrogrid testbed
Microgrid testbed
 
Fire fighting robot ppt
Fire fighting robot pptFire fighting robot ppt
Fire fighting robot ppt
 
Fire Fighting Robot by saurabh
Fire Fighting Robot by saurabhFire Fighting Robot by saurabh
Fire Fighting Robot by saurabh
 
Automation in agriculture field using arm 7 based robot
Automation in agriculture field using arm 7 based robotAutomation in agriculture field using arm 7 based robot
Automation in agriculture field using arm 7 based robot
 
light follower robot
light follower robotlight follower robot
light follower robot
 
GSM BASED GAS ESCAPE BURST AND FIRE SAFETY PROJECT
GSM BASED GAS ESCAPE BURST AND FIRE SAFETY PROJECTGSM BASED GAS ESCAPE BURST AND FIRE SAFETY PROJECT
GSM BASED GAS ESCAPE BURST AND FIRE SAFETY PROJECT
 
Hs3513431348
Hs3513431348Hs3513431348
Hs3513431348
 

Similar to [Year 2105-16]Pollution Monitoring using Cooperative Wireless Communication for Swarm Robots Only audio

LoRa-based IOT system for Remote Safety monitoring (1).pptx
LoRa-based IOT system for Remote Safety monitoring (1).pptxLoRa-based IOT system for Remote Safety monitoring (1).pptx
LoRa-based IOT system for Remote Safety monitoring (1).pptxTanmayThakare
 
ULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATEULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATETechno Electronics
 
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in GreenhouseUsing LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in GreenhouseIRJET 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
 
Iaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd Iaetsd
 
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEM
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEMDESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEM
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEMIRJET Journal
 
unmanned vehicle robot for coal mines 1111111111111111
unmanned vehicle robot for coal mines 1111111111111111unmanned vehicle robot for coal mines 1111111111111111
unmanned vehicle robot for coal mines 1111111111111111Pratik Hulawale
 
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
 
Ijeee 33-36-surveillance system for coal mines based on wireless sensor network
Ijeee 33-36-surveillance system for coal mines based on wireless sensor networkIjeee 33-36-surveillance system for coal mines based on wireless sensor network
Ijeee 33-36-surveillance system for coal mines based on wireless sensor networkKumar Goud
 
WIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOTWIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOTAsish Nayak
 
Haptic gloves controlled robotic arm using MEMS accelerometer
Haptic gloves controlled robotic arm using MEMS accelerometerHaptic gloves controlled robotic arm using MEMS accelerometer
Haptic gloves controlled robotic arm using MEMS accelerometerijiert bestjournal
 
Research on wireless Deviation Mode of Foundation Pit Surveying System
Research on wireless Deviation Mode of Foundation Pit Surveying SystemResearch on wireless Deviation Mode of Foundation Pit Surveying System
Research on wireless Deviation Mode of Foundation Pit Surveying SystemIJRESJOURNAL
 
Ultrasonic level meter
Ultrasonic level meterUltrasonic level meter
Ultrasonic level meterhandson28
 
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
 
land rover robot control using GSM technology
land rover robot control using GSM technologyland rover robot control using GSM technology
land rover robot control using GSM technologyJOLLUSUDARSHANREDDY
 
Analysis of Energy Consumption in MCU for IoT System
Analysis of Energy Consumption in MCU for IoT SystemAnalysis of Energy Consumption in MCU for IoT System
Analysis of Energy Consumption in MCU for IoT SystemIRJET Journal
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system pptNilgiri publicity
 

Similar to [Year 2105-16]Pollution Monitoring using Cooperative Wireless Communication for Swarm Robots Only audio (20)

LoRa-based IOT system for Remote Safety monitoring (1).pptx
LoRa-based IOT system for Remote Safety monitoring (1).pptxLoRa-based IOT system for Remote Safety monitoring (1).pptx
LoRa-based IOT system for Remote Safety monitoring (1).pptx
 
ULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATEULTRASONIC SENSOR DISTANCE CALCULATE
ULTRASONIC SENSOR DISTANCE CALCULATE
 
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in GreenhouseUsing LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
 
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
 
Iaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd real time implementation of railway
Iaetsd real time implementation of railway
 
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEM
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEMDESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEM
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEM
 
unmanned vehicle robot for coal mines 1111111111111111
unmanned vehicle robot for coal mines 1111111111111111unmanned vehicle robot for coal mines 1111111111111111
unmanned vehicle robot for coal mines 1111111111111111
 
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
 
I011115964
I011115964I011115964
I011115964
 
Ijeee 33-36-surveillance system for coal mines based on wireless sensor network
Ijeee 33-36-surveillance system for coal mines based on wireless sensor networkIjeee 33-36-surveillance system for coal mines based on wireless sensor network
Ijeee 33-36-surveillance system for coal mines based on wireless sensor network
 
WIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOTWIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOT
 
Robotic Vehicle with Hand Motion Control Using a RF Module
Robotic Vehicle with Hand Motion Control Using a RF Module Robotic Vehicle with Hand Motion Control Using a RF Module
Robotic Vehicle with Hand Motion Control Using a RF Module
 
Haptic gloves controlled robotic arm using MEMS accelerometer
Haptic gloves controlled robotic arm using MEMS accelerometerHaptic gloves controlled robotic arm using MEMS accelerometer
Haptic gloves controlled robotic arm using MEMS accelerometer
 
Research on wireless Deviation Mode of Foundation Pit Surveying System
Research on wireless Deviation Mode of Foundation Pit Surveying SystemResearch on wireless Deviation Mode of Foundation Pit Surveying System
Research on wireless Deviation Mode of Foundation Pit Surveying System
 
Ultrasonic level meter
Ultrasonic level meterUltrasonic level meter
Ultrasonic level meter
 
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
 
land rover robot control using GSM technology
land rover robot control using GSM technologyland rover robot control using GSM technology
land rover robot control using GSM technology
 
Analysis of Energy Consumption in MCU for IoT System
Analysis of Energy Consumption in MCU for IoT SystemAnalysis of Energy Consumption in MCU for IoT System
Analysis of Energy Consumption in MCU for IoT System
 
"SOLAR POWERED TRANSMISSION LINE INSPECTION ROBOT"
"SOLAR POWERED TRANSMISSION LINE INSPECTION ROBOT""SOLAR POWERED TRANSMISSION LINE INSPECTION ROBOT"
"SOLAR POWERED TRANSMISSION LINE INSPECTION ROBOT"
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system ppt
 

More from Saurabh N. Mehta

[Year 2015-16 ] IOT Based Waste Management
[Year 2015-16 ]  IOT Based Waste Management[Year 2015-16 ]  IOT Based Waste Management
[Year 2015-16 ] IOT Based Waste ManagementSaurabh N. Mehta
 
[Year 2014-15 ] Internet Radio
[Year 2014-15 ] Internet Radio[Year 2014-15 ] Internet Radio
[Year 2014-15 ] Internet RadioSaurabh N. Mehta
 
[Year 2014-15] Frequency Reuse
[Year 2014-15] Frequency Reuse[Year 2014-15] Frequency Reuse
[Year 2014-15] Frequency ReuseSaurabh N. Mehta
 
[Year 2014-15 ] Lifi with
[Year 2014-15 ] Lifi with [Year 2014-15 ] Lifi with
[Year 2014-15 ] Lifi with Saurabh N. Mehta
 
[Year 2013-14 ] Bluetooth2
[Year 2013-14 ] Bluetooth2[Year 2013-14 ] Bluetooth2
[Year 2013-14 ] Bluetooth2Saurabh N. Mehta
 
[Year 2013-14 ] GSM vs CDMA
[Year 2013-14 ] GSM vs CDMA[Year 2013-14 ] GSM vs CDMA
[Year 2013-14 ] GSM vs CDMASaurabh N. Mehta
 
[Year 2013-14 ] GPS SYSTEM
[Year 2013-14 ] GPS SYSTEM[Year 2013-14 ] GPS SYSTEM
[Year 2013-14 ] GPS SYSTEMSaurabh N. Mehta
 
[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport
[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport
[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airportSaurabh N. Mehta
 
[Year 2012-13] Tethering Video
[Year 2012-13] Tethering Video[Year 2012-13] Tethering Video
[Year 2012-13] Tethering VideoSaurabh N. Mehta
 
[Year 2012-13] Mimo technology
[Year 2012-13] Mimo technology[Year 2012-13] Mimo technology
[Year 2012-13] Mimo technologySaurabh N. Mehta
 

More from Saurabh N. Mehta (20)

[Year 2015-16 ] IOT Based Waste Management
[Year 2015-16 ]  IOT Based Waste Management[Year 2015-16 ]  IOT Based Waste Management
[Year 2015-16 ] IOT Based Waste Management
 
[Year 2014-15 ]Ecosensor
[Year 2014-15 ]Ecosensor[Year 2014-15 ]Ecosensor
[Year 2014-15 ]Ecosensor
 
[Year 2014-15 ] Internet Radio
[Year 2014-15 ] Internet Radio[Year 2014-15 ] Internet Radio
[Year 2014-15 ] Internet Radio
 
[Year 2014-15] Frequency Reuse
[Year 2014-15] Frequency Reuse[Year 2014-15] Frequency Reuse
[Year 2014-15] Frequency Reuse
 
[Year 2014-15 ] Lifi with
[Year 2014-15 ] Lifi with [Year 2014-15 ] Lifi with
[Year 2014-15 ] Lifi with
 
[Year 2013-14 ] GPS
[Year 2013-14 ] GPS[Year 2013-14 ] GPS
[Year 2013-14 ] GPS
 
[Year 2013-14 ] SMS
[Year 2013-14 ] SMS[Year 2013-14 ] SMS
[Year 2013-14 ] SMS
 
[Year 2013-14 ] CDMA
[Year 2013-14 ] CDMA[Year 2013-14 ] CDMA
[Year 2013-14 ] CDMA
 
[Year 2013-14 ] NFC
[Year 2013-14 ] NFC[Year 2013-14 ] NFC
[Year 2013-14 ] NFC
 
[Year 2013-14 ] Bluetooth2
[Year 2013-14 ] Bluetooth2[Year 2013-14 ] Bluetooth2
[Year 2013-14 ] Bluetooth2
 
[Year 2013-14 ] SMs
[Year 2013-14 ] SMs[Year 2013-14 ] SMs
[Year 2013-14 ] SMs
 
[Year 2013-14 ] Bluetooth
[Year 2013-14 ] Bluetooth[Year 2013-14 ] Bluetooth
[Year 2013-14 ] Bluetooth
 
[Year 2013-14 ] GSM vs CDMA
[Year 2013-14 ] GSM vs CDMA[Year 2013-14 ] GSM vs CDMA
[Year 2013-14 ] GSM vs CDMA
 
[Year 2013-14 ] IMT 2000
[Year 2013-14 ] IMT 2000[Year 2013-14 ] IMT 2000
[Year 2013-14 ] IMT 2000
 
[Year 2013-14 ] GPS SYSTEM
[Year 2013-14 ] GPS SYSTEM[Year 2013-14 ] GPS SYSTEM
[Year 2013-14 ] GPS SYSTEM
 
[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport
[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport
[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport
 
[Year 2012-13] Wimax
[Year 2012-13] Wimax[Year 2012-13] Wimax
[Year 2012-13] Wimax
 
[Year 2012-13] Tethering Video
[Year 2012-13] Tethering Video[Year 2012-13] Tethering Video
[Year 2012-13] Tethering Video
 
[Year 2012-13] PCS
[Year 2012-13] PCS[Year 2012-13] PCS
[Year 2012-13] PCS
 
[Year 2012-13] Mimo technology
[Year 2012-13] Mimo technology[Year 2012-13] Mimo technology
[Year 2012-13] Mimo technology
 

Recently uploaded

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
(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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk 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
 
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
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
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
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
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
 

Recently uploaded (20)

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
(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...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.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
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
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...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
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
 

[Year 2105-16]Pollution Monitoring using Cooperative Wireless Communication for Swarm Robots Only audio

  • 1. POLLUTION MONITORING USING COOPERATIVE WIRELESS COMMUNICATION FOR ‘SWARM’ ROBOTS 1 By Group Members: 1. Aditya Saxena (12104A0003) 2.Sarfaraz Siddiqui (12104A0011 ) 3. Ankush Badhe (12104A0013) 4. Vaibhav Nagvekar (12104A0024) PROJECT GUIDE : Prof. Dr. Saurabh Mehta Department Of Electronics and Tele-Communication Vidyalankar Institute of Technology Vidyalankar Institute of Technology, Vidyalankar Marg, Wadala (East), Mumbai - 400 037
  • 2. Outline 2  Introduction and Problem Statement of the project  Objective  Block Diagram  Hardware Requirements  Software Requirements  Cost Analysis  References
  • 3. Introduction 3 HISTORY OF THE ‘SWARM’  The term Swarm Intelligence, first proposed by GERARDO BENI  Swarm robotic systems have become a major research area since 1980’s.  It is a coordination of large numbers of relatively simple robots to achieve a common goal.  Inspired from the system-level functioning of social insects.  The past ten years has seen growing research interest in artificial systems based upon the principles of swarm intelligence.
  • 4. Introduction 4  Swarm robotics is a new approach to the coordination of multi-robot systems which consist of large numbers of relatively simple robots to achieve a common goal  This is simple and easy-to-implement decentralized algorithm inspired by human move-and-see behavior for a swarm of autonomous mobile robots to achieve area coverage for environmental pollution monitoring.  Also monitoring a particular area and mapping collective area acquired from multiple robots.
  • 5. Problem statement of the project 5  In this project, we tend to implement Pollution Monitoring robots which monitors pollution and shares data with each other using ‘SWARM’ technique.  These robots must be independent of each other , monitoring air pollution and environmental conditions in their own area.  These robots must be able to communicate their findings with the robot which is placed next in hierarchy.
  • 6. Reasons for choosing this topic 6  Increasing threat of air pollution and its adverse affects.  Need of a efficient air pollution monitoring mechanism is there.  With less human intervention and in less time.  A large scale prototype that would cover a large area – SWARM robotics effectively fulfills this criterion.  Along with being application based project , it also gave a chance to work in embedded system as well as establish communication between the robots.
  • 8. How does a Swarm robot work? 8  In this application there will be a group of Robots which will work together via wireless RF communications.  As seen from block diagram there will be an Administrative terminal which will authorize the swarm of robots.  All the slaves are equipped with a pollution sensor. All the slaves will communicate via RF module (2.4 GHZ, 30 meters).  All the robots will move on their prescribed paths.  Any of these slave robot goes near to the range of Administrative then this slave robot exchange all information with Administrative.  This Administrative then , according to application , can present and map the data.
  • 10. Hardware Requirements 10 1. Atmega16 AVR microcontroller(*2) 2. Temperature sensor-LM35(*2) 3. Gas sensor-MQ6 (*2) 4. MAX232 serial communication port(*2) 5. RF Transreceiver module – CC2500(4) 6. Motor driver IC L2930(*2) 7. DB9 connector
  • 11. SENSOR ARRAY UNIT 11  In this project we are using two types of sensors:  1) TEMPERATUR SENSOR : LM35  2) GAS SENSOR : MQ6
  • 12. 1) TEMPERATURE SENSOR: LM35 12  Features: Calibrated directly in ° Celsius (Centigrade)  Linear + 10.0 mV/°C scale factor  0.5°C accuracy (at +25°C)  Rated for full −55° to +150°C range  Suitable for remote applications  Low cost due to wafer-level trimming  Operates from 4 to 30 volts  Less than 60 μA current drain  Low self-heating, 0.08°C in still air  Nonlinearity only ±1⁄4°C typical  Low impedance output, 0.1 W for 1 mA load
  • 13. 2) GAS SENSOR : MQ6 13  MQ6 is gas sensor used for detecting the gases and there amount in the atmosphere .These type of sensor can sense many types of gases  Features:  High sensitivity to LPG, iso-butane, propane  Small sensitivity to alcohol, smoke.  Fast response  Stable and long life  Simple drive circuit
  • 14. COMMUNICATION UNIT 14  There are two types of communication modules available in the market which are given below.  1. RF communication module.  2. Zigbee module.  Out of these we choose RF communication module because it fulfill our requirements and it is also cheaper than Zigbee. 1. It also provides enough range for communication between the two robots on demo basis. 2. It makes the proposed system more efficient and affordable. 3. In this system 3 RF modules are used for communication. 4. It gives better range and reliability. 5. RF is cheaper than zigbee module .
  • 15. RF MODULE:CC2500 15 RF module Specification: 1. RF frequency: 2.4 GHz 2. Modulation: Amplitude shift keying(ASK) 3. Baud rate: 9600 4.Input voltage: + 5 / +12 V 5. Current consumption: 32 mA to 42 mA Description: -  Baud Rate: 38400. Serial UART Mode.  Packet Length: Variable (0 to 40) or Fixed (1 packet).  60+ meters range Line of Sight / 30 meters range indoors.  Multiple channel selection enabling upto 255 different pairs to work in the same area.  Modes of operation: Config mode and Run mode.  Onboard jumper setting for Config/Run Mode and Packet/Byte Mode.  Direct Replacement for wired Serial Cable for and serial communication.  Working with CC2500 Wireless Transceiver [11].
  • 17. L293D Motor Driver 17  Features:-  Durable magnetic rotor and fine ceramic shaft  Long life brushless pump, ideal life for 40000 hours  Advanced magnetically coupled technology, without any leakage for ever  Heavy duty work, can sustain continual 24 hours work  Low noise: ≤38dB far from 1m distance  Low or no maintenance  Low power consumption  Can be customized
  • 18. MAX 232 18  MAX 232 is used as interface between robot and the communicating computer.  it provides a interface so that the particular robots shares its data with the communicating computer.  This IC is widely used in RS232 Communication systems in which the conversion of voltage level is required to make TTL devices to be compatible with PC serial port and vice versa.
  • 20. Circuit Implementation 20  The above figure represents the circuit diagram of the project .  The circuit diagram is designed with the help of the software Proteus.  In the circuit diagram , the key elements of the project can be observed such as microcontroller ATmega16 along with RF transreceiver and motor driver IC and a 12V battery.  The two temperature and gas sensors have also been shown.  Both the robots ie. master and slave have been implemented using this circuit diagram
  • 22. Test Cases 22 This is the case in which full implementation is carried out. The slave is showing its data of 32 degrees and the gas concentration of 37 and the master is showing its own data.
  • 23. 23 This is the case in which the master robot is working in single mode performing the operations that are limited to a slave. It is showing the temperature and gas data of itself only. Temperature is 28°C and the gas concentration is 62 as we had used a gas source (Essence stick) near MQ6.
  • 24. 24 In this case the master is showing the data of itself and the slave. The temperature of master is 21 degrees and the gas concentration is 8 %. It is showing the temperature and gas data of itself only. Temperature is 27°C and the gas concentration is 10 The conditions that are usual and
  • 26. ADVANTAGES 26  Parallelism: In task-decomposable application domains, robots can accomplish a given task more quickly than a single robot by dividing the task into sub tasks and executing them concurrently.  Scalability: As the swarm of robots becomes larger, its relative performance in comparison to a centralized system becomes better.  Flexibility: Easily adaptable for different applications as different applications will have different requirements, a general architecture will need the ability to be easily reconfigured for the different problems it proposes to solve..
  • 27. 27  Adaptable: Conventional workgroups devise various standard operating procedures to react to predetermined stimuli. But swarms have better ability to adjust to new situations or to change beyond a narrow range of options. Countless novel possibilities exist in the exponential combinations of many interlinked individuals
  • 28. Applications 28  Foraging:- This scenario has many different application and demands several fundamental skills from the group of robots ,such as collective exploration, shortest path finding and efficient task allocation. It is also includes the transport sub- task, which covers the important issue of collective transport.  Dangerous areas :-In the dangerous areas like on the planet, in the coal mine, in fire areas etc.  Mapping and Exploration: Advancements in the design that lead to further miniaturization and lower cost of robotic units open many new possible scenarios
  • 29. Future Scope 29  Swarming robots can be servents of future , they would carry out simple fetching and carrying tasks , by grouping around object.  Can be used for military purpose by making the robot more smart in its application  These swarm of robots can be controlled through satellite or global positioning system(GPS)  Similarly , chain can be extended to be used as fire extinguisher.  NASA has proposed „Swarmie‟ robots for space mining.
  • 30. References 30 1. https://www.researchgate.net/profile/Gerardo_Beni/publicatio 221116455_From_Swarm_Int elligence_to_Swarm_Robotics/links/0912f51324c3bd5fd2 000000.pdf 2. http://link.springer.com/chapter/10.1007%2F978- 3-540- 30552-1_2 3. http://www.c2es.org/international/negotiations/cop21paris/su mmary 4. ieeexplore.ieee.org/iel5/4456514/4456820/044568 99.pdf 5. https://www.researchgate.net/profile/Gerardo_Beni/publicatio n/221116455_From_Swarm_Int elligence_to_Swarm_Robotics/links/0912f51324c3bd5fd2000 000.pdf
  • 31. 31 6.http://www.sciencedirect.com/science/article/pii/S221491471300 024X 7. http://www.atmel.com/images/doc9166s.pdf 8. http://www-scf.usc.edu/~rzhao/LFP_study.pdf 9. http://www.ti.com/lit/ds/symlink/lm35.pdf 10. https://www.sparkfun.com/datasheets/Sensors/Bio metric/MQ- 6.pdf 11. http://www.ti.com/lit/ds/swrs040c/swrs040c.pdf 12. http://www.ti.com/lit/ds/symlink/l293.pdf 13. http://www.ti.com/lit/ds/symlink/max232.pdf 14. http://www.atmel.com/tools/STUDIOARCHIVE.aspx

Editor's Notes

  1. 2,11,12,17,18,19,20