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 and mbed serial port. The RS232 port is connected to the DIN, DOUT pins on the mDot.
Example setup for serial io:
Serial serial(PA_2, PA_3) // connection to RS232 port Serial pc(PA_9, PA_10) // connection to USB mbed port
Code Samples¶
[Repository '/teams/MultiTech/code/mdot-hackathon-library-example/' not found]
[Repository '/teams/MultiTech/code/MTS_LoRaMac/' not found]