1

Topic: Change REMOTEXY_WIFI_SSID and REMOTEXY_WIFI_PASSWORD from Wifi

Hello.

I have a question related to the connection strategy with Arduino using ESP8266.

It's possible to change the passwords to the WIFI connection router using  direct WIFI connection to ESP8266?

The sequent that I want to use is to connect by direct WIFI connection to ESP8266 at the start of the Arduino board by activating one input with 5V. To connect by phone interface using direct WIFI and to use the variables "text files" set by Phone RemoteXY application to set the new  REMOTEXY_WIFI_SSID & REMOTEXY_WIFI_PASSWORD values . After one reset of the Arduino if I do not apply any longer the 5V to the Arduino input, the board to connect to new WIFI router.
In this way will not be necessary any longer to change the code when you change the password on the WIFI network.

Thank you in advance for your feedback!

2

Re: Change REMOTEXY_WIFI_SSID and REMOTEXY_WIFI_PASSWORD from Wifi

It is possible. See the example code that includes the library. File->Examples->RemoteXY->Setup connections->...