ESPythoNOW
ESPythoNOW copied to clipboard
A python library for sending, receiving, and monitoring ESP-NOW messages
Great package! Thank you. It works great for me in Ubuntu 24.04 but does not work in Fedora 42. The same test Python code is running in both environments, on...
Is there a way to run the program and connect set up prep.sh without having to turn off Network Manager. For me, the only way I can get ESPythoNOW to...
Thank you for this library. I was having trouble debugging the uFire LLC esp-now to mqtt bridge. This library made it easy to replace their bridge and also move it...
Hey everybody, I first of all want to let you all know how awesome this module is!! Anyways, I had to work a bit to get it working. I am...
Hello, Which Data rates of the esp32 are supported? I try to get a RTT of below 10ms consistent. But there are always a few very large Latency Spikes. So...
Here's the pull request I was referring to in issue n3: The code sends the packets (I checked with Wireshark). The problem is that my esp8266 doesn't receive them for...
~ESPythoNOW does not currently support the encryption method optionally used with ESP-NOW.~ According to the [documentation](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/network/esp_now.html#security) * Uses the CCMP method, which is described in IEEE Std. 802.11-2012, to protect...
I#M not really familiar with esp-idf but i got sending messages from one esp32 to an other with esp now to work. At the moment i send simple sensor data....