Page 1 of 1

Update ESP32 Firmware Over-the-Air (OTA Update)

Posted: Wed Sep 25, 2019 7:31 am
by faizi968
Hi everyone,
I have made a custom ESP32 WROVER32 based board. I have burned basic BLE sketch onto it and have checked that it can updated over-the-air via Arduino IDE. However, I want to do firmware update over the air without using Arduino IDE. Possibly through a custom made web sever or an android application. Can someone guide me how to implement this? Or is there any other possible method available so that I don't have to keep opening Arduino IDE everytime I want firmware update? Please help, I shall be very thankful

Warm Regards,

Re: Update ESP32 Firmware Over-the-Air (OTA Update)

Posted: Wed Sep 25, 2019 12:06 pm
by zekageri
You can update it from web.
Follow this example:
https://lastminuteengineers.com/esp32-o ... duino-ide/