boot: ESP-IDF v3.3-beta1-328-gabea9e4c0 2nd stage bootloader
Turning on the Android wifi hotspot, I can scan for it, then connect and receive an IP address:
Code: Select all
I (59247) tcpip_adapter: softAP assign IP to station,IP is: 192.168.4.2
I (59252) APP: 0x11
I (62466) wifi: switch to channel 12
I (62466) wifi: ap channel adjust o:1,1 n:12,2
I (62466) wifi: new:<12,2>, old:<1,1>, ap:<12,2>, sta:<0,0>, prof:1
I (62469) wifi: new:<12,2>, old:<12,2>, ap:<12,2>, sta:<12,0>, prof:1
I (63231) wifi: state: init -> auth (b0)
I (63363) wifi: state: auth -> assoc (0)
I (63370) wifi: state: assoc -> run (10)
I (63584) wifi: connected with Nokia 8, channel 12, bssid = cc:9f:7a:9d:6a:17
I (63588) wifi: pm start, type: 0
I (63589) APP: 0x4
I (65626) wifi: new:<12,2>, old:<12,2>, ap:<12,2>, sta:<12,0>, prof:12
I (65627) wifi: station: 70:c9:4e:d3:b6:17 join, AID=1, bgn, 40D
[{"NVS_STA":{"SSID":"Nokia 8","BSSID":"","IP":"0.0.0.0"}}]
AP SSID ESP_1BB559
AP pass
I (65644) tcpip_adapter: softAP assign IP to station,IP is: 192.168.4.2
I (65644) APP: 0x11
6E 76 73 nvs
[{"NVS_STA":{"SSID":"Nokia 8","BSSID":"","IP":"0.0.0.0"}}]
AP SSID ESP_1BB559
AP pass
I (66701) event: sta ip: 192.168.43.13, mask: 255.255.255.0, gw: 192.168.43.137
I (66701) APP: SYSTEM_EVENT_STA_GOT_IP
I (66702) APP: Got IP: '192.168.43.13'
Code: Select all
I (747) tcpip_adapter: softAP assign IP to station,IP is: 192.168.4.2
[{"NVS_STA":{"SSID":"Nokia 8","BSSID":"","IP":"0.0.0.0"}}]
AP SSID ESP_1BB559
AP pass
I (761) APP: 0x11
I (3248) wifi: new:<12,2>, old:<12,2>, ap:<12,2>, sta:<12,0>, prof:12
I (4005) wifi: state: init -> auth (b0)
I (4010) wifi: state: auth -> assoc (0)
I (5011) wifi: state: assoc -> init (400)
I (5011) wifi: new:<12,2>, old:<12,2>, ap:<12,2>, sta:<12,0>, prof:12
I (5011) APP: SYSTEM_EVENT_STA_DISCONNECTED ssid:Nokia 8 reason:4
I (17846) APP: SYSTEM_EVENT_STA_DISCONNECTED ssid:Nokia 8 reason:201
I (30677) wifi: new:<12,2>, old:<12,2>, ap:<12,2>, sta:<12,0>, prof:12
I (30678) wifi: state: init -> auth (b0)
I (31678) wifi: state: auth -> init (200)
I (31678) wifi: new:<12,2>, old:<12,2>, ap:<12,2>, sta:<12,0>, prof:12
I (31679) APP: SYSTEM_EVENT_STA_DISCONNECTED ssid:Nokia 8 reason:2
I (44514) APP: SYSTEM_EVENT_STA_DISCONNECTED ssid:Nokia 8 reason:201
6E 76 73 nvs
[{"NVS_STA":{"SSID":"Nokia 8","BSSID":"","IP":"0.0.0.0"}}]
AP SSID ESP_1BB559
AP pass
I (57344) wifi: new:<12,2>, old:<12,2>, ap:<12,2>, sta:<12,0>, prof:12
I (57344) wifi: state: init -> auth (b0)
I (58345) wifi: state: auth -> init (200)
I (58345) wifi: new:<12,2>, old:<12,2>, ap:<12,2>, sta:<12,0>, prof:12
I (58345) APP: SYSTEM_EVENT_STA_DISCONNECTED ssid:Nokia 8 reason:2
I (71180) APP: SYSTEM_EVENT_STA_DISCONNECTED ssid:Nokia 8 reason:201
Code: Select all
I (84410) wifi: switch to channel 1
I (84410) wifi: ap channel adjust o:12,2 n:1,1
I (84410) wifi: new:<1,1>, old:<12,2>, ap:<1,1>, sta:<12,0>, prof:12
I (84413) wifi: new:<1,1>, old:<1,1>, ap:<1,1>, sta:<1,0>, prof:12
I (84419) wifi: state: init -> auth (b0)
I (84425) wifi: state: auth -> assoc (0)
I (84438) wifi: state: assoc -> run (10)
I (84461) wifi: connected with Nokia 8, channel 1, bssid = cc:9f:7a:9d:6a:17
I (84466) wifi: pm start, type: 0
I (84467) APP: 0x4
I (85218) event: sta ip: 192.168.43.13, mask: 255.255.255.0, gw: 192.168.43.35
I (85218) APP: SYSTEM_EVENT_STA_GOT_IP
I (85219) APP: Got IP: '192.168.43.13'