1- ## Library SIM800l Module for Arduino UNO
1+ ## Library Sim800L Module for Arduino UNO
22The Purpose of This library is to use the module in the most easy way and transparent.
3- Website: [ Sim800L library] ( https://github.com/VittorioEsposito/Sim800l -revised )
3+ Website: [ Sim800L library] ( https://github.com/VittorioEsposito/Sim800L -revised )
44
5+ Original version by: [ Cristian Steib] (https://github.com/cristiansteib )
56
6- Go to arduino IDE Sketch >> Import Library >> add library... Select the folder Sim800l-revised
7+
8+ Go to arduino IDE Sketch >> Import Library >> add library... Select the folder Sim800L-revised
79
810OR
911
10- Place the Sim800l library folder your arduinosketchfolder /libraries/ folder.
12+ Place the Sim800L library folder your ArduinoSketchFolder /libraries/ folder.
1113You may need to create the libraries subfolder if its your first library. Restart the IDE.
1214
1315
14- ## connections & pinouts
15- Arduino Uno | Sim800l | Notes
16+ ## connections & pinouts (DEFAULT)
17+ Arduino Uno | Sim800L | Notes
1618-------------|-------------|------------
1719+5v| (3.8v)~ (4.4v)!| Power supply input
182010 RX_PIN | TX |
@@ -26,8 +28,8 @@ GND | GND |
2628Name|Return|Notes
2729:-------|:-------:|:-----------------------------------------------:|
2830begin()|None|Initialize the library
29- begin(number)|None|Initialize the library
30- reset()|None|Reset the module,and wait to Sms Ready.
31+ begin(number)|None|Initialize the library with user's baud rate
32+ reset()|None|Reset the module, and wait to Sms Ready.
3133setSleepMode(bool)|true or false|enable or disable sleep mode
3234getSleepMode()|true or false|return sleep mode status
3335setFunctionalityMode(number)|true or false|set functionality mode
@@ -36,7 +38,7 @@ setPIN(String)|true or false|enable user to set a pin code
3638getProductInfo()|String|return product identification information
3739getOperatorsList()|String|return the list of operators
3840getOperator()|String|return the currently selected operator
39- sendSms(number,text)|true or false|parameters must be Strings.
41+ sendSms(number,text)|true or false|both parameters must be Strings.
4042readSms(index)|String|index is the position of the sms in the prefered memory storage
4143getNumberSms(index)|String|returns the number of the sms.
4244delAllSms()|true or false|Delete all sms
0 commit comments