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)
Mostrar comentarios más antiguos
jaydip kavaiya
el 10 de Dic. de 2019
Comentada: Martin Moucka
el 5 de Abr. de 2022
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
0 comentarios
Respuesta aceptada
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
1 comentario
Martin Moucka
el 5 de Abr. de 2022
WOW. Thank You so much! After 3 days of combinations AT commands of GPRS, TCPIP, HTTP I was already lost. :-(
Thank YOU ! :-)
Más respuestas (1)
Comunidades de usuarios
Más respuestas en ThingSpeak Community
Ver también
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!