We’re trying to get the azure IoT client running on the Dragonfly module. The example code we’re using is from this URL: https://developer.mbed.org/users/AzureIoTClient/code/remote_monitoring/
This code is for the FRDM-K64F platform. We’ve modified it to compile for the Dragonfly module, and we can sort of get it to run, but it doesn’t run correctly. It almost seems like the clock rate is set incorrectly, as debug messages do not get printed at the correct baud rate.
We suspect the problem may be related to a conflict with the mbed library for the Dragonfly and the mbed-rtos package that we have to import to get the Azure libraries to compile.
Is there anyone available that could help us figure out how to get this example project to run on the Dragonfly?