Systematic-LEDs icon indicating copy to clipboard operation
Systematic-LEDs copied to clipboard

LEDs flickering

Open blassbasti opened this issue 5 years ago • 3 comments

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.

blassbasti avatar Sep 29 '18 11:09 blassbasti

Try changing #define DATA_PIN to 3, and connecting the led's to your RX pin.

gleeds avatar Sep 30 '18 20:09 gleeds

@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.

blassbasti avatar Oct 05 '18 20:10 blassbasti

Fixed with new firmware update - it's a fastled problem that I think is resolved now

not-matt avatar Nov 20 '18 12:11 not-matt