Azure IoT and M5Stack with M5Flow Blocky Python - D2C
Device to Cloud (D2C) with Azure IoT Hub I've been playing with the M5Stack Core2 devices and wanted to see how hard it would be to create a program that could send data to Azure without having to actually write any code. I used the M5Flow (blocky) graphical program builder. It includes common cloud blocks for Azure and AWS. The program sends sensor data to Azure IoT where it can be processed. I only verified the messages were received in Azure. Processing will be left for another time. There weren't a lot of samples out there. I hope this will help others can use this as a starting point. You can find a link to a video walkthrough down below. Azure IoT Hub Device-to-Cloud From the Microsoft guide https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-d2c-guidance When sending information from the device app to the solution back end, IoT Hub exposes three options: Device-to-cloud (D2C) messages for ti...