11## 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
55
6- Go to arduino IDE Sketch >> Import Library >> add library... Select the folder Sim800l
6+ Go to arduino IDE Sketch >> Import Library >> add library... Select the folder Sim800l-revised
77
88OR
99
@@ -32,6 +32,10 @@ setSleepMode(bool)|true or false|enable or disable sleep mode
3232getSleepMode()|true or false|return sleep mode
3333setFunctionalityMode(number)|true or false|set functionality mode
3434getFunctionalityMode()|true or false|return functionality mode
35+ setPIN(String)|true or false|
36+ getProductInfo()|String|return product identification information
37+ getOperatorsList()|String|return the list of operators
38+ getOperator()|String|return the currently selected operator
3539sendSms(number,text)|true or false|parameters must be Strings.
3640readSms(index)|String|index is the position of the sms in the prefered memory storage
3741getNumberSms(index)|String|returns the number of the sms.
@@ -47,14 +51,3 @@ RTCtime(int *day,int *month, int *year,int *hour,int *minute, int *second)|None|
4751dateNet()|String|Return date time GSM
4852updateRtc(utc)|true or false|Return if the rtc was update with date time GSM.
4953____________________________________________________________________________________
50-
51- You can regulate the voltage to the desired with this, is not the best,
52- but for start it's easy.
53-
54- ![ alt text] ( https://github.com/cristiansteib/Sim800l/blob/master/images/power_supply.png " LM317 ")
55-
56-
57-
58- For the ** reset pin** they need NPN transistor, this is an example circuit that you can use.
59-
60- ![ alt text] ( https://github.com/cristiansteib/Sim800l/blob/master/images/RESET.png " reset_circuit ")
0 commit comments