I'm just using the serial monitor on the arduino IDE to manually send the following commands, and it replies to each : see attached screenshot. Once I have achieved success I would make an arduino programme. I am just unable to get past this point.
//set multiple connections
AT+CIPMUX=1
//open tcp connection
AT+CIPSTART=4,"TCP","54.86.132.254",80
//send number of characters characters
AT+CIPSEND=4,95
//push data
GET /input/<publickey>?private_key=<privatekey>&flow=30.00&temp=45.00 HTTP/1.1
//close connection
AT+CIPCLOSE=4
Now, I have spent a couple of days trying different things but my sparkfun stream still has nothing in it from my arduino.
Please help thanks,
Attachments
Capture.PNG (7.23 KiB) Viewed 2288 times