This example shows the use of the espp::Rmt
and espp::RmtEncoder
classes of
the rmt
component for driving an LED.
This example is designed to be run on a TinyS3 to control its WS2812 LED using the ESP RMT peripheral.
Build the project and flash it to the board, then run monitor tool to view serial output:
Plaintext
idf.py -p PORT flash monitor
(Replace PORT with the name of the serial port to use.)
(To exit the serial monitor, type Ctrl-]
.)
See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.
https://github.com/esp-cpp/espp/assets/213467/321cb604-8ecb-40d6-9489-8e995c43f5b9
To create a project from this example, run:
idf.py create-project-from-example "espp/rmt=0.22.0:example"