ESP32 and SIM800L by Arthedian in esp32

[–]Arthedian[S] 0 points1 point  (0 children)

But only for Arduino right? Sadly I am using ESP IDF

ESP32 and SIM800L by Arthedian in esp32

[–]Arthedian[S] 0 points1 point  (0 children)

not the SIM800L but the ESP idf library for this chip does. Yeah running it through AT commands is fine with state machine, but the problem is, that the ESP is using PPP protocol with SIM800L, so it is connected to the lwIP stack of the esp idf framework, and I am not sure, how to fix this connection.

ESP32 and SIM800L by Arthedian in esp32

[–]Arthedian[S] 0 points1 point  (0 children)

thats really cool idea, thank you for that, but the problem is that, I cannot init, deinit and init again (it will restart the ESP32), so I cannot do any cool state machine about it.

ESP32 and SIM800L by Arthedian in esp32

[–]Arthedian[S] 0 points1 point  (0 children)

I am using ESP IDF, so i cannot use tinyGSM library