esp-now
esp-now copied to clipboard
A connectionless Wi-Fi communication protocol
I would like to ask about the project on this link https://github.com/espressif/esp-now/tree/master/examples I would like to create a project that combines the examples on this link. In other words, I...
hi guys i have started dev on the esp mesh etc but that project looks abandoned? so I'm looking into esp now what app do you guys use it looks...
Hi, I have problem trying the provisioning example, the initiator works fine and able to retrieve the ssid/pass from the responder for the first 3 tries (manually resets for the...
Hi, I'm trying to play with the OTA example, however, I've found that if the OTA initator is connected to an AP with other channels than default, the responders will...
I want to be able to use my cell phone to achieve this kind of light and fast connection to control the device quickly in some places where the network...
Where can I correct this error? Building in release mode Compiling .pio\build\esp32dev\src\main.o src/main.c: In function 'example_espnow_task': src/main.c:225:41: error: 'CONFIG_ESPNOW_CHANNEL' undeclared (first use in this function); did you mean 'CONFIG_SPIFFS_CACHE'? peer->channel...
I really like the esp-now protocol. At this moment you can only talk between esp's and for some long time i would love to see a solution to my raspberry...
Chip:[esp32-wrover-e 4MBflash] **With spiram enable, calling esp_now_send() before calling esp_wifi_connect() will cause dhcp to time out on getting the ip.** This is my code: ``` static const char *TAG =...
Hi there, I try to send unidirectional ESP32 ADC2 (and other) data continuously to a second ESP32. The ADC does not return data if ESP-now is enabled. As far as...
Using ESP-IDF v5.1.2, ESP32, compilation and flashing without issue, I get the following text on boot and nothing happens: ``` Leaving... Hard resetting via RTS pin... Executing action: monitor Running...