ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By mienjob
#33432 Compile...OK
Upload....OK

when i browse to 192.168.4.1 /wifi .... I got " ERR_CONNECTION_TIMED_OUT"

This i what i got on UART:
---------------------------------------------------
rSHttpd init, conn=0x3fff0020



Ready

mode : sta(18:fe:34:e6:2c:ce) + softAP(1a:fe:34:e6:2c:ce)

add if0

add if1

dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)

bcn 100
----------------------------------------------------------------------

What did i wrong ? kindly help
User avatar
By Sprite_tm
#34650 It doesn't look like you're actually associated with the access point the ESP creates. The ESP normally spits out a log line on the UART when a station associates with it.