Post topics, source code that relate to the Arduino Platform

User avatar
By NetJaro
#37658 Hi!

I need help with my ESP8266.
I send AT commands by serial monitor in Arduino IDE, ESP8266 connect by USB.

There are the commands what I use:

Code: Select allAT+CWMODE=1
AT+CIPMODE=0
AT+CIPMUX=1
AT+CWJAP="dom","dom"
AT+CIPSTART=3,"TCP","192.168.0.101",8080

AT+CIPSEND=3,37

GET / HTTP/1.1\n\rHost: 192.168.0.101\n\r


Firmware: 0020000903

Thanks for help!