/SUTD-Workshop-2024-03

ESP-NOW Initiator and Responder Example for SUTD Workshop

Primary LanguageC

ESP-NOW Initiator and Responder Example for SUTD Workshop, March 2024

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.

Requirements

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.

Initiator and Responder

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.

Feedback and Questions

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.

Responder and Initiator in Operation

The following diagram shows what the Responder and an Initiator would do in the workshop.

Responder and an Initiator in action