Search found 4 matches

by seba1978
Tue Apr 06, 2021 11:11 am
Forum: ESP-IDF
Topic: esp_wifi_80211_tx to send QoS data frame
Replies: 7
Views: 5755

Re: esp_wifi_80211_tx to send QoS data frame

Hello, thank you for the answer and the suggestion, but broadcast / multicast frames are sent at the lowest 802.11 bitrate, which is not enough for my purposes. Is there a way to specify a higher bitrate for broadcast frames. Or for action frames, for that matter...
by seba1978
Wed Mar 31, 2021 11:53 am
Forum: ESP-IDF
Topic: esp_wifi_80211_tx to send QoS data frame
Replies: 7
Views: 5755

Re: esp_wifi_80211_tx to send QoS data frame

Hello @ESP_Sprite,
Did you get an answer from the WiFi team ?
Thank you !
by seba1978
Sun Mar 28, 2021 12:37 pm
Forum: ESP-IDF
Topic: esp_wifi_80211_tx to send QoS data frame
Replies: 7
Views: 5755

Re: esp_wifi_80211_tx to send QoS data frame

No reply ? Would @ESP_Sprite or others share some insight into the roadmap? I'm finding it hard to believe that the NoAck mode is not implemented under the hood, especially since it's just a single bit worth of change in the 802.11 frame. Plus there seems to be many projects involving audio/video wi...
by seba1978
Tue Mar 09, 2021 12:12 pm
Forum: ESP-IDF
Topic: esp_wifi_80211_tx to send QoS data frame
Replies: 7
Views: 5755

esp_wifi_80211_tx to send QoS data frame

Hello,
When will it be possible to send QoS data frames with esp_wifi_80211_tx() ?
My use-case is time-critical multimedia data over raw 802.11 data frames with the No Ack flag. I am trying to keep latency low, so avoiding unnecessary retransmissions.
Thank you !