...
The Xbee documentation is pretty long, however if you're just trying to understand the communication structure, the following two datasheets should provide most of the information you'll need. The first file describes the AT commands the module uses. The AT commands are used to configure each module, and it is what software like XCTU uses. The second file describes the API packet structure that the PicPilot sends to the Xbee's for various functionalities (like sending a TX packet, getting RSSI, etc).
View file |
---|
name | Xbee900DocsXbee900-ATCommands.pdf |
---|
height | 150 |
---|
|
View file |
---|
name | Xbee900DocsXbee900-ApiFrameStructuresApiFormat.pdf |
---|
height | 150 |
---|
|
Transmit Operations
...