not-matt / Systematic-LEDs

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

Wemos D1 mini ESP12F #51

Closed GHYAKIMA closed 5 years ago

GHYAKIMA commented 5 years ago

Hello i currently trying to get this work but without effects.

i flashed .ino file to my Wemos, checked if i can ping it but after running main.py, leds doesn't update. Example code from FastLED library is working fine. Also adding code to test if i can turn on random led on strip doesn't work with provided code. How can i fix this?

EDIT: reading serial gives "Invalid packet size: 210 (expected213)"

EDIT 2: Changing NUM_LEDS from 71 to 70 fixed this problem.