Shop OBEX P1 Docs P2 Docs Learn Events
Javelin and multiple node communication — Parallax Forums

Javelin and multiple node communication

devynidevyni Posts: 3
edited 2008-01-20 09:46 in General Discussion
Hi,

I understand this is not directly related to Javelin, but I assume if some protocol has been developed, it has some implementation in Java.

I'm working on a project that aims to develop a remote control system of multiple mobile robots. Each robot has its own controller (Javelin and stuff) to read sensor data, make some decisions and control servos. Also, each robot should recieve individual commands from control terminal (PC with developed RF comm board connected) and report back their status. The command and status messages are pretty simple, like:

Robot sends data like this (lets say once in 5 secs):
|ROBOTID|STATUSBYTE|

Control terminal sends commands like this (anytime operator wants the robot to do something else):
|ROBOTID|COMMANDBYTE|PARAMBYTE|

These are not ultimate, just to give you the idea.

Bluetooth is too short on operating range, so I consider using Parallax 433 MHz RX and TX modules (27980 and 27981) on every node (robot controller and terminal comm board). I assume I need to use some kind of a simple communication protocol to allow multiple 433 MHz transmitters and receivers communicate with each other.

Am I right about the protocol? Is that possible?
Are there any protocols already developed?
Is it possible to send data via RF TX module to multiple RF RX modules?
What happens if two nearby located RF TX modules transmit data at the same time?
Should I use some other communication equipment?

I have read Parallax 433 MHz RX and TX modules manuals, but I'm still not sure if it will work. I have also read (or scrolled thru smile.gif ) the Linx Technologies RXM-433-LR-S chip manual, that says - no protocol is implemented in the chip to deal with this multiple transmitter/receiver issue.

Thank You

Comments

Sign In or Register to comment.