Linux-ESPNOW
Linux-ESPNOW copied to clipboard
An attempt at implementing a direct link between a linux station and an ESP module using ESPNOW protocol for real time robot control
Hi. I was considering using this and wondered whether you would recommend it? Development seems to have stopped a while ago - did you quit using the code for some...
Thank you for your great project.I want to use your code to build low power sensor network for home automation using 10-15 esp8266 devices as sender devices and Raspberry pi...
Compiling wifiRawEcho on a Pi fails because of missing SO_ATTACH_FILTER and SO_PRIORITY declaration
When running `make` in `/Linux-ESPNOW/wifiRawEcho` on a Raspberry Pi with Debian 11 (Bullseye) I get: ``` rm -f bin/* gcc -g -Wall --std=c99 -I Includes/ -o bin/main.o -c src/main.c src/main.c:...
The payload in https://github.com/thomasfla/Linux-ESPNOW/blob/7ca8af0b1cb525c0f00f367a5a849d213ed5dc19/wifiRawSender/main.c#L106-L107 has hardcoded src and dst MAC addresses. Some drivers/platforms might exchange those for the actual hardware addresses and configured destination, but on my QCA9533 they are...
I found that this library works fine when using broadcast mode, but if I configure the target address as `ESP_mac`, then the `esp_now_send` function call returns a non-zero error. ```...
I have 3 nodes ( all within arms length of each other): esp32-c6 sender - broadcasting an increasing int every second esp32-c6 receiver - sees EVERY broadcast made by the...