scottlawsonbc / audio-reactive-led-strip

:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
MIT License
2.68k stars 644 forks source link

One strip works but not another #266

Closed gegtor closed 4 years ago

gegtor commented 4 years ago

I got everything working on my prototype but can get it to work with other strip

Both strips work with adafruit neopixel library but not with this sketch and are good quality especially the one that doesn't work

Tried adding resistors on data line and capacitors on power to no avail

IMG_8891 IMG_8892

gegtor commented 4 years ago

The latest version using NeoPixelBus fixes this!

How strange