lpearl

Results 13 comments of lpearl

Try changing in devices.py `self.strip.setPixelColor(i, neopixel.Color(rgb[i]))` to `self.strip._led_data[i] = int(rgb[i])`

Depends on how you are going to input into the pi. You can use a usb with an input jack or use a virtual audio device. I'm using a virtual...

@Andriejus Hi, The prosses is definitely more involved than with a mac or windows, that being said its definitely possible. I'm currently using a Raspberry Pi 3 Model B but...

@Andriejus Check out your other [issue](https://github.com/not-matt/Systematic-LEDs/issues/66) about the mac freezing as I tried to help fix your problem and it would save you from buying all this stuff. The level...

@richyxi Check [this](https://learn.adafruit.com/neopixels-on-raspberry-pi/raspberry-pi-wiring) out it may help.

@Andriejus I would take a look at [LedFX](https://github.com/ahodges9/LedFx) as its more suited to multiroom setups (don't think it will work for the pi though). Depending on how resource intensive the...

@JaymerJaymer So I have got it working on raspberry pi but it was not simple with this project. I'm still waiting for more LEDs to arrive so I'm not sure...

I was able to get it working a while ago using pulse audio and jack audio. With that said using the raspberry pi was not powerful enough for the number...

@Tim-Dixon I really can't suggest using it (the pi just does not have enough power) but with that said you would need pulseaudio and qjackctl also take a look at...

@footy42 Sure whatever helps, I was using the pi 3 and everything was running on it. The main problem with my setup was the number of LEDs I was trying...