-->
Page 1 of 1

Connect to ESP8266 via phone without WiFi network

PostPosted: Wed Sep 27, 2017 7:28 pm
by Chadwixk
Looking to make a thermostat that I can control via my phone in a location that does not have a WiFi network. Normally, I know you can connect the ESP8266 to your WiFi network, get it's IP address, then connect to it via your phone using that IP.

But if you don't have a WiFi network, can you still connect to the ESP? Ideally also using it's webserver functionality to serve up web pages so you can interact with it to read the current temp and set the desired temp.

Am I going down the wrong path here?

Thanks in advance,
Chad

Re: Connect to ESP8266 via phone without WiFi network

PostPosted: Thu Sep 28, 2017 3:17 am
by jankop
This is not a problem, esp8266 can work as an access point and server at the same time. It creates your own WiFi network to which you connect by mobile.

Re: Connect to ESP8266 via phone without WiFi network

PostPosted: Thu Sep 28, 2017 11:14 pm
by Chadwixk
Perfect. Thanks.