The use of the ESP8266 in the world of IoT

User avatar
By rakesh.rajbhar
#61265 i am trying to send data on thingspeak.com
i am following the below commands
AT+CIPMUX=1


AT+CIPSTART=4"TCP","184.106.153.149",80

AT+CIPSEND=4,50 //i have tried with exact characters also but not working so i have taken 50 for number of characters

GET /update?key=IFHKMTNS05DJUFID&field1=45

using this commands i have to send get request back to back two times.and after that also it working sometimes only
please help