Search found 1 match

by yanis88
Thu Jun 26, 2025 6:44 pm
Forum: ESP-IDF
Topic: esp now TX Data Rate
Replies: 3
Views: 403

esp now TX Data Rate

Hi,

I'm new to working with the esp32 and still trying to wrap my head around how the protocol works when setting the protocol is set manually e.g.

esp_wifi_set_protocol(WIFI_IF_STA, <protocol_value>);
esp_wifi_config_espnow_rate(WIFI_IF_STA, <phy_rate>);


My understanding based on the docs and ...

Go to advanced search