ESP32 WIFI Station Mode Error - bcn_timout,ap_probe_send_start
Posted: Mon Jun 05, 2017 8:11 am
i have a simple wifi station mode and lwip socket like this
esp32 (client) ----------------AP-------------- Ipad(server)
connect AP and some time later with logs like this
I (30947) wifi: bcn_timout,ap_probe_send_start
I (33447) wifi: ap_probe_send over, resett wifi status to disassoc
I (33447) wifi: state: run -> init (1)
I (33447) wifi: pm stop, total sleep time: 0/12992468
I (33447) wifi: n:5 0, o:5 2, ap:255 255, sta:5 2, prof:1
and socket disconnected, wifi disconnected and reconnect
why is this happening??
esp32 (client) ----------------AP-------------- Ipad(server)
connect AP and some time later with logs like this
I (30947) wifi: bcn_timout,ap_probe_send_start
I (33447) wifi: ap_probe_send over, resett wifi status to disassoc
I (33447) wifi: state: run -> init (1)
I (33447) wifi: pm stop, total sleep time: 0/12992468
I (33447) wifi: n:5 0, o:5 2, ap:255 255, sta:5 2, prof:1
and socket disconnected, wifi disconnected and reconnect
why is this happening??