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.

History

Previous libmDot version "16:e4f80db195b6" has the wrong header files for mDot.h and mDotEvent.h. Use with mbed version 121 and mbed-rtos version 116. default tip

2016-11-18, by Leon Lindenfelser [Fri, 18 Nov 2016 11:10:04 -0600] rev 17

Previous libmDot version "16:e4f80db195b6" has the wrong header files for mDot.h and mDotEvent.h. Use with mbed version 121 and mbed-rtos version 116.


Update to version 1.0.8-revb-sleep-io-handled. Use with mbed version 121 and mbed-rtos version 116.

2016-11-18, by Leon Lindenfelser [Fri, 18 Nov 2016 10:29:43 -0600] rev 16

Update to version 1.0.8-revb-sleep-io-handled. Use with mbed version 121 and mbed-rtos version 116.


update libmDot to 2.0.3

2016-08-18, by jreiss [Thu, 18 Aug 2016 16:07:10 +0000] rev 15

update libmDot to 2.0.3


add other missing header

2016-04-04, by Mike Fiore [Mon, 04 Apr 2016 09:58:34 -0500] rev 14

add other missing header


add missing mDotEvent header

2016-04-04, by Mike Fiore [Mon, 04 Apr 2016 09:33:30 -0500] rev 13

add missing mDotEvent header


update to version 1.0.8-1

2016-04-04, by Mike Fiore [Mon, 04 Apr 2016 08:09:36 -0500] rev 12

update to version 1.0.8-1


update to version 1.0.7 of mDot library

2016-03-29, by Mike Fiore [Tue, 29 Mar 2016 10:18:28 -0500] rev 11

update to version 1.0.7 of mDot library


update libmDot to version 0.0.9-1

2015-09-10, by Mike Fiore [Thu, 10 Sep 2015 13:19:35 -0500] rev 10

update libmDot to version 0.0.9-1


update README, move files into new directory structure

2015-09-10, by Mike Fiore [Thu, 10 Sep 2015 13:16:42 -0500] rev 9

update README, move files into new directory structure


update version info in library, no other changes

2015-08-18, by Mike Fiore [Tue, 18 Aug 2015 09:11:29 -0500] rev 8

update version info in library, no other changes