logo elektroda
logo elektroda
X
logo elektroda

ESP 01: Sending an HTML page to the browser via UART - AT commands, WiFi configuration

przemwa2003 660 0
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 20513347
    przemwa2003
    Level 1  
    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.
  • ADVERTISEMENT
ADVERTISEMENT