espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.79k stars 7.31k forks source link

ESPNOW ersu send frame (IDFGH-11035) #12216

Closed MacWyznawca closed 3 weeks ago

MacWyznawca commented 1 year ago

Is your feature request related to a problem?

What it is and what the setting changes: ESPNOW using ersu send frame?

The documentation and the internet are silent on this subject.

Describe the solution you'd like.

More info about ersu send frame.

Xiehanxin commented 1 year ago

hi, @MacWyznawca , ERSU is a transmission mode related to 802.11 ax . another mode in 802.11 ax is SU. this setting means sending ESP-NOW frame in ERSU mode. ERSU is always usde in long range transmission, and its frame has lower rate compared with SU mode

MacWyznawca commented 1 year ago

Thanks, @Xiehanxin. So using this frame with ESP32-S3 and C3 connections only is useless?

Xiehanxin commented 1 year ago

@MacWyznawca yes, it is the feature for ESP32-C6

MacWyznawca commented 1 year ago

@Xiehanxin Can you add this explanation to the documentation? Because I haven't found anywhere.

zhangyanjiaoesp commented 5 months ago

@MacWyznawca will update the doc ASAP.