logo elektroda
logo elektroda
X
logo elektroda

ESP8266 as Access Point and web server - no page displayed

klon111 1089 6
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 18742585
    klon111
    Level 11  
    I searched and found nothing about a server on the ESP8266 I mean to give commands and receive no network , I did something but it does not display the page

    Code: Text
    Log in, to see the code
  • ADVERTISEMENT
  • ADVERTISEMENT
  • #3 18743441
    klon111
    Level 11  
    esp is supposed to be like a router
    There are examples but with a network . data are numbers and text and buton
  • ADVERTISEMENT
  • ADVERTISEMENT
  • #7 18747363
    klon111
    Level 11  
    There is a solution.
    Code: Text
    Log in, to see the code
    .

    and a small html control file
    Code: Text
    Log in, to see the code
    .

Topic summary

The discussion revolves around configuring the ESP8266 as an access point and web server without internet connectivity. The user is attempting to send commands and receive responses but is facing issues with page display. Responses highlight that while the ESP8266 can function as an access point, it does not support full routing capabilities. Suggestions include using examples from GitHub and Random Nerd Tutorials for setting up a client-server model. Additionally, ESP-NOW is mentioned as a faster alternative for data exchange between ESP devices without internet access. Code snippets and configurations are shared to assist in resolving the user's issue.
Summary generated by the language model.
ADVERTISEMENT