Hello,
I have connected Esp 01 via uart converter to the computer. And I enter in the serial monitor the following commands:
-AT
OK
-AT CWMODE=1
OK
-AT CIPMODE=0
OK
-AT CIPMUX=1
OK
-AT CWJAP="name of device", "password"
Connected
-AT CIPSERVER=1,80
OK
-AT CIFSR. (I check ip and paste in browser)
I get response about device connection and IPD number
-AT CIPSEND=0,36
OK
>
I am sending the page now:
<html><body>Hello World</body></html>
or
-AT CIPSEND=0,4
OK
>
Test
After both two I get a message
SEND
I close it
AT CIPCLOSE=0
OK
I the problem is that nothing happens or changes in the browser. And according to a tutorial on YT it should be displayed.
I have connected Esp 01 via uart converter to the computer. And I enter in the serial monitor the following commands:
-AT
OK
-AT CWMODE=1
OK
-AT CIPMODE=0
OK
-AT CIPMUX=1
OK
-AT CWJAP="name of device", "password"
Connected
-AT CIPSERVER=1,80
OK
-AT CIFSR. (I check ip and paste in browser)
I get response about device connection and IPD number
-AT CIPSEND=0,36
OK
>
I am sending the page now:
<html><body>Hello World</body></html>
or
-AT CIPSEND=0,4
OK
>
Test
After both two I get a message
SEND
I close it
AT CIPCLOSE=0
OK
I the problem is that nothing happens or changes in the browser. And according to a tutorial on YT it should be displayed.