Skip to content

Intermittent WiFi performance issues #12

@evoggy

Description

@evoggy

It's been observed that the WiFi suffers from intermittent performance issues. This can be seen in the wifi-img-streaming example where the frame rate sometime goes down and the image stops updating for a short while. This seems to be caused by the WiFi throughput going down, which causes the tx queues in the ESP to fill up and in turn blocks the SPI communication from the GAP8. The same interruptions can be seen client side. The result can be seen below:
ESP32<->GAP8 SPI communication

After some investigation the trail ends at send(...) in wifi.c which runs smoothly most of the time, but can take seconds to return sometimes, and this will backup the queues all the way to the GAP8.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions