Here is the code I sent through an ESP8266
AT+CIPSTART=4,"TCP","api.pushingbox.com",80
AT+CIPSEND=4,105
GET /pushingbox?devid=<my devid> HTTP/1.1\r\nHost: api.pushingbox.com\r\nConnection: close\r\n\r\nIt's been days and I can't still success it
Explore... Chat... Share...
AT+CIPSTART=4,"TCP","api.pushingbox.com",80
AT+CIPSEND=4,105
GET /pushingbox?devid=<my devid> HTTP/1.1\r\nHost: api.pushingbox.com\r\nConnection: close\r\n\r\nAT+CIPSEND=4,105
Hexor wrote:AT+CIPSEND=4,105
Have you replaced the 105 number with the correct number of byte? (becareful \r = 1 byte, so \r\n = 2 and not 4 byte)
Can you post your exact GET request ?
HSEROUT["GET /pushingbox?devid=<mydev-id> HTTP/1.1",10,13]
HSEROUT["Host: api.pushingbox.com",10,13]
HSEROUT["Cache-Control: no-cache",10,13]It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]