doctormord / Responsive_LED_Control

Responsive Led Control based on McLightning & Grisworld-Led-Controller with FastLED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No luck setting it up

toblum opened this issue · comments

Dear @doctormord,

I had at look at your project, because it looks great and has all the features where I did not find time yet to implement them.
I tried to make it work, but had no success yet. I patched the library, configured the number of LEDs and PIN, flashed it, connected it to wifi, uploaded the files. Everything seems to be OK, but the LEDs stay black. Tried other sketches on the same hardware without problems.
I think it has to do with the configuration of FastLED, but did not find out whats wrong. Did you experience something similar?

Regards
Tobias

I got it working now. It seems it was a problem with PIN numbering on my "LoLin" NodeMCU board. I had to set #define FASTLED_ESP8266_RAW_PIN_ORDER and PIN to D1 and now it works.
I will now play a bit with it. Looks really nice!