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

Hello I've the following Code: ```c #include #include #define RX 15 #define TX 14 Sim800L GSM(RX, TX); void setup(){ Serial.begin(9600); GSM.begin(9600); Serial.println("GET PRODUCT INFO: "); Serial.println(GSM.getProductInfo()); } void loop(){ }...

Hoping that this can be added, there is a way that you can make a HTTP Request: https://how2electronics.com/send-gsm-sim800-900-gprs-data-thingspeak-arduino/