Reputation: 1
My project is to send data to ThingSpeak server using GSM module. I had successfully send data to server using Sim900 module. Now due to some reason I need to migrate Sim900 to A7672S GSM. Now I am testing the same AT command with my new GSM. Unfortunately it doesn't work.I had searched all over the Internet I didn't get any solution. Can anyone have idea to resolve my problem. Here's the AT command I used in Sim900:
AT
AT+SAPBR=3,1,"Contype","GPRS"
AT+SAPBR=3,1,"APN","www"
AT+SAPBR =1,1
AT+SAPBR=2,1
AT+CIPSHUT
AT+CIPSPRT=0
AT+CIPSTART="TCP","api.thingspeak.com","80"
AT+CIPSEND=100
GET https://api.thingspeak.com/update?api_key=IUDQK1RVPI78YSBA&field1=23.7
Only AT I got OK , Remaining commands I got Error
I would like to know if there is any Alternative AT commands for ThingSpeak Server. And also I had no choice to change the A7672S module.
Upvotes: 0
Views: 329