-
Another question, I want to pour your firmware LED strip, to me to practice. Help pls! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
"Upload" may be? This is an ESP32 (ESP32 only! no ESP32-Cx/ESP32-Sx) project using led_strip (and some other components): And here's a simpler example: If it is not clear how to build and upload these projects to esp32, then you need to start by studying the ESP-IDF documentation: Very roughly:
In short: |
Beta Was this translation helpful? Give feedback.
"Upload" may be?
This is an ESP32 (ESP32 only! no ESP32-Cx/ESP32-Sx) project using led_strip (and some other components):
https://github.com/UncleRus/EvLamp
And here's a simpler example:
https://github.com/UncleRus/esp-idf-lib/tree/master/examples/led_effects
If it is not clear how to build and upload these projects to esp32, then you need to start by studying the ESP-IDF documentation:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/index.html
Very roughly: