Page 1 of 1

HTTPS UPDATES

Posted: Thu Nov 12, 2020 5:35 pm
by gfia2000
Hi! I'm looking for this:

https://github.com/espressif/arduino-es ... OTA_Update

But I have a question:

Is it a good solution? I read the previously solution and it was stable.

The previously solution:

https://github.com/suculent/esp32-http-update

Thanks!

Re: HTTPS UPDATES

Posted: Thu Nov 12, 2020 9:25 pm
by Spile2
I use and can recommend ElegantOTA and ASyncElegantOTA

Re: HTTPS UPDATES

Posted: Fri Nov 13, 2020 1:30 pm
by gfia2000
Hi! Thank's u for the answer. I have the next context:

I will create an interface in which I can program a ESP32 around the world using my own web server (business) like a P2P.

The steps will be the next:

1- The client connect the esp32 in a local server (for example) in Spain.
2- I charge an update into my server.
3-The client clicks "update" button.
4-The esp32 generate a petition to the "version" page.
5-If the version is different from the current one then it goes to step 6 else, it shows an message like "Your device is alredy update".
6-The esp32 generate a petition at .bin file direction.
7-The esp32 restarts and when the client connect again with your device, the esp32 shows "the controller is now update to the XX version".