Library for LoRa communication using MultiTech MDOT.

Dependents:   mDot_test_rx adc_sensor_lora mDotEVBM2X mDot_AT_firmware ... more

You are viewing an older revision! See the latest version

Homepage

Function documentation is in mDot.h

Warning

NOTICE: Using libmDot with an existing application may require a change in the MacEvent handler!

In AT Command Firmware open CommandTerminal/CommandTerminal.cpp at the end of the file remove the following line.

CommandTerminal/CommandTerminal.cpp

        delete[] info->RxBuffer;

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


All wikipages