Arduino-SIM800L-driver icon indicating copy to clipboard operation
Arduino-SIM800L-driver copied to clipboard

Library supported in ESP32 or not?

Open SurajitGithub1234 opened this issue 2 years ago • 1 comments

Will this library supports ESP32?

SurajitGithub1234 avatar May 23 '22 11:05 SurajitGithub1234

I tried to get the firmware version of the SIM800L module with the AT Command: AT+GMR and I got this response: Revision:1418B04SIM800L24. Can this module access HTTPS with this firmware variant?

SurajitGithub1234 avatar May 23 '22 11:05 SurajitGithub1234

Hi @SurajitGithub1234,

As stated in https://github.com/ostaquet/Arduino-SIM800L-driver/issues/4, the library doesn't support ESP8266 due to the watchdog. I'm expecting this is the same problem with the ESP32.

Regarding the revision of your module, everything is explained. All revisions are supported by the lib. As stated in the README.md, you need the R14 to have the HTTPS but notice the security concerns about the SSL layer in the README.md.

KR

ostaquet avatar May 05 '23 05:05 ostaquet