Page 1 of 1

wifi spams serial monitor

Posted: Mon Jun 03, 2019 12:26 pm
by nxt518
Hi,
I combined /examples/wifi/getting_started/softAP/ + /examples/protocols/http_server/

Connection and http requests/replies work fine.

But sometimes I get a lot of wifi messages on serial (30 per second):
...
wifi: ampdu: ignore deleting tx BA0
wifi: ampdu: ignore deleting tx BA0
wifi: ampdu: ignore deleting tx BA0
...
Module is WROOM32.
How to avoid this messages being generated?
(I dont want to change loglevel, I want to find out the reason.)

Re: wifi spams serial monitor

Posted: Tue Jun 11, 2019 6:29 am
by nxt518
This also happens with the unmodified /examples/wifi/getting_started/softAP/

A guy over at the Chinese Espressif Forum also has this behaviour.

Re: wifi spams serial monitor

Posted: Tue Jul 23, 2019 8:13 pm
by GAllevto
Hello,

I am having the same problem using Wrover-B (DevKit-C and custom PCB).
The problem only starts occuring after a few minutes, but never at the very beginning after a hard reset.
I am also using the ESP in AP and APSTA mode. I have not tested it using STA only mode.

Re: wifi spams serial monitor

Posted: Tue Dec 10, 2019 5:05 pm
by squonk11
I am also having this problem. It seems as if this is related to some problems in my TCP/IP communication. Is there already a fix or workaround for this issue?