serdmanczyk / XBee_802.15.4_APIModeTutorial

Python and Arduino code for communicating with XBee 802.15.4 radios
serdmanczyk.github.io/development/blog/XBeeAPI-PythonArduino-Tutorial/
Other
12 stars 10 forks source link

This XBee library doesnt support the xbee series_2 zigbee communication #3

Open hemanthvhr opened 7 years ago

hemanthvhr commented 7 years ago

This XBee library doesnt support the xbee series_2 zigbee communication ,but it can support basic Tx request API frame of xbee serie2 modules in API mode by a little modification in the code. It would make using this library easy for xbee zigbee module instead of somewhat less documented python-xbee library.

eskaflon commented 6 years ago

What sort of modification would it require for the series_2 ?

hemanthvhr commented 6 years ago

I now dont remember the exact details , but the series_2 packet frame structure differs from that of series1 packet frame . For more information you can refer the series 2 packet structure in the 5th chapter of the book 'Building Wireless Sensor Networks by Robert Faludi' . If possible read it from the 1st chapter , it explains neatly the packet structure of series 2 , i used it as reference to modify the above library. You can refer to it .