AP配网,重启检测不到配网信息。ESP配网,重启能检测到配网-Arduino中文社区 - Powered by Discuz! Archiver

wangjing123 发表于 2021-12-13 22:15

AP配网,重启检测不到配网信息。ESP配网,重启能检测到配网

本帖最后由 wangjing123 于 2021-12-13 22:18 编辑

这是AP配网串口信息
21:40:04.739 ->
21:40:04.739 ->__       __                __
21:40:04.739 -> /\ \   /\ \    __      /\ \            v0.3.80210803
21:40:04.739 -> \ \ \___ \ \ \/\_\    ___\ \ \/'\      __   _ __   
21:40:04.739 ->\ \ '__`\\ \ \ \/\ \ /' _ `\ \ , <    /'__`\/\`'__\
21:40:04.739 ->   \ \ \L\ \\ \ \_\ \ \/\ \/\ \ \ \\`\ /\__/\ \ \./
21:40:04.739 ->    \ \_,__/ \ \__\\ \_\ \_\ \_\ \_\ \_\ \____\\ \_\
21:40:04.786 ->   \/___/   \/__/ \/_/\/_/\/_/\/_/\/_/\/____/ \/_/
21:40:04.786 ->   To better use blinker with your IoT project!
21:40:04.786 ->   Download latest blinker library here!
21:40:04.786 ->   => https://github.com/blinker-iot/blinker-library
21:40:04.786 ->
21:40:04.786 -> _aliType: &aliType=outlet
21:40:04.786 -> _duerType:
21:40:04.786 -> _miType:
21:40:04.786 -> _authKey: 直接隐掉,怕泄露
21:40:04.786 -> check wlan config
21:40:04.786 -> wlan config check,success
21:40:05.301 -> Connecting to WiFi:
21:40:05.301 -> ESP8266_MQTT initialized...
21:40:05.301 ->
21:40:05.301 -> ===========================================================
21:40:05.301 -> ================== Blinker Timer loaded! ==================
21:40:05.301 ->      EEPROM address 1536-2431 is used for Blinker Timer!
21:40:05.301 -> ========= PLEASE AVOID USING THESE EEPROM ADDRESS! ========
21:40:05.301 -> ===========================================================
21:40:05.301 ->
21:40:05.301 -> countdown state: false
21:40:05.301 -> _cdRunState: 0
21:40:05.301 -> _totalTime: 0
21:40:05.301 -> _runTime: 0
21:40:05.348 -> _action:
21:40:05.348 -> loop state: false
21:40:05.348 -> _lpRunState: 0
21:40:05.348 -> _times: 0
21:40:05.348 -> _tri_times: 0
21:40:05.348 -> _time1: 0
21:40:05.348 -> _action1:
21:40:05.348 -> _time2: 0
21:40:05.348 -> _action2:
21:40:05.348 -> _lpData: 0
21:40:05.348 -> checkNum count: 1
这是ESP配网后串口信息
21:59:22.332 ->
21:59:22.332 ->__       __                __
21:59:22.332 -> /\ \   /\ \    __      /\ \            v0.3.80210803
21:59:22.332 -> \ \ \___ \ \ \/\_\    ___\ \ \/'\      __   _ __   
21:59:22.332 ->\ \ '__`\\ \ \ \/\ \ /' _ `\ \ , <    /'__`\/\`'__\
21:59:22.379 ->   \ \ \L\ \\ \ \_\ \ \/\ \/\ \ \ \\`\ /\__/\ \ \./
21:59:22.379 ->    \ \_,__/ \ \__\\ \_\ \_\ \_\ \_\ \_\ \____\\ \_\
21:59:22.379 ->   \/___/   \/__/ \/_/\/_/\/_/\/_/\/_/\/____/ \/_/
21:59:22.379 ->   To better use blinker with your IoT project!
21:59:22.379 ->   Download latest blinker library here!
21:59:22.379 ->   => https://github.com/blinker-iot/blinker-library
21:59:22.379 ->
21:59:22.379 -> _aliType: &aliType=outlet
21:59:22.379 -> _duerType:
21:59:22.379 -> _miType:
21:59:22.379 -> _authKey: 直接隐掉,怕泄露
21:59:22.379 -> check wlan config
21:59:22.379 -> wlan config check,success
21:59:22.898 -> Connecting to WiFi: JR_home
21:59:22.898 -> ESP8266_MQTT initialized...
21:59:22.898 ->
21:59:22.898 -> ===========================================================
21:59:22.898 -> ================== Blinker Timer loaded! ==================
21:59:22.898 ->      EEPROM address 1536-2431 is used for Blinker Timer!
21:59:22.898 -> ========= PLEASE AVOID USING THESE EEPROM ADDRESS! ========
21:59:22.898 -> ===========================================================
21:59:22.898 ->
21:59:22.898 -> countdown state: false
21:59:22.945 -> _cdRunState: 0
21:59:22.945 -> _totalTime: 0
21:59:22.945 -> _runTime: 0
21:59:22.945 -> _action:
21:59:22.945 -> loop state: false
21:59:22.945 -> _lpRunState: 0
21:59:22.945 -> _times: 0
21:59:22.945 -> _tri_times: 0
21:59:22.945 -> _time1: 0
21:59:22.945 -> _action1:
21:59:22.945 -> _time2: 0
21:59:22.945 -> _action2:
21:59:22.945 -> _lpData: 0
21:59:22.945 -> checkNum count: 1之前有个帖子也是这个问题,https://www.arduino.cn/forum.php ... 105224&highlight=ap我用的是最新的两个库,我看工作人员说这两个用同一段代码存储配网信息,但是AP配网后断电重启就是检测不到配网,ESP配网后断电可以检测到配网,
建议工作人员去试一下这俩个例程,配网后断电重启看看能否检测到配网信息

点灯官方 发表于 2021-12-14 09:07

收到,待我们确认原因

wangjing123 发表于 2021-12-15 14:22

点灯官方 发表于 2021-12-14 09:07
收到,待我们确认原因

好的,请尽快确认

点灯官方 发表于 2021-12-25 12:10

我们初步排查,问题是由8266 package 3.0.x引起的,暂不清楚是package变更还是bug。
如果您现在有apconfig使用需求,可以先使用 2.7.4 package。待我们确定原因后,再更新到3.0.x

三水 发表于 2021-12-29 21:10

https://github.com/blinker-iot/blinker-library/archive/refs/heads/dev_3.0.zip

更新最新库测试 已修复
页: [1]
查看完整版本: AP配网,重启检测不到配网信息。ESP配网,重启能检测到配网