logo elektroda
logo elektroda
X
logo elektroda

[Solved] How to check if the ESP8266 has connected to WiFi after a reset

dasej 720 3
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 19432143
    dasej
    Level 32  
    Welcome,

    after uploading the Arduino>ESP code, it is required to enter the SSID and PASS parameters, and use the code
    Code: C / C++
    Log in, to see the code
    .
    but I noticed that after a reset or power-up, the ESP itself automatically connects to the last
    known network, it establishes the connection and you don't need to activate the connection in the software.

    Of course, you just have to wait a while and after using the code
    Code: C / C++
    Log in, to see the code
    .
    we have the IP assigned by the DHCP server.

    How else can you check if the connection has been established?
  • ADVERTISEMENT
  • #2 19432155
    inot
    Level 37  
    See all WLAN connections of the router.
  • ADVERTISEMENT
  • #4 19432169
    dasej
    Level 32  
    Lovely thanks @khoam that was the point.
ADVERTISEMENT