Skip to content

Commit f639320

Browse files
authored
Add files via upload
1 parent 7d6aff2 commit f639320

File tree

6 files changed

+877
-591
lines changed

6 files changed

+877
-591
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Library SIM800l Module for Arduino UNO
22
The 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

88
OR
99

@@ -32,6 +32,10 @@ setSleepMode(bool)|true or false|enable or disable sleep mode
3232
getSleepMode()|true or false|return sleep mode
3333
setFunctionalityMode(number)|true or false|set functionality mode
3434
getFunctionalityMode()|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
3539
sendSms(number,text)|true or false|parameters must be Strings.
3640
readSms(index)|String|index is the position of the sms in the prefered memory storage
3741
getNumberSms(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|
4751
dateNet()|String|Return date time GSM
4852
updateRtc(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

Comments
 (0)