473,788 Members | 2,707 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

xbee relay network

12 New Member
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 5150
Plater
7,872 Recognized Expert Expert
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
ritusingh2008
12 New Member
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 Recognized Expert Expert
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
ritusingh2008
12 New Member
can you please expalin in detali or mail me to my ID ritusingh.xxx@g mail.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 Recognized Expert Expert
Any micro-controller with a compatible UART will work, I currently use the PIC microcontroller s (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
ritusingh2008
12 New Member
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 Recognized Expert Expert
The API data frame has a byte dedicated to RSSI. Check the API manual to see which byte it is
Dec 16 '08 #8
ritusingh2008
12 New Member
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 Recognized Expert Expert
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

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

Similar topics

0
1339
by: JP | last post by:
I have been at odds with our network guy over an application that is designed to send alert emails to accounts outside of our domain to users. The issue is the mail server is not set for "open relay" so any Mail.Send() that is to an account outside of our domain server gets rejected by the SMTP. Any accounts inside the domain get sent properly. System.Web.HttpException: Could not access 'CDO.Message' object. --->...
2
4830
Plater
by: Plater | last post by:
Here at work we've been using MaxStream's Xbee product (ZigBee implementation). Now I have to re-work the code (our head software guy banded it out in like a day as a time crunch so it's seriously lacking). The problem is, I have not been able to understand the conversation flow for the XBEE API and was wondering if anyone was familiar with it? My scenario is this: I have multiple probes with the XBEE products, each with their 16bit MY...
1
5709
by: Benedict Verheyen | last post by:
Hi, i get an "Unable to relay for" when trying to send an email from within my network to an email address not on my domain. I don't understand why it says "relaying" as i'm sending from an internal domain user to an external user. Email server is exchange 2003 See this trace
1
3878
by: Chakshika | last post by:
Hello, We are doing a wireless sensor network project using Xbee modules as our University Final year project. We have bought some Xbee Series 2 modules and Two XBIB-U-DEV (and XBIB-R-DEV) development kits ( USB and RS 232) The was a small software came with them in a CD. Its called as X-CTU. It only has a range test. We couldn't programm motes as we wish through that development kit.Is there any IDE to do that? Any software? We are confused...
0
2429
by: mlkushan | last post by:
hi, I have imported Xbee modules (XB24-BWIT-004) and Xbee starter pro development kit. It has XBIB-U-DEV and XBIB-R-Dev development kits with 10 Xbee motes and two Xbee pro motes. So I have configured the codewarrior development environment in my PC (Windows XP) and also I have configured the TOSSIM environment with Cygwin (on the same platform). So I need to know, how I should start to program the Xbee motes using nesC programming language....
6
9468
by: electronics | last post by:
Hi all, I recently purchased an xbee series2 developement kit from digi. I am simple trying to turn on an LED on an end device by sending in an AT command in the form of an API packet.The situation I'm in now is: (XBIB-U) board as the co-ordinator (XBIB-R) board as the end device I have a basic network setup with 1 co-ordinator and 1 end device. I am trying to send an AT command in the form of an API packet from the co-ordinator to the...
4
4136
by: Pancakes | last post by:
Hello all, this is my first post in these forums, so bear with me if I've broken a few rules here or there. Anyhow, I would like to ask if anyone if familiar with the XBee Pro, here, and documentation is available here. The documents don't match the product exactly, the links from the product page ended up to the documents page I supplied. The difference between the models are just the effective range (I think), and the models are...
16
17178
by: KDaly | last post by:
Hey guys, I was kind of hoping that someone could help me out with a project I am working on for school... We are desigining a robot that someone will approach, and the robot will ask the user if they would like to go to room A, B, or C. (keep in mind all the rooms are in a striagh hallway with no turns). We have decided to put Xbee modules at each room and an additional xbee module on the robot. In front of each room, we would like to...
21
12750
by: ritusingh2008 | last post by:
Hello, I have transmitted an APi frame fron one xbee radio to other.I am able to receive it in 2nd xbee radios.I can see it xbee terminal.If i want to find the RSSI value for it how can i calculate it. Can anyone please explain it detail? Thanks
0
10370
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10177
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10113
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9969
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8995
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5402
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4074
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2896
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.