Sim800L-Arduino-Library-revised icon indicating copy to clipboard operation
Sim800L-Arduino-Library-revised copied to clipboard

Can it be made to work with ESP32? request / not an issue

Open mandgeo opened this issue 3 years ago • 3 comments

I'm searching for a library that can be used with ESP32 and a gsm module (not a real sim900l, but seems to work like it). Your library seems to make esp talk with my module, but not in the correct way. Example. getInformation.ino. It pulls some response from the module , but in a fragmented way. get product info prints ATI (the AT command sent to device), operator list prints one word from the response and operator the other word. I've tried to change readSerial from char by char reading to readStringUntil, but with no succes. I'm using one of the hardware ports of esp.

Thanks!

mandgeo avatar Mar 31 '21 08:03 mandgeo

Yes, with a little bit of effort it can be made compatible with ESP32 by defining specific behaviors for that device between include guards within .h and .cpp files. Unfortunately, I don't have much time. Thank you for your interest.

vittorioexp avatar Apr 07 '21 06:04 vittorioexp

Yes, I was also planning to use the library with ESP32 and it didn't work. There are a lot of people here waiting for a fix :)

vvzvlad avatar May 13 '22 15:05 vvzvlad

If you solved the issues feel free to submit it with a pull request

vittorioexp avatar Oct 12 '22 14:10 vittorioexp