Two way data over LoRaWAN using Multitech mDot
This is example firmware for the Multitech mDot. It demonstrates how to:
- Do two-way data.
- Sleep aggressively and only wake up when the wake-up pin is triggered.
- Handle errors, retries and duty cycle errors.
- Cache data in non-volatile storage.
Based on mbed OS 5.1, hard faults against mbed OS 5.3 unfortunately. Can be compiled with GCC and ARMCC (but not IAR).
To do a new transmission, short pin D6 / PA_1.
History
Retry OTA join when fails during startup
2017-01-04, by Jan Jongboom [Wed, 04 Jan 2017 13:45:49 +0000] rev 4
Retry OTA join when fails during startup
Update to mbed OS 5.1
2017-01-03, by Jan Jongboom [Tue, 03 Jan 2017 17:25:01 +0000] rev 3
Update to mbed OS 5.1
Switch to OTA
2017-01-03, by Jan Jongboom [Tue, 03 Jan 2017 16:05:47 +0000] rev 2
Switch to OTA
Update README
2017-01-03, by Jan Jongboom [Tue, 03 Jan 2017 13:30:12 +0000] rev 1
Update README
Initial commit
2017-01-03, by janjongboom [Tue, 03 Jan 2017 13:20:36 +0000] rev 0
Initial commit