whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.18k stars 221 forks source link

GSM , 2G and LTE support #370

Closed schmeckm closed 2 years ago

schmeckm commented 3 years ago

Does the development environment support GSM support like tinygsm? See example: https://github.com/vshymanskyy/TinyGSM It’s fundamental for IoT that this capability is supported

Markus

the0ne commented 3 years ago

I have already managed to integrate something like this, maybe it even was tinygsm. Don't remember exactly.

I had integrated the full networks interface. So everything was working as usual a after opening the GSM connection. All socket stuff working properly.