Page 1 of 1

OTA through GSM.

Posted: Thu Jan 28, 2021 6:13 am
by JohnSmith1155
Hello,
I have implemented OTA on ESP32 through WiFi by setting up server on ESP32, and also through WiFi by using http.

Now I want to do OTA with http but through GSM network.

I have implemented ESP32 + SIM800L module communication to the cloud, so my GSM connection is good.

Can any one please let me know of an example for OTA on ESP32 through GSM?

Thankyou.

Re: OTA through GSM.

Posted: Thu Jan 28, 2021 10:05 am
by willemmerson
There is no difference between doing it through GSM or wifi or ethernet, any http functions including OTA will just use whatever interface is configured.
You should just have to run esp_https_ota(&config) somewhere in your app and it will work.

Re: OTA through GSM.

Posted: Tue Apr 19, 2022 9:55 am
by Jagadish m
hi,
This is jagadish i"m also doing the same project. sir will you please send me the full details of project with code. im trying last few days i did't get....