Function for Arduino SIM800Init() is function of initializing SIM800l After initialize ,module can get information form Internet,via command : mySerial.write("AT+HTTPACTION=0\r"); mySerial.write("AT+HTTPREAD=1,14\r"); the delay() function is necessary and the" while(mySerial.available())mySerial.read(); "is also important. Identify the information via '#': Starting from '#' End from '#' the information length is 10 (char) //SIM800 TX is connected to Arduino D8 #define SIM800_TX_PIN 8 //SIM800 RX is connected to Arduino D7 #define SIM800_RX_PIN 9
-
Notifications
You must be signed in to change notification settings - Fork 2
umview/Arduino
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Other 100.0%