logo elektroda
logo elektroda
X
logo elektroda
Dostępna jest polska wersja

Czy wolisz polską wersję strony elektroda?

Nie, dziękuję Przekieruj mnie tam

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

dasej 987 3
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 19432143
    dasej
    Level 32  
    Posts: 1907
    Help: 165
    Rate: 266
    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 38  
    Posts: 3569
    Help: 441
    Rate: 803
    See all WLAN connections of the router.
  • ADVERTISEMENT
  • Helpful post
    #3 19432158
    Anonymous
    Level 1  
  • #4 19432169
    dasej
    Level 32  
    Posts: 1907
    Help: 165
    Rate: 266
    Lovely thanks @khoam that was the point.
ADVERTISEMENT