Home > other >  ESP8266 through in passthrough mode through the get method to send data to the web server
ESP8266 through in passthrough mode through the get method to send data to the web server

Time:10-11

Esp8266 connection to the cloud server now, want to GET the cloud data from sending a message to the cloud server, using the GET method, the specific data as follows, tested many times, but have not been successful, don't know whether I use this method doesn't work or send format has a problem, because the user-agent and exactly what is still questionable

CodePudding user response:

The AT command to add a carriage return

CodePudding user response:

Should put all the data in BUF, a unified call ESP8266_SendString sending data

CodePudding user response:

The AT + CIPSEND=number of bytes to send
Advice is good to send first the length of the data, once again to send,
Otherwise in the data sent to end, and the control signals of the sending end,

CodePudding user response:

The code can share?
  • Related