SX1276 Ping Pong FHSS Demo Application
Ping-Pong demo application using FHSS (Frequency Hoping Spread Spectrum) between two SX1276MB1xAs demo board.
Application demonstrating simple Tx/Rx between two boards. By default, each board starts as a "master" and will transmit a "Ping" message, and then wait for an answer. The first board receiving a "Ping" message will become a slave and answer the "master" with a "Pong". The Ping-Pong is then started...
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:235854d4b0c4 | 2017-04-24 | mluis | WARNING: Radio API timings changed from micro-seconds to milliseconds; ; Updated SX1276Lib and mbed libraries to the latest versions |
5:b07ae0f2ae05 | 2015-11-26 | mluis | Updated radio library |
4:cd44376a1408 | 2015-11-26 | mluis | Adapted application to new version of SX1276Lib radio driver |
3:99bd9ae6906f | 2014-12-16 | mluis | Updated according to radio library API change |
2:b03bdfedfafa | 2014-10-13 | GregCr | Update of main.cpp |
1:41b10c760ff2 | 2014-09-23 | GregCr | Functional |
0:db48addeabda | 2014-09-19 | GregCr | First commit |