Labels

Monday, April 7, 2014

Links to XBee Series 2 Code

Last post I had copied the XBee Series 2 Library code into the text itself, but now I have convenient links! They are still a work in progress, but feel free to give it a shot!

XBee S2 HAL
XBeeS2.c
XBeeS2.h

3 comments:

  1. Hi Waron, recently i was reading your post and paper made by Tanmay Sane about implementing DSR on Xbee and I noticed that Sane based most of his work on yours. I have a project pending on my masters degree because i need find a way to use DSR on Xbee, i was trying with DSR lib made by Sane but it didnt work.

    I am using 802.15.4 (No network specific layer) firmware on xbee s2c modules and atmega 328p as ucontroler with arduino bootloader, the thing is that can xbee lib work with this testbed?

    Thanks for your help.

    ReplyDelete
  2. Hello Julian, were you able to get it to work? I am also trying to implement DSR for my project with the same configuration as you but has been unsuccessful so far.

    Thanks

    ReplyDelete
  3. Arshad, it has to be a full DSR? i mean, i was able to get the most of DSR features with Zigbee source routing, the RREQ could be accomplished with Network Discovery AT command, and RREP is an automatic response from all nodes whom receive the ND command. Besides, Zigbee has a network packet (source routing) with route record field similarly to DSR. Keep in mind... most of research mention that AODV is the routing protocol of Zigbee but in Zigbee specification doesnt mention it explicity. Why cant you say that Zigbee source routing is Jr version of DSR?

    ReplyDelete