You are viewing an older revision! See the latest version
Using MultiTech UDK for mDot Dev
The MultiTech UDK can be used to program an mDot with custom firmware. The MTS_LoRaMac radio library provides communication through MultiTech Conduit routers to the M2X platform. The mdot-hackathon-library-example provides a starting point to create firmware to run directly on the mDot hardware.
Attached a USB cable to provide power to the board. The RS232 port is connected to the DIN, DOUT pins on the mDot.
Example setup for serial io:
Serial serial(PA_2, PA_3) Serial pc(PA_9, PA_10)
Code Samples¶
[Repository '/teams/MultiTech/code/mdot-hackathon-library-example/' not found]
[Repository '/teams/MultiTech/code/MTS_LoRaMac/' not found]