Hello, i think i found some solution or alternative (that doesn't glitches randomly or sets the first LED to green all the time)
But first, i have to confess, this solution is for board esp32-s2 wrover, that i have programmed separately using programmer - so not exactly the saola-1 board. Anyway ...
Search found 2 matches
- Mon Dec 14, 2020 6:56 pm
- Forum: General Discussion
- Topic: driving a RGB LED (WS2812) on an esp32-s2-saola-1
- Replies: 4
- Views: 10598
- Wed Dec 09, 2020 4:38 pm
- Forum: General Discussion
- Topic: driving a RGB LED (WS2812) on an esp32-s2-saola-1
- Replies: 4
- Views: 10598
Re: driving a RGB LED (WS2812) on an esp32-s2-saola-1
Hello,
I also got into this proble, and the solution:
#define FASTLED_RMT_MAX_CHANNELS 1
#define FASTLED_RMT_BUILTIN_DRIVER 1
#define FASTLED_INTERRUPT_RETRY_COUNT 1
did worked for just a bit...
using Fastled example named ColorPalette did light up the led strip, but after a second or so, it ...
I also got into this proble, and the solution:
#define FASTLED_RMT_MAX_CHANNELS 1
#define FASTLED_RMT_BUILTIN_DRIVER 1
#define FASTLED_INTERRUPT_RETRY_COUNT 1
did worked for just a bit...
using Fastled example named ColorPalette did light up the led strip, but after a second or so, it ...