This repository is created for ESP-NOW Workshop, conducted in SUTD, on March 2024. Refer to the slide deck for the full lesson.
This is an example of how to use ESP-NOW to set up system with multiple initiators and a single responder.
The responder controls a 7/8 segment LED. Each initiator, once it has found the responder, turns on or off a LED segment on the responder.
The code builds for ESP-IDF version 5.1.3 or later. If you are using an earlier version of ESP-IDF, update it before building the code.
The initiator and responder codes are in the subdirectories initiator
and responder
respectively. View the initiator
or responder
subdirectories for instructions on how to build them.
If you have feedback or questions on this example, you can submit it as an Issue in this repository.
If you have questions or wish to know more about ESP-NOW, you can check and submit issues on the Espressif ESP-NOW repository.
The following diagram shows what the Responder and an Initiator would do in the workshop.