• Can someone direct me to an example using ESP8266 as access point? As near as I can tell, I am unable to get DHCP to return an IP address for my phone. It doesn't stay connected long enough for me to get to the 192.168.4.1 page.

    Here are what my settings look like:

    >wifi.getAPIP();
    ={
      "ip": "192.168.4.1",
      "netmask": "255.255.255.0",
      "gw": "192.168.4.1",
      "mac": "1a:fe:34:da:70:c8"
    
    >wifi.getAPDetails()
    ={
      "status": "enabled",
      "authMode": "wpa2",
      "hidden": false, "maxConn": 4,
      "ssid": "will",
      "password": "password",
      "savedSsid": null,
      "stations": [  ]
     }
    
    
About

Avatar for Will @Will started