Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Length limits? #2

Open
drewcovi opened this issue Aug 24, 2017 · 4 comments
Open

Length limits? #2

drewcovi opened this issue Aug 24, 2017 · 4 comments

Comments

@drewcovi
Copy link

apologies as this is a bit of a n00b question: any limit on LED count? I know the AllPixel Mini drives north of 700.

@adammhaile
Copy link
Member

SPI is limited to 4096 bytes so it depends on the LED type and the rpi_ws281x interface has no limit other than speed.

Please post to https://groups.google.com/forum/#!forum/maniacal-labs-users in the future :) We will be closing down issues here and exclusively using that for support.

@adammhaile
Copy link
Member

See this for increasing the SPI limit: https://github.com/ManiacalLabs/PiPixel/blob/master/Usage.md#led-count-limits

@ianmaddox
Copy link

What's the current limit across the Strip HAT? How many 50mA LEDs can I drive before this thing is overloaded?

@adammhaile
Copy link
Member

Power-wise, 5A if you use the attached barrel connector.
So 5000mA / 60mA = 83 leds. 60mA is typical max per pixel. In reality you can probably run ~300 if you don't do all white.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants