0
votes

I have an instrument which has USB output. My application will connect the instrument over COM port and read/write the data. Instrument has Bluetooth module as well, Bluetooth will help to upgrade the firmware. I'm migrating to Azure IoT Hub. Now my application is capable of sending message to IoT Hub. Now I want to send firmware to Device (in my case it's not direct edge device, application will receive the command/firmware and then send it to the instrument/device). I tested Cloud to Device it's working fine, however I don't know how to push firmware from Azure IoT hub. Any suggestion please.

I have tested Azure IoT Hub "Cloud to Device" it's working fine.

1

1 Answers

1
votes

Here is a complete tutorial/sample on how you could do Over the Air Update with IoT Hub: https://docs.microsoft.com/en-us/azure/iot-hub/tutorial-firmware-update

Of course, the exact implementation depends on lot on your actual devices.