espressif / esp-thread-br

Espressif Thread Border Router SDK
Apache License 2.0
114 stars 25 forks source link

thread node OTA (TZ-1249) #108

Closed briansuyu closed 3 weeks ago

briansuyu commented 3 weeks ago

Checklist

Issue or Suggestion Description

Is there an exsample of how to do an OTA to any thread node from a local network computer when a thread network is formed through BR?

chshu commented 3 weeks ago

OTA is kind of an application feature, you may refer to https://github.com/espressif/esp-idf/tree/master/examples/system/ota for the common OTA examples.