Page 1 of 1
OTP upgrade in ESP-IDF mesh
Posted: Thu Nov 12, 2020 10:22 am
by markevens
in esp-idf 4.0.1 any example of OTA upgrade in Mesh network anything like Mupgrade.
Re: OTP upgrade in ESP-IDF mesh
Posted: Wed Nov 25, 2020 8:08 am
by markevens
I have made mesh network using esp-idf and want to give ota firmware update to any connected device.
for this i use idea that first root node call https server for get firmware and received packet send to connected node. so that this node store firmware in ota partition and after reboot new firmware start executing.
But for this idea i need way or idea to stream data in mesh network between root to node.
So there is any good way or idea for it ?????????
Re: OTP upgrade in ESP-IDF mesh
Posted: Sat Nov 28, 2020 3:38 am
by markevens
Somebody please help.......

Re: OTP upgrade in ESP-IDF mesh
Posted: Thu Dec 03, 2020 11:31 am
by markevens
can anyone just simply tell me this possible or not ?
Re: OTP upgrade in ESP-IDF mesh
Posted: Thu Feb 25, 2021 9:00 pm
by phille
Did you solve this problem? I’m also looking for a solution to this.
Re: OTP upgrade in ESP-IDF mesh
Posted: Fri Feb 26, 2021 4:18 am
by WardMas
Hi,
You can initialize one of your devices as BT SPP when it enters update mode lets say when pressing on a button. At that moment connect a smartphone to that device and start streaming your bin file over BT classic. you will need to be receiving the bin file data by CPU0 and writing to OTA partition using CPU1