wifi: bcn_timout,ap_probe_send_start
Posted: Fri Sep 01, 2017 11:10 pm
Hi,
I´m sending UDP datagrams every 60ms with a ESP32 and receiving them with another ESP32. After 3 minutes (aprox) the ESP disconnect of the network and show:
I upload a little example in https://github.com/espressif/esp-idf/issues/941
The Tx program is tx_udp.c and the Rx program is rx_udp.c
I hope you can help me, please.
Thanks in advance.
rinripper
I´m sending UDP datagrams every 60ms with a ESP32 and receiving them with another ESP32. After 3 minutes (aprox) the ESP disconnect of the network and show:
Code: Select all
I (131565) wifi: bcn_timout,ap_probe_send_start
I (134066) wifi: ap_probe_send over, resett wifi status to disassoc
I (134066) wifi: state: run -> init (1)
I (134067) wifi: pm stop, total sleep time: 0/119579415
I (134068) wifi: n:6 0, o:6 2, ap:255 255, sta:6 2, prof:1
I (134076) PRUEBA: SYSTEM_EVENT_STA_DISCONNECTED
The Tx program is tx_udp.c and the Rx program is rx_udp.c
I hope you can help me, please.
Thanks in advance.
rinripper