How to send Data from GSM module(SIM800A) to my chhanel Thingspeak i try this AT commands but not responding.

6 visualizaciones (últimos 30 días)
I use the SIM800A module with FTDI and send AT command from Putty terminal
and all commands work properly but in my channel does not update.
alway get Error like This i try following commands
+HTTPACTION: 1,601,0
AT+CPIN?
AT+CGREG?
AT+COPS?
AT+CSQ
AT+CGATT=1
AT+SAPBR=3,1,"Contype","GPRS"
AT+SAPBR=3,1,"APN","airtelgrps.com"
AT+SAPBR=1,1
AT+SAPBR=2,1
AT+HTTPINIT
AT+HTTPSSL=1
AT+HTTPPARA="PROIP","202.56.231.117"
AT+HTTPPARA="PROPORT","8080"
AT+SAPBR=3,1,"USER",""
AT+SAPBR=3,1,"PWD",""
AT+HTTPPARA="CID",1
AT+HTTPPARA="URL","https://api.thingspeak.com/update"
AT+HTTPDATA=33,10000
api_key=O2IY40XEUBA48R2V&field1=1
AT+HTTPACTION=1

Respuesta aceptada

vishal sinha
vishal sinha el 27 de Oct. de 2020
Editada: Vinod el 29 de Oct. de 2020
AT
AT+SAPBR=3,1,"CONTYPE","GPRS"
AT+SAPBR=3,1,"APN","airtelgprs.com"
AT+SAPBR=1,1
AT+SAPBR=2,1
AT+HTTPINIT
AT+HTTPPARA="CID",1
AT+HTTPPARA="URL","api.thingspeak.com/update"
AT+HTTPDATA=35,10000
api_key=CHANNELAPIKEY&field1=700
AT+HTTPACTION=1
AT+HTTPTERM
AT+SAPBR=0,1

Más respuestas (1)

Vinod
Vinod el 10 de Dic. de 2019

Comunidades de usuarios

Más respuestas en  ThingSpeak Community

Categorías

Más información sobre ThingSpeak en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by