Skip to content

Releases: vittorioexp/Sim800L-Arduino-Library-revised

1.1.9

06 Feb 16:12
b4322b3
Compare
Choose a tag to compare

Improved SMS receiving, from @sekyHC

1.1.8

24 Dec 09:45
0f34871
Compare
Choose a tag to compare

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

1.1.7

15 Nov 07:57
1c992b4
Compare
Choose a tag to compare

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

20 Oct 08:28
5b52e4b
Compare
Choose a tag to compare

Fix

Waiting for CMGS when sending the message

#20

Thanks to @sekyHC

1.1.5

10 Sep 11:19
Compare
Choose a tag to compare

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

03 Sep 10:43
Compare
Choose a tag to compare

Fix

Fixed function callNumber(). Thanks to user TomaszJuszczuk

1.1.3

20 May 20:33
Compare
Choose a tag to compare

Minor update

Small edit on GSM Location - method calculateLocation();

1.1.2

19 May 12:16
Compare
Choose a tag to compare

Bug fix

SoftwareSerial bug fixed

1.1.1

28 Dec 11:06
Compare
Choose a tag to compare

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