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

The SIM800L Arduino Library is a simple and easy-to-use library for the SIM800L module, allowing for quick and efficient communication with the module using the Arduino platform.

Results 23 Sim800L-Arduino-Library-revised issues
Sort by recently updated
recently updated
newest added

I noticed that sim800l provides keypad interface. Is this supported? is there any tutorial how to connect 5x5 key matrix?

Hello, Thanks for the library for the SIM900. But I have a question and I hope you can help me. I want to join a meeting at Zoom (https://zoom.us/) via...

Hello, if I define "GSM.setFunctionalityMode(0)", the SIM800L will be in Power down mode? Is this the power down mode defined in page 60 of the datasheet in which the module...

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...

Arduino nano rp2040 foes not have software serial library implementation. How can use this library witj Serial1? The main problem is that sim800 is a class derived from softwareserial...

I used the included example today: ```` GSM.begin(9600); text="Testing Sms"; //text for the message. number="+49171326*******"; //change to a valid number. error=GSM.sendSms(number,text); ```` Instead of just: ```` Tesing Sms ```` I...

Hello :) Is there a plan to add a function that will show which number is ringing? That would be very helpful. Thank you!

Hi, The library does not support all the functions I'd like to implement. How can I interact with the SIM800 by sending AT commands and geting the answsers back ?

Hi, how i can change the software for working with hardware serial? THx

I've connected my arduino nano to sim800l in a correct order but the LED on sim800l didn't turn on, and also the sim800l was heated a little. (I used a...