Welcome,
after uploading the Arduino>ESP code, it is required to enter the SSID and PASS parameters, and use 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
.
we have the IP assigned by the DHCP server.
How else can you check if the connection has been established?
after uploading the Arduino>ESP code, it is required to enter the SSID and PASS parameters, and use the code
Code: C / C++
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++
we have the IP assigned by the DHCP server.
How else can you check if the connection has been established?