472,101 Members | 1,429 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,101 software developers and data experts.

xbee relay network

Hello,

I am recently using Xbee radios.I need to develop a relay network using 3 radios.how is it possible?
I am using X-CTU software.
Is it possible to develop a relay network using only X-CTU software.
And i have another doubt.Is C or Matlab programming is possible in Xbee's.
If so how can we do it.
Please answer to my doubts.

Thanks
Dec 4 '08 #1
13 4868
Plater
7,872 Expert 4TB
You can program in anything you want, the code doesn't run on the XBees.
The XBee's expose their interface as a UART (TTL I believe?, they only do like 3Volt signals)

As for how to make a network out of them, that's not really for us to decide. Its up to you. You could read up on network topology, i'm sure wikipedia has some good entries on it.
Me, I would probably just broadcast a propriatary message format. Each XBee examines the message, and if it is the first time they have seen it and its not directed to them, they re-broadcast it. Otherwise they either ignore it or respond with a response broadcast of somesort.
Dec 4 '08 #2
Thank you for your information Plater.
How will your Xbee decide that message is for it or not.
Dec 6 '08 #3
Plater
7,872 Expert 4TB
You would write code on a smart type device (a microcontroller perhaps, or a real computer if you don't have access to that type of hardware)
And then examine the message content to see if it was directed at that particular xbee
Dec 8 '08 #4
can you please expalin in detali or mail me to my ID ritusingh.xxx@gmail.com
what type of micro-controller r u using?
do u mean we need to program the microcontroller and give the data to xbee and transmit it to the other xbee?
Please explain me in detail.Thanking you.
Dec 15 '08 #5
Plater
7,872 Expert 4TB
Any micro-controller with a compatible UART will work, I currently use the PIC microcontrollers (I think microchip is the official brand)
But you could build your code on the computer just fine if you are using the XBIBs
Dec 15 '08 #6
hello Plater

I am sending data through API data frame.how can we get the RSSI value from it.
How to capture that data?
is it possible through CRO?
Dec 16 '08 #7
Plater
7,872 Expert 4TB
The API data frame has a byte dedicated to RSSI. Check the API manual to see which byte it is
Dec 16 '08 #8
I am using xbib rs-232 board.how to program xbee radio to it?
Is C or Matlab programming compatible with these radios?
Dec 23 '08 #9
Plater
7,872 Expert 4TB
I don't think you are getting me.

YOU DO NOT WRITE CODE THAT RUNS ON THE XBEE.

You don't write code that goes on a mouse or a keyboard(* well there are fancy keyboards but still)

You write code that talks over a serial port, and the xbee listens.

I suggest you actually LOOK at the documentation that goes with the XBEEs
Dec 24 '08 #10
i understood plater.
Dec 29 '08 #11
Plater
7,872 Expert 4TB
@ritusingh2008
Oh, sorry then. It kept seeming like you were asking what language to write code in to run on the XBees.
If you can access the serial ports from C or matlab, then you can program in them
Dec 29 '08 #12
ya
Thankq very mcuh for the information.
Jan 5 '09 #13
i am using xbee series 1 radios.
can any one tell me how to broadcast the message to two radios and get the message back from them
Feb 27 '09 #14

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

reply views Thread by JP | last post: by
1 post views Thread by Benedict Verheyen | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.