Releases: vittorioexp/Sim800L-Arduino-Library-revised
Releases · vittorioexp/Sim800L-Arduino-Library-revised
1.1.9
06 Feb 16:12
Compare
Sorry, something went wrong.
No results found
Improved SMS receiving, from @sekyHC
1.1.8
24 Dec 09:45
Compare
Sorry, something went wrong.
No results found
fix: GSM have to be uppercase (example program)
credits to @OBrown92
1.1.7
15 Nov 07:57
Compare
Sorry, something went wrong.
No results found
Major fixes
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
Update url in library.properties (thanks to @njh )
1.1.6
20 Oct 08:28
Compare
Sorry, something went wrong.
No results found
Fix
Waiting for CMGS when sending the message
#20
Thanks to @sekyHC
1.1.5
10 Sep 11:19
Compare
Sorry, something went wrong.
No results found
1.1.4
03 Sep 10:43
Compare
Sorry, something went wrong.
No results found
Fix
Fixed function callNumber(). Thanks to user TomaszJuszczuk
1.1.3
20 May 20:33
Compare
Sorry, something went wrong.
No results found
Minor update
Small edit on GSM Location - method calculateLocation();
1.1.2
19 May 12:16
Compare
Sorry, something went wrong.
No results found
Bug fix
SoftwareSerial bug fixed
1.1.1
28 Dec 11:06
Compare
Sorry, something went wrong.
No results found
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