pimoroni / blinkt

Python Library for Blinkt; 8 APA102 LEDs for your Raspberry Pi
https://shop.pimoroni.com/products/blinkt
MIT License
314 stars 103 forks source link

Unable to Run on an RPi Zero with Buster #79

Closed ryancasler closed 4 years ago

ryancasler commented 4 years ago

After installing on an RPi Zero W on a clean install of Raspbian Buster, I'm unable to run any of the examples. It looks like something should be happening but none of the lights actually come on. Any idea what I could be doing wrong or what else has to be done in Raspbian Buster to get these to run?

Gadgetoid commented 4 years ago

I'm not aware of any problems with Buster, you should:

  1. Make sure you don't have anything else running that could be interfering with the pins Blinkt! uses (https://pinout.xyz/pinout/blinkt)
  2. Make sure you've got the board on the header the right way around (we've all been there)
  3. Make sure it's pushed down firmly on the header
ryancasler commented 4 years ago

It was a fresh install of Buster on Raspbian so I know there is nothing else conflicting. The board is seated well and facing the correct direction. Is there anything else other than installing the python library that has to be done in order to get it to work? The only thing in the instructions is to run the curl https://get.pimoroni.com/blinkt | bash command.

Gadgetoid commented 4 years ago

Sorry for the delay- did you ever get to the bottom of this?

ryancasler commented 4 years ago

No. I was never able to get it to work.

Gadgetoid commented 4 years ago

It could be an issue with the Pi/Blinkt! Might be worth contacting our support (support@pimoroni.com) if you haven't already, since they're more used to dealing with this sort of thing than me.