You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
daemon.info hostapd: wlan1: STA a4:cf:12:f5:22:9d IEEE 802.11: authenticated
daemon.notice hostapd: wlan1: STA a4:cf:12:f5:22:9d IEEE 802.11: did not acknowledge authentication response
daemon.info hostapd: wlan1: STA a4:cf:12:f5:22:9d IEEE 802.11: authenticated
daemon.info hostapd: wlan1: STA a4:cf:12:f5:22:9d IEEE 802.11: authenticated
daemon.info hostapd: wlan1: STA a4:cf:12:f5:22:9d IEEE 802.11: authenticated
esp not receive ip from AP.
Test code
simple wifi example code
wifi.setmode(wifi.STATION)
station_cfg={}
station_cfg.ssid="SSID"station_cfg.pwd="pass"station_cfg.save=falsewifi.sta.config(station_cfg)
wifi.sta.autoconnect(1)
wifi.sta.sethostname("NodeMCU") --Sets the NodeMCU hostnameprint('ip: ',wifi.sta.getip()) -- prints the IP address of the NodeMCU
print ip: null
NodeMCU startup banner
NodeMCU 3.0.0.0 built on nodemcu-build.com provided by frightanic.com
branch: release
commit: 36cbf9f
release:
release DTS: 202402250804
SSL: false
build type: integer
LFS: 0x0 bytes total capacity
modules: adc,bme280,bme280_math,encoder,file,gpio,i2c,mdns,net,node,ow,sjson,spi,tmr,tsl2561,uart,wifi
build 2025-02-09 07:16 powered by Lua 5.1.4 on SDK 3.0.1-dev(fce080e)
I think the issue will be closed due to #1010
I recommend asking the question on stackoverflow or (considering your nickname) on the amperka ru forum (in Russian) .
Expected behavior
connect to wifi ap
Actual behavior
in wifi ap log only
esp not receive ip from AP.
Test code
simple wifi example code
print ip: null
NodeMCU startup banner
NodeMCU 3.0.0.0 built on nodemcu-build.com provided by frightanic.com
branch: release
commit: 36cbf9f
release:
release DTS: 202402250804
SSL: false
build type: integer
LFS: 0x0 bytes total capacity
modules: adc,bme280,bme280_math,encoder,file,gpio,i2c,mdns,net,node,ow,sjson,spi,tmr,tsl2561,uart,wifi
build 2025-02-09 07:16 powered by Lua 5.1.4 on SDK 3.0.1-dev(fce080e)
Hardware
ESP8266 LiLyGO T-OI
###ADD
config openwrt AP
The text was updated successfully, but these errors were encountered: