Post topics, source code that relate to the Arduino Platform

User avatar
By kokoking
#3953 Hi all, I have a gadget which use ESP8266 for wifi connection. Yet this gadget does not have GUI for typing AT command, nor can it be connected to PC for setting up.
But I want to make it connected to home router.
Currently, my assumption is to open up both softAP and station mode. I can use my cellphone as client to connect to ESP8266 in AP mode and somehow type in my home router SSID and password. Then the information can be saved in locally and be used to connect to home router in station mode.
But the above is only from my assumption. Is it technically achievable?
User avatar
By alonewolfx2
#3958 You can't do this with original firmware. But you can with esp http webserver example in general discussion topic.