Looking for FOTA to update firmware with wi-fi over internet (ESP32)

I have tried ArduinoOTA and AsyncElegantOTA and they work, but only when you are in the same wi-fi as ESP32.

I need to update ESP32 firmware "remotely" meaning when I'm not in the same local wi-fi network as ESP32.

Has this been done yet for Arduino?

Thanks,
Tipo

the HTTPUpdate library bundled with the esp32 Arduino core

Just found this option: Update ESP32 Firmware through External Web Server | Microcontroller Tutorials

Do you have experience on that? Looks like it should work...

that is what the HTTPUpdate library does

There are few libraries with similar names. Which is the right one?

bundled with the core.

Got it working, thanks!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.