Two way data over LoRaWAN using Multitech mDot

Dependencies:   libmDot-mbed5

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.

Changes

RevisionDateWhoCommit message
4:0fd5e5e121ea 2017-01-04 Jan Jongboom Retry OTA join when fails during startup default tip
3:ac5101a47080 2017-01-03 Jan Jongboom Update to mbed OS 5.1
2:ff17ce021cfb 2017-01-03 Jan Jongboom Switch to OTA
1:b604a2d6c54d 2017-01-03 Jan Jongboom Update README
0:20fbd6f66b11 2017-01-03 janjongboom Initial commit