-->
Page 1 of 1

How to connect to router with ESP8266 using no interface?

PostPosted: Wed Dec 03, 2014 11:43 pm
by kokoking
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?

Re: How to connect to router with ESP8266 using no interface

PostPosted: Thu Dec 04, 2014 3:16 am
by alonewolfx2
You can't do this with original firmware. But you can with esp http webserver example in general discussion topic.

Re: How to connect to router with ESP8266 using no interface

PostPosted: Thu Dec 04, 2014 3:27 am
by kokoking
Thank you!