OTA programming of ESP32 using cellular connection with the SIM800

Markovicz
Posts: 4
Joined: Thu Aug 20, 2020 5:32 pm

OTA programming of ESP32 using cellular connection with the SIM800

Postby Markovicz » Wed Sep 30, 2020 8:12 am

Dear ESP32-fellows,

There are quite some tutorials for OTA programming of ESP32 with WIFI connection but I haven't seen one for cellular connection using popular modules like the SIM800.
A very good course is this one on Udemy:
https://www.udemy.com/course/advanced-esp32
Are there already ways to connect the ESP32 over cellular to OTA cloud services like Mongoose?

In particular, I have in mind using the board from lilygo:

https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800

Best and thank you!

PeterR
Posts: 621
Joined: Mon Jun 04, 2018 2:47 pm

Re: OTA programming of ESP32 using cellular connection with the SIM800

Postby PeterR » Wed Sep 30, 2020 12:06 pm

Of course, its just software ;)

The new ESP-NETIF interface makes it 'easy'er. You could create a new IF adaptor to your SIM800.
The SIM800 AT commands are not that complicated & there were lots of Ardunio examples when I last looked a couple of years ago. I started porting one but in the end wrote from scratch, what I found did not have proper error handling but was otherwise functional.

Once you have a new IF adaptor layer then it should be simple to swap over the latest ESP OTA Wifi example as the actual interface should have been requested using a character string.
& I also believe that IDF CAN should be fixed.

Markovicz
Posts: 4
Joined: Thu Aug 20, 2020 5:32 pm

Re: OTA programming of ESP32 using cellular connection with the SIM800

Postby Markovicz » Wed Sep 30, 2020 12:15 pm

Dear Peter,
A fast way of prototyping sth. would probably be using the TinyGSM library:
https://github.com/vshymanskyy/TinyGSM

I'm not sure if I can port the WiFi examples myself to cellular connection. It will take me a lot of time probably.

Eventually it is possible to create a webserver just like for the commmon WiFi OTA examples using cellular connection. The only remaining part would then to have mDNS for cellular IP.

Don't be hard on me, I'm just at the beginning of digging into OTA :)...

PeterR
Posts: 621
Joined: Mon Jun 04, 2018 2:47 pm

Re: OTA programming of ESP32 using cellular connection with the SIM800

Postby PeterR » Wed Sep 30, 2020 1:22 pm

Don't be hard on me, I'm just at the beginning of digging into OTA
Why should I treat you differently to anyone else? ;)

Yea; there is a bit of work. The main effort would be creating the NETIF adapter.
What are you using mDNS for?

I use mDNS adverts for Ethernet & it justs works using the STA recipe so I guess the component sends to all adapters.
The discovery protocol tells you which adaptor the service was discovered on, so that just works as well.
& I also believe that IDF CAN should be fixed.

Who is online

Users browsing this forum: Bing [Bot] and 93 guests