Add Support for ESP-NOW Communication in ESPHome #3228
Replies: 3 comments 2 replies
-
checkout my PR at esphome/esphome#9582 This is my second attempt I have been working on this for some time now trying it to make it as simple as possible. |
Beta Was this translation helpful? Give feedback.
-
@nielsnl68 Cool! This seem like great way to handle it! Can wait to see it ready and merged! |
Beta Was this translation helpful? Give feedback.
-
@nielsnl68 it's super cool to see that ESPNOW is now an official component. What I'm still missing, though, is ACK/NACK logic. That would make the whole setup much more resilient. Do you have any plans to add that? Thanks for your hard work! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the component you'd like
I'd like to see support for ESP-NOW communication — a low-latency, peer-to-peer protocol supported by ESP32 and ESP8266 chips. It allows devices to communicate without needing Wi-Fi infrastructure.
Need features, might missed some:
What are your use cases for this component?
Is there a public datasheet, documentation and/or schematics?
Espressif official documentation:
Tutorials and reference implementations:
Anything else?
There is already an open pull request for this in ESPHome:
PR #35743 – espnow: Adding new base component for communicating between esp32 devices
Beta Was this translation helpful? Give feedback.
All reactions