Example for XBeeAPI; a little more involved than XBeeApiSimpleBroadcastExample with report on failure to set up the XBee and on the transmit status of the message.
Dependencies: XBeeApi XBeeApiSimpleBroadcastExample mbed
Fork of XBeeApiSimpleBroadcastExample by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:481ec3d3737f | 2014-07-05 | johnb | Update to report failure of xbeeSetNetworkTypeP2P() call |
4:4c6644fd040b | 2014-06-27 | johnb | Based on XBeeApiSimpleBroadcastExample, a slightly more involved version which reports failure to set up the XBee and on the transmit status of the message. |
3:8fea787c2199 | 2014-03-28 | johnb | Correct condition in error check |
2:a553ea23194b | 2014-03-25 | johnb | Use frame of type XBeeApiTxFrame rather than XBeeApiTxFrameEx |
1:953e5affd67a | 2014-03-25 | johnb | Use some defines/consts to make the code more readable |
0:99422855f301 | 2014-03-25 | johnb | Initial version - simple program to set up an XBee, a P2P network and transmit a frame. |