Would like to implement the following scenario:
1. when the ESP8266 module is first activated, it creates a network open or with some default password.
2) When I connect to the above module using a computer, tablet or smartphone, I can select the network to which the module should connect via a web page and enter the password for that network.
The module saves the network name and password somewhere and restarts itself (or I restart it by clicking the button on the website).
4. after restarting, the module connects to the specified network using the given settings.
5. the module displays a web page where I can change the network connection parameters (network name, password).
Has anyone come across a library offering this capability, or libraries, so that this can be put together?
1. when the ESP8266 module is first activated, it creates a network open or with some default password.
2) When I connect to the above module using a computer, tablet or smartphone, I can select the network to which the module should connect via a web page and enter the password for that network.
The module saves the network name and password somewhere and restarts itself (or I restart it by clicking the button on the website).
4. after restarting, the module connects to the specified network using the given settings.
5. the module displays a web page where I can change the network connection parameters (network name, password).
Has anyone come across a library offering this capability, or libraries, so that this can be put together?