Hi,
I'm looking for some hints how to enable doing OTA to a node that is normally sleeping most of the time. Whilst sleeping the node can't receive messages from the controller so initiating OTA is difficult.
The node wakes up every 5mins to send a sensor update. I was thinking to then also get the node to request a value from the controller representing it's 'run mode'. The controller then sends a value and the node changes it's 'run mode' to this.
Such run modes could then be:
-
Normal RUN with sleep
-
RUN without sleep (OTA could be triggered)
-
STOP (waiting for OTA)
It would be nice to somehow standardize on this, I think other battery operated nodes have the same need. Controllers could then also standardize handling such 'run mode request' by if needed automatically switching the node to STOP - OTA mode and doing the OTA. On could then instruct the controller to upload a new firmware to the node as soon as it comes online (in my case every 5 mins).
Any other ideas or can this already be done in a standard way?
Please comment if you find this a useful feature as well. Then I could add it as a feature request
Kurt