Hi Everyone,
I am using A6 module on the ARDUINO UNO board,
I am able to send the commands through the serial monitor, and receive the response.
Now the thing is that I want to connect to the GPS and receive the data from the server.
I have followed these steps to configure it.
at
OK
at
OK
at+cipstart="tcp",www.google.com,80
+CME ERROR:53
at+creg?
+CREG: 1,1
OK
at+cgatt?
+CGATT:0
OK
at+cgatt=1
OK
at+cipstatus
+CIPSTATUS:0,IP INITIAL
1,IP INITIAL
2,IP INITIAL
3,IP INITIAL
4,IP INITIAL
5,IP INITIAL
6,IP INITIAL
7,IP INITIAL
OK
at+cgdcont="airtelgprs.com","",""
+CME ERROR:53
at+cstt=?
+CSTT: "APN", "USER", "PWD"
OK
at+cstt="airtelgprs.com","",""
OK
at+ciicr
OK
at+cifsr
100.64.84.193
OK
at+cipstart="tcp",www.google.com,80
+CME ERROR:53
at+cipstart="TCP",www.google.com,80
CONNECT OK
OK
AT+CIPSEND
qwert
at+cipclose
+TCPCLOSED:0
OK
at
After this there is no response from the server.
Can I please know where I am going wrong and also the steps for the connection to the internet and receive the response.
Thanks
Srujani