Connecting Tech Pros Worldwide Help | Site Map

xbee programming

  #1  
Old November 19th, 2007, 10:02 AM
Newbie
 
Join Date: Nov 2007
Posts: 1
I have one xbee module used as cordinator (host side). This side is connected to PC.

And this cordinator needs to communicate to other end-devices. These end-devices are battery powered and not connected to any PC.

Now, I want the end-devices to send their Identity (may be any text or MY address) on power up wirelessly to the host. This host should receive this information from end-devices and send back an ACK signal to end-devices. And this ACK signal when received by the end-devices should turn-on/turn-off LED on end-device board.

I am not using any mcu on end-devices. Can I do this task without the micro-controller unit(mcu)?

Thanks in advance,
Fahad
  #2  
Old December 28th, 2007, 07:03 AM
Newbie
 
Join Date: Dec 2007
Posts: 1

re: xbee programming


Hai, your problem is same with me.
But i just a little bit found the solver, that is using "ActiveX Control for ZigBee or XBee".
If you have ActiveX ZigBee or ActiveX XBee, so you can easily create a program like you described.
And now the problem is, I can't found the activeX ZigBee or ActiveX XBee. Can you find it for us?
Please reply me by email on Email@NotAllowedOn.ThisSite

Thanks

Last edited by RedSon; December 31st, 2007 at 05:20 PM.
  #3  
Old August 22nd, 2008, 07:02 AM
Newbie
 
Join Date: Aug 2008
Location: Colombo - Sri Lanka
Posts: 2

re: xbee programming


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. Codewarrior supports C/C++ languages only. I have already tried some sample nesC codes on TOSSIM simulator.
It is better if anyone of you can guide me along this suggested path or else can you suggest a procedure to start programming for the Xbee platform.

Thanks.
Kushan
  #4  
Old August 22nd, 2008, 01:35 PM
Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,103
Provided Answers: 3

re: xbee programming


The XBee really isn't a "platform" in the sense that you don't write code to run ON it.
Write your code to communicate with the Serial Port it creates when connected, follow the XBee's manual for unerstanding what commands to send it to communicate and you should be fine.
  #5  
Old September 19th, 2008, 04:22 AM
Newbie
 
Join Date: Sep 2008
Posts: 2

re: xbee programming


Xbee module when properly configured automatically send acknowledgement for packets received. If an end device is powered on it immediately sends its ID to the co-ordinator. You can check this thro' X CTU or any terminal software with the XBee modules connected t5hro RS232 port.

You can't program Xbee and you need a MC connected thro the USART to do any other work based on the command received. But Xbee has IOs 9end points) with which you can do simple tasks without a MC
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
xbee relay network ritusingh2008 answers 13 February 27th, 2009 05:31 AM
COM bytes missing//jumbled when receiveing Sam T answers 8 November 21st, 2008 04:37 AM
Can we use nesC to program Xbee motes mlkushan answers 0 August 22nd, 2008 07:04 AM
xbee pro rppprez answers 11 August 9th, 2008 03:28 AM