aleshmahajan
Newbie level 1
Hello,
I am using SIM808 in a project for a while and have this set of AT commands in use:
which worked fine until I started getting problem with AT+SAPBR=1,1 which replies with an OK but the netlight starts blinking (According to datasheet it represent GPRS data transmission in process).:-|
Tried:bang::
Suggestion are welcomed. Thank You
I am using SIM808 in a project for a while and have this set of AT commands in use:
Code:
AT
AT+CREG?
AT+CGATT?
AT+SAPBR=3,1,"Contype","GPRS"
AT+SAPBR=3,1,"APN","airtelgprs.com"
AT+SAPBR=1,1
AT+HTTPINIT
which worked fine until I started getting problem with AT+SAPBR=1,1 which replies with an OK but the netlight starts blinking (According to datasheet it represent GPRS data transmission in process).:-|
Tried:bang::
- reset
- upgrade the SIM808 firmware(with and without user memory erase)
- Changed the module itself
- verified with 3 different SIM cards(Airtel, Airtel, TATADOCOMO: networks in India)
Suggestion are welcomed. Thank You
Last edited by a moderator: