What to do when no serial port access
Posted: Tue Jan 26, 2016 2:13 pm
Hopefully not a stupid question, but have been trying to figure this out for a while. If one were to design something using esp8266basic and then hand it off to someone with limited technical knowledge (and no serial port access), I need to figure out how to get this person to be able to connect the device to their network with minimal effort.
What I would ultimately like to do is tell the person to power up this unit, and look for the ESP wifi access point and connect to it. Once this is done, he would open a browser window and navigate to 192.168.4.1. No biggie so far.
How would it be possible to not have the typical esp menu page to show up, but just a simple page with maybe a product title and two entries, wireless network name and wireless network password and then a connect button. Or better yet, a list of available networks, one of which could be selected and then a box to enter the password for that network and then the connect button. Also, if it failed, it would just go back and ask again.
Once it connected, it would just go on and run its program without any more user interaction. Is this possible, or do you always have to access the esp8266basic menu page from the start?
What I would ultimately like to do is tell the person to power up this unit, and look for the ESP wifi access point and connect to it. Once this is done, he would open a browser window and navigate to 192.168.4.1. No biggie so far.
How would it be possible to not have the typical esp menu page to show up, but just a simple page with maybe a product title and two entries, wireless network name and wireless network password and then a connect button. Or better yet, a list of available networks, one of which could be selected and then a box to enter the password for that network and then the connect button. Also, if it failed, it would just go back and ask again.
Once it connected, it would just go on and run its program without any more user interaction. Is this possible, or do you always have to access the esp8266basic menu page from the start?