Files
-
/
-
counter-i2c / eagle / counter.brd
-
counter-i2c / eagle / counter.sch
-
counter-i2c / eagle / designBlock / gate.brd
-
counter-i2c / eagle / designBlock / gate.sch
-
gas-i2c / eagle / gas.brd
-
gas-i2c / eagle / gas.sch
-
lcd-screen-i2c / eagle / lcd-screen.brd
-
lcd-screen-i2c / eagle / lcd-screen.sch
-
master-simple / eagle / simple.brd
-
master-simple / eagle / simple.sch
-
master / eagle / beemos-master.brd
-
master / eagle / beemos-master.sch
-
rpi3-shield / eagle / shield.brd
-
rpi3-shield / eagle / shield.sch
-
scale-i2c / eagle / hx711-RJ12-board.brd
-
scale-i2c / eagle / hx711-RJ12-board.sch
-
scale-i2c / eagle / scale-slave.brd
-
scale-i2c / eagle / scale-slave.sch
-
template-slave-i2c / eagle / slave-basic.brd
-
template-slave-i2c / eagle / slave-basic.sch
-
weather-i2c / eagle / meteo-slave.brd
-
weather-i2c / eagle / meteo-slave.sch
Last update 3 years 7 months
by
Luc Patiny
FilescommontestSIM800 | |
---|---|
.. | |
README.md | |
SIM800.ino |
README.mdTest GPRS connection
From https://elementztechblog.wordpress.com/2017/09/16/getting-location-from-gsm/
AT+CGATT =1 // to attach GPRS.
AT+SAPBR =3,1,”CONTYPE”,”GPRS” //activate bearer profile.
AT+SAPBR =3,1,”APN”,”RCMNET”
AT+SAPBR=1,1
AT+SAPBR=2,1
AT+CIPGSMLOC=1,1 //to get gsm location, time and date.
AT+CIPGSMLOC=2,1 //to get gsm time and date
AT+SAPBR =0,1 //to deactivate bearer profile.
Retrieve IP address
AT+SAPBR=2,1
Location and time
It should be possibl eto retrieve infomraiton aobut the location and the time directly
from the GPRS data using the command AT+CIPGSMLOC
.
AT+CIPGSMLO=1,1
to retrieve the timeAT+CIPGSMLO=2,1
to retrieve the location