Systematic-LEDs
Systematic-LEDs copied to clipboard
LEDs flickering
I think I have a FastLED issue as you can see in this youtube video.
I removed all FastLED libraries from my laptop and reinstalled the suggested one.
Another thing that is unclear to me is if i the .ino file for the ESP should say #include "FastLED.h"
or #include <FastLED.h>
and what the difference between those notations is.
Try changing #define DATA_PIN
to 3, and connecting the led's to your RX pin.
@gleeds Well I already connected the leds to the RX pin as it is supposed to be. After a bit of research I also found out that the RX pin is pin number 3. My arduino code said pin number 5 since I didn't change any pin number after downloading the repo. It's really strange that the ESP still output some data and my level of confusion slightly increased haha.
Fixed with new firmware update - it's a fastled problem that I think is resolved now