Chat freely about anything...

User avatar
By mina98
#86049 Hi!
I've set the ESP8266 as access point (AP mode)
I search for nearby networks via my phone and I can see the esp's name in the list.
But I can't connect to it. I've tried it with other phones and laptops. It doesn't work.
Why is that?
User avatar
By btidey
#86057 Difficult to say without any idea of programming environment or code.

If using Arduino then try starting with example which can be found at

...\libraries\ESP8266WiFi\examples\WiFiAccessPoint
User avatar
By QuickFix
#86091 Also... after you've managed to connect to an ESP, you have to assign your phone/laptop an IP address manually, since the ESP doesn't contain a DHCP server.
User avatar
By schufti
#86098
QuickFix wrote:Also... after you've managed to connect to an ESP, you have to assign your phone/laptop an IP address manually, since the ESP doesn't contain a DHCP server.

this I really doubt ...