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

Would it be possible to obtain the Vue source files with which the web server included in this example was implemented? It would be really appreciated Thank you very much!...

OS - Ubuntu 23.10 IDF - release/v5.1 Development board - ESP32-C6-DevkitM-1 v1.0 When I try to build code for the example: > esp-now/examples/control I get the error : ``` error:...

你好,关于ESP-NOW SDK,OTA例程无法运行,有个错误,可以帮忙看一下吗; ![353183511a1912979b4b191eb94004e](https://github.com/espressif/esp-now/assets/10671191/861a342c-f232-44e2-9414-bed3bc2b8090) 错误主要在固件接收端,一直报内存释放相关错误; 硬件环境:ESP32-S3-WROOM-1U N16R2; 软件环境: idf的commit 357290093430e41e7e3338227a61ef5162f2deed (HEAD, tag: v4.4.6) esp-now的commit cee3e41d38e61fe8ee4db4568690b6ec11ceaeda (HEAD -> master, origin/master, origin/HEAD) 完整的log文件: [ota_log_202401161620.zip](https://github.com/espressif/esp-now/files/13947336/ota_log_202401161620.zip)

Hi all, Ive been working on a project that uses the 2.3.0 version of ESPNOW in its component form, as well as a private library based on ESPNOWs base .a...

请问各位大佬,有没有espnow做门磁的案例,主要是常开和常关这方便的硬件不会做,还得低功耗睡眠或者直接断电

EDIT: this post was originally titled "Minor modifications to esp-idf espnow example causes intermittent crashes (AEGHB-604)" Hi all, I'm trying to ingest messages from the Wizmote (which uses ESP-IDF to...

I am sending multiple values to a slave esp using esp_now broadcast. I am sending points at a frequency of 1 every 30ms and above. For the first few points...

I would like to know if it is possible to use ESP-NOW with an IO expander like the PCF8574 or any other

I met problems when sending packet with ack enabled: I received ESP_WIFI_TIMEOUT every time when I called espnow_send function. After looking back into the library, I found bug when declaring...