Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libmDot-dev-mbed2-deprecated mbed-rtos mbed
Fork of mDot_LoRa_PEER_TO_PEER by
This example will setup a peer to peer node, copy program to two dots Uplink packets will be sent every 5 seconds, however communication is half-duplex An mDot cannot receive while transmitting
This example also demonstrates asynchronous receive through libmDot using the event framework.
Received packets will be sent to the Serial port on pins 2 and 3 baud rate for serial ports is set to 115200
Diff: main.cpp
- Revision:
- 7:30602a4a9902
- Parent:
- 6:ebaf55285f73
- Child:
- 8:3336880e91d6
--- a/main.cpp Fri Jul 15 13:55:27 2016 +0000 +++ b/main.cpp Sat Aug 06 13:34:45 2016 +0000 @@ -7,7 +7,8 @@ #include <algorithm> // This example will setup a peer to peer node, copy program to two dots -// Uplink packets will be sent every 5 seconds +// Uplink packets will be sent every 5 seconds, however communication is half-duplex +// An mDot cannot receive while transmitting // Received packets will be sent to the Serial port on pins 2 and 3 // baud rate for serial ports is set to 115200
