Replies: 1 comment
-
Assumptions:
Depending on the requirements, there are several approaches one could take:
|
Beta Was this translation helpful? Give feedback.
-
Assumptions:
Depending on the requirements, there are several approaches one could take:
|
Beta Was this translation helpful? Give feedback.
-
Hi I am trying to enable OTA for a Raspberry Pi 3+, using the Device Update Service from Azure IoT Hub. I am following the tutorial available here: https://learn.microsoft.com/en-us/azure/iot-hub-device-update/device-update-raspberry-pi
I am able to complete the tutorial and get the device connected and ready to receive updates from the Azure IoT Hub. My question is, basically, how can I modify the "functions" that my Raspberry Pi is running?
For example, a basic blink function that will turn on and off the LED of the board on a given frequency, for example, Program 1, blinks 2 times per second. And now I want to change my configuration to blink only 1 time per second, using the Azure Device Update Service.
Taking the file from: https://github.com/Azure/iot-hub-device-update/releases. Can you guide me on what has to be modified in order to add new functionalities or change the current functionalities to the updated image on the Raspberry Pi? Keeping the connectivity and availability for new updates from the Azure IoT Hub.
Beta Was this translation helpful? Give feedback.
All reactions