esp-now icon indicating copy to clipboard operation
esp-now copied to clipboard

A connectionless Wi-Fi communication protocol

Results 46 esp-now issues
Sort by recently updated
recently updated
newest added

can esp-now support esp32-s3?

Hi, from what I understand [esp-now](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/network/esp_now.html) does not support encrypted multicast/broadcast communication. In fact, from the documentation of ESP-IDF, I read: > Encrypting multicast vendor-specific action frame is not supported....

I was a little confused In Exempla OTA, in order to connect to the initiator, both devices must be connected to an access point, or it is enough for the...

hi, im using dmd32 lib with esp now ,, but simple program rebooting again and again, ![174472637-34609be5-e0c9-4dc0-9a63-2f3bd212f2a2](https://user-images.githubusercontent.com/63238612/174585849-2b6259b9-10ef-4975-abdc-55e5a632e498.png) `#include #include #include // #include "fonts/SystemFont5x7.h" #include "fonts/Arial_black_16.h" //Fire up the DMD library...

When I compiled using the master branch of ESP-IDF, I found it had a lot of errors, I thought it was necessary to gradually start supporting IDF5.0 ![Snipaste_2022-05-19_19-54-36](https://user-images.githubusercontent.com/19590243/169287488-2a8a2c66-b909-4ac1-a2ff-381d66ad9556.png) ![Snipaste_2022-05-19_19-54-42](https://user-images.githubusercontent.com/19590243/169287496-b374b560-c47b-46ac-853b-5adca16ef635.png)

I spent 2 weeks struggling to figure out that ESP32 if you turn on long range mode, it will break your wifi, even after your erase the chip and put...

如何配置固定的PHY速率和MCS,esp_wifi_config_espnow_rate不起作用 How to configure PHY rate in WIFI_PHY_RATE_MCS0_LGI, 【esp_wifi_config_espnow_rate 】doesn't work

Hello, 1. I have multiple initiator which initiate initiator task at different times. I want to one responder which respond continuously to every initiator and vice-versa. I tried to create...

I would like to ask about the ota project. This project works in such a way that if we upload the hello world to the responder, for example, it is...

i have problem in example "debug". here is screenshots of my problem. ![image](https://user-images.githubusercontent.com/98345211/159444256-670509c2-5d36-4281-966e-d23b0e7bc7d7.png) ![image](https://user-images.githubusercontent.com/98345211/159444416-3884a85e-5b01-4693-a1e2-1c9118427d19.png)