espressif / ESP8266_RTOS_SDK

Latest ESP8266 SDK based on FreeRTOS, esp-idf style.
http://bbs.espressif.com
Apache License 2.0
3.33k stars 1.56k forks source link

无法连接AP (GIT8266O-508) #931

Open GarMingLi opened 4 years ago

GarMingLi commented 4 years ago

我的开发环境是Ubuntu idf环境,我在测试wifi的AP功能,编译好/examples/wifi/simple_wifi下的固件后,烧录运行,手机连接AP,输入密码后,显示连接失败:

I (44) boot: compile time 16:02:04
I (44) qio_mode: Enabling default flash chip QIO
I (50) boot: SPI Speed      : 40MHz
I (54) boot: SPI Mode       : QIO
I (58) boot: SPI Flash Size : 4MB
I (62) boot: Partition Table:
I (66) boot: ## Label            Usage          Type ST Offset   Length
I (73) boot:  0 nvs              WiFi data        01 02 00009000 00006000
I (80) boot:  1 phy_init         RF data          01 01 0000f000 00001000
I (88) boot:  2 factory          factory app      00 00 00010000 000f0000
I (95) boot: End of partition table
I (99) esp_image: segment 0: paddr=0x00010010 vaddr=0x40210010 size=0x3a0bc (237756) map
0x40210010: _flash_cache_start at ??:?

I (188) esp_image: segment 1: paddr=0x0004a0d4 vaddr=0x4024a0cc size=0x07504 ( 29956) map
I (198) esp_image: segment 2: paddr=0x000515e0 vaddr=0x3ffe8000 size=0x00558 (  1368) load
I (199) esp_image: segment 3: paddr=0x00051b40 vaddr=0x40100000 size=0x00a30 (  2608) load
I (206) esp_image: segment 4: paddr=0x00052578 vaddr=0x40100a30 size=0x0591c ( 22812) load
I (222) boot: Loaded app from partition at offset 0x10000
I (238) system_api: Base MAC address is not set, read default base MAC address from EFUSE
I (242) system_api: Base MAC address is not set, read default base MAC address from EFUSE
W (247) phy_init: failed to load RF calibration data (0x1102), falling back to full calibration
phy_version: 1163.0, 665d56c, Jun 24 2020, 10:00:08, RTOS new
I (408) phy_init: phy ver: 1163_0
W (410) phy_init: saving new calibration data because of checksum failure, mode(2)
I (420) reset_reason: RTC reset 1 wakeup 0 store 0, reason is 1
I (424) simple wifi: ESP_WIFI_MODE_AP
I (505) simple wifi: wifi_init_softap finished.SSID:myssid password:mypassword
I (5147) simple wifi: station:a4:4b:d5:21:67:41 join, AID=1
I (9049) simple wifi: station:a4:4b:d5:21:67:41leave, AID=1
I (10219) simple wifi: station:a4:4b:d5:21:67:41 join, AID=1
I (20243) simple wifi: station:a4:4b:d5:21:67:41leave, AID=1
I (31164) simple wifi: station:a4:4b:d5:21:67:41 join, AID=1
I (41180) simple wifi: station:a4:4b:d5:21:67:41leave, AID=1
I (62519) simple wifi: station:a4:4b:d5:21:67:41 join, AID=1
I (72544) simple wifi: station:a4:4b:d5:21:67:41leave, AID=1
I (210322) simple wifi: station:a4:4b:d5:21:67:41 join, AID=1
I (220347) simple wifi: station:a4:4b:d5:21:67:41leave, AID=1
I (228798) simple wifi: station:a4:4b:d5:21:67:41 join, AID=1
I (238916) simple wifi: station:a4:4b:d5:21:67:41leave, AID=1
nsfilho commented 4 years ago

@GarMingLi Hi! as you can see, espressif most of the time, does not respond our questions. But if you write in english (spanish or portuguese hehehehe), we can try to help you.

Please let us know what problem you are facing.

Best regards, NS.