Library for LoRa communication using MultiTech MDOT.

Dependents:   mDot_test_rx adc_sensor_lora mDotEVBM2X mDot_AT_firmware ... more

Function documentation is in mDot.h

Warning

Using libmDot 2.0.3 and above with an existing application may require a change in the MacEvent handler!
Compile applications with mbed v121 and mbed-rtos v116 libraries.

In AT Command Firmware remove line 803.

CommandTerminal/CommandTerminal.cpp

        delete[] info->RxBuffer;

Likewise, if your application is handling events from the library asynchronously.

Revision:
2:6385bf37bfe7
Parent:
1:9f30fbe9e9c1
Child:
3:5e805b567124
--- a/README.txt	Wed Jun 24 17:03:08 2015 -0500
+++ b/README.txt	Wed Jun 24 17:16:30 2015 -0500
@@ -12,6 +12,14 @@
 The following source code provides an example application which configures the mDot, connects to a
 MultiTech Conduit gateway with matching configuration, and sends data packets to the gateway.
 
+NOTE: All applications built using the mDot library must include mbed-src instead of mbed and must
+have the "newboards" beta token enabled.  This is to resolve a stack size issue that may be
+encountered otherwise.  A fix is on its way to the regular mbed library, but these extra steps are
+required until then.  To enable the "newboards" beta token, go to the page listed below, click
+enable, and completely refresh your online compiler.
+
+https://developer.mbed.org/betamode/?pre=newboards
+
 /**************
   SAMPLE CODE
 **************/