Search found 2 matches

by VitorBFreitas
Tue Mar 12, 2024 2:25 pm
Forum: ESP-IDF
Topic: How many IoT devices a Wifi6 with iTWT can handle?
Replies: 0
Views: 408

How many IoT devices a Wifi6 with iTWT can handle?

How many devices is expected to a WiFi 6 router with iTWT handles simultaneously? Which parameters/specifications are used to define it? I'm with some ESP32-C6 and I was wondering if i connect hundreds of them if one router can handle it, and if there is solutions to increase the max devices it can ...
by VitorBFreitas
Thu Jun 22, 2023 3:05 pm
Forum: ESP-IDF
Topic: esp_mesh_send() blocking time question
Replies: 0
Views: 1784

esp_mesh_send() blocking time question

Can someone explain to me what exactly this API esp_mesh_send_block_time() do? It's define a timeout waiting some kind of ACK, blocking caller during this time? I believe it's necessary understand what it does to define a block time that makes sense. I couldn't find a good explanation anywhere. If s...