LJYSP
LJYSP
Thansk for your advice. We will support IDF v5.0 when v5.0 release.
@LCreamStarter 是在代码什么位置,如何设置的? 基于 IDF v4.4 ,经测试这样设置是有效的: ESP_ERROR_CHECK(esp_wifi_config_espnow_rate(WIFI_IF_STA, WIFI_PHY_RATE_MCS0_LGI))
@zachtos @LaserTagMods Please test with[ IDF espnow example](https://github.com/espressif/esp-idf/tree/v4.4.1/examples/wifi/espnow) and enable ESPNOW_ENABLE_LONG_RANGE, idf.py menuconfig-> Example Configuration ->Enable Long Range ->y.
@mrdsn3 The responder devices may not connect to an access point, but should be at the same channel with initiator. Because initiator connects to an AP and can only send...
The WIFI lib and memory cost limit the pairing of devices to a maximum of 20. If I need to communicate with more than 20 devices without using broadcast, is...
@oliverrr97 Please use a TCP testing tool (any third-party TCP testing software) to create a TCP server.
Please press "enter " in the left console and the output liike this " esp32c3>" Then input the command "help" and press "enter", the output liike this: ``` esp32c3> help...
What IDF version do you use?
I don't know why, but you can try IDF/example/wifi/iperf example to test if input command is ok. Or change a other ESP32 board to test.
Can you reproduce the issue with spiram enable and not calling esp_now_send()?