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:
9:ebf682e616d0
Parent:
3:5e805b567124
--- a/README.txt	Tue Aug 18 09:11:29 2015 -0500
+++ b/README.txt	Thu Sep 10 13:16:42 2015 -0500
@@ -6,19 +6,9 @@
 
 License information can be found in the accompanying LICENSE file.
 
-The mDot header has documentation for all the public functions that will be useful to consumers of
-the library.
-
-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.
+The mDot header has documentation for all the public functions that will be useful to consumers of the library.
 
-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
+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.
 
 /**************
   SAMPLE CODE