Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Distributed co-ordination of robots for fire fighting

Status
Not open for further replies.

sundar

New Member
I want to do a project on 'DISTRIBUTED CO-ORDINATION OF ROBOT FOR FIRE FIGHTING'.In this project,we are going to have a master robot and two slave robot.
Master robot is controlled manually by sending a message to move to a location where fire fighting requires. .The work of master is to send slave robot to region(region will be quite nearer) to extinguish fire and slave robots should not conflict with each other.A slave robot is required to operate within the region allocated to it and should be able to avoid obstacle and do their work assigned to them.if a slave robot cannot be able to complete a work assigned to them ,it should send a message to master robot.
My doubt is what kind of wireless communication do i need for this process so that master can send and receive correct message from/to a slave robot i.e if a slave robot has to go to a particular position message has to be send to a particular slave robot and not to the other?
1) Is it possible that wi-fi can be used to produce a unique id to slave robots so that a slave does not receive a wrong message which is not intended for it? .2) Is there any other wireless communication medium which will be effective for my project?
3) Shall i use sonar sensor for it or IR sensor itself will alone be required ?
suggestion are required..
 
IR sensor to detect what the other robots?
In the area of a fire?
You may want to re-think that!

JimB
 
I. I want to use "IR sensor" in the slave robots,
1.)in order to avoid any obstacle that it faces .
2.)to avoid other slave robots to come into it's region which is unnecessary.
will it be effective?
II.) what type o casing can i use for slave robot ,to resist(tolerate )to a maximum extent?
 
You can use cc2500 modules for communication

**broken link removed**
As you told,
I wish to use RF CC2500 module which i think might be best suited for my project.
1) is it possible that slave robot's(having a CC2500 transceiver module) position in
co-ordinates can be found by master robot(which is provided with CC2500 transceiver and by sending a RFsignal).co-ordinates here iam referring in two dimension.
 
As you told,
I wish to use RF CC2500 module which i think might be best suited for my project.
1) is it possible that slave robot's(having a CC2500 transceiver module) position in
co-ordinates can be found by master robot(which is provided with CC2500 transceiver and by sending a RFsignal).co-ordinates here iam referring in two dimension.

CC2500 is used only for communication, if you can compute the position somehow, you can transmit the position data to master.
If the fire fighting area is large, then ou can use a GPS for collecting position data.
 
CC2500 is used only for communication, if you can compute the position somehow, you can transmit the position data to master.
If the fire fighting area is large, then ou can use a GPS for collecting position data.
I noticed that there is a feature called RSSI(received signal strength identification)in CC2500 module.so, if i want slave robot2 not to occupy position of slave robot1,i can transmit signal from slave1 . If received signal strength of slave2 exceeds a thresh-hold value, then slave2 can be commanded to moved away from that position.
is it possible?
 
I noticed that there is a feature called RSSI(received signal strength identification)in CC2500 module.so, if i want slave robot2 not to occupy position of slave robot1,i can transmit signal from slave1 . If received signal strength of slave2 exceeds a thresh-hold value, then slave2 can be commanded to moved away from that position.
is it possible?

I have not used that feauture, so I dont have much info about that. But thats a good idea, IMO it should work.
 
Hi, what is the difference between CC2500 transreceiver and RF-pro CC2500 module?
The one you specified
1) RF-pro CC2500 module:
https://www.robosoftsystems.co.in/roboshop/media/catalog/product/pdf/RFpro%20Module%20-%20how%20to%20use%20v4%20.pdf
and the other one
2). CC2500 transreceiver:
https://focus.ti.com/lit/ds/symlink/cc2500.pdf
I want to use feature of RSSI to detect robot's position and no of channels to operate more robots and communicate between them.
1).is it possible with RF-PRO CC2500 module?.
2).I also found that data rate in CC2500 transceiver has an upper hand(500 kBaud) over RF-PRO CC2500 module.
3).which one will be least of cost and that suits my needs?.
please give me some detailed information about both the things..
 
Hi, what is the difference between CC2500 transreceiver and RF-pro CC2500 module?
The one you specified
1) RF-pro CC2500 module:
https://www.robosoftsystems.co.in/roboshop/media/catalog/product/pdf/RFpro%20Module%20-%20how%20to%20use%20v4%20.pdf
and the other one
2). CC2500 transreceiver:
https://focus.ti.com/lit/ds/symlink/cc2500.pdf
I want to use feature of RSSI to detect robot's position and no of channels to operate more robots and communicate between them.
1).is it possible with RF-PRO CC2500 module?.
2).I also found that data rate in CC2500 transceiver has an upper hand(500 kBaud) over RF-PRO CC2500 module.
3).which one will be least of cost and that suits my needs?.
please give me some detailed information about both the things..
RF pro is a ready to use module, CC2500 is the main component used in RF pro module.
 
Last edited:
Hi, for the project mentioned above (Distributed co-ordinated fire-fighting robot),i heard that a RF transmitter and Receiver( using ASK,FSK) can be used for communicating between the robots and cheaper and easier to work than CC2500 module.But i doubt whether it( RF transmitter ,receiver using ASK,FSK ) has support for differentiating various frequency operated messages,so that a message from robot1 is received only by the particular robot2. Please give me details regarding it..
 
Status
Not open for further replies.

Latest threads

Back
Top