Hello, i bought the 3G/GPRS shield for Arduino and I’m trying the HTTP tutorial from your site, but it’s not working! Any suggestions? and how to know that it's working correctly or not?
The tutorial:
https://www.cooking-hacks.com/documenta ... al/#step15The following output appears on the serial monitor:
Starting...
AT
AT+CPIN=0000
AT+CREG?
AT+CGSOCKCONT=1,"IP","zain"
AT+CSOCKAUTH=1,1,"zain","zain"
AT+CHTTPACT="test.libelium.com",80
GET /test-get-post.php?a=1&b=2 HTTP/1.1
Host: test.libelium.com
Content-Length: 0
120202
http_status: 3
AT+CHTTPACT="test.libelium.com",80
GET /test-get-post.php?a=1&b=2 HTTP/1.1
Host: test.libelium.com
Content-Length: 0
8922
HTTP data:
AT+CHTTPACT="test.libelium.com",80
GET /test-get-post.php?a=1&b=2 HTTP/1.1
Host: test.libelium.com
Content-Length: 0
9757
HTTP data:
AT+CHTTPACT="test.libelium.com",80
GET /test-get-post.php?a=1&b=2 HTTP/1.1
Host: test.libelium.com
Content-Length: 0
PS: the module worked correctly for the SMS tutorial.
Thanks in advance.