not-matt / Systematic-LEDs

Audio reactive, all in one, room lighting for your computer.
MIT License
100 stars 35 forks source link

LEDs flickering #46

Open blassbasti opened 5 years ago

blassbasti commented 5 years ago

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.

gleeds commented 5 years ago

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

blassbasti commented 5 years ago

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

not-matt commented 5 years ago

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