Sim800L Arduino Library Revised Versions Save

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.

v1.1.9

3 years ago

Improved SMS receiving, from @sekyHC

v1.1.8

3 years ago

fix: GSM have to be uppercase (example program) credits to @OBrown92

1.1.7

3 years ago

Major fixes

  1. Changed how SMS receiving is handled (thanks to @sekyHC )
  • prepareForSmsReceive will configure everything needed
  • checkForSms will return index of received sms
  • user should increase SoftwareSerial RX buffer to use this
  1. Update url in library.properties (thanks to @njh )

1.1.6

3 years ago

Fix

Waiting for CMGS when sending the message

https://github.com/VittorioEsposito/Sim800L-Arduino-Library-revised/pull/20

Thanks to @sekyHC

1.1.5

6 years ago

Fix

Use correct separator in keywords.txt

The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted.

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords

Thanks to @per1234

1.1.4

6 years ago

Fix

Fixed function callNumber(). Thanks to user TomaszJuszczuk

1.1.3

6 years ago

Minor update

Small edit on GSM Location - method calculateLocation();

1.1.2

6 years ago

Bug fix

SoftwareSerial bug fixed

1.1.1

7 years ago

Arduino library for Sim800L v 1.1.1

Minor update

Added GSM Location functionality

Methods

bool calculateLocation(); String getLocationCode(); String getLongitude(); String getLatitude();

Examples

GSM_Coordinates.ino