Search found 2 matches

by nobu_miharu
Mon Jun 22, 2026 2:59 pm
Forum: ESP-IDF
Topic: ESP32-C5 SoftAP: Periodic ~100ms UDP sendto() ENOMEM bursts every 1.5 seconds
Replies: 2
Views: 50

Re: ESP32-C5 SoftAP: Periodic ~100ms UDP sendto() ENOMEM bursts every 1.5 seconds

Thank you very much for your comment.

I also initially suspected CPU starvation or the UDP sending rate,
so I performed several tests to verify that possibility.
However, the behavior I am observing seems a bit different from typical CPU‑load issues.

Here are some additional details that may ...
by nobu_miharu
Sun Jun 21, 2026 9:23 am
Forum: ESP-IDF
Topic: ESP32-C5 SoftAP: Periodic ~100ms UDP sendto() ENOMEM bursts every 1.5 seconds
Replies: 2
Views: 50

ESP32-C5 SoftAP: Periodic ~100ms UDP sendto() ENOMEM bursts every 1.5 seconds

Environment:

Chip: ESP32-C5
ESP-IDF: v5.5.4
Mode: SoftAP (single STA connected)
Application: Real-time audio streaming via UDP/RTP (2ms period, 1152 bytes/packet)
Problem:
I'm experiencing periodic sendto() failures with errno=12 (ENOMEM) approximately every 1.5 seconds. Each failure burst consists ...

Go to advanced search