从 Azure IoT 集线器升级固件

Firmware upgrade from Azure IoT HuB

我有一个有 USB 输出的仪器。我的应用程序将通过 COM 端口和 read/write 数据连接仪器。仪器也有蓝牙模块,蓝牙可以帮助升级固件。我正在迁移到 Azure IoT 中心。现在我的应用程序能够向 IoT 中心发送消息。现在我想将固件发送到设备(在我的例子中它不是直接边缘设备,应用程序将接收 command/firmware 然后将它发送到 instrument/device)。 我测试了 Cloud to Device 它工作正常,但我不知道如何从 Azure IoT 中心推送固件。有什么建议吗

我已经测试了 Azure IoT 中心 "Cloud to Device" 它工作正常。

这里是关于如何使用 IoT 中心进行无线更新的完整 tutorial/sample:https://docs.microsoft.com/en-us/azure/iot-hub/tutorial-firmware-update

当然,具体的实现取决于您的实际设备。