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

How many LEDs can you drive? #159

Open
ArosPrince opened this issue Mar 2, 2017 · 4 comments
Open

How many LEDs can you drive? #159

ArosPrince opened this issue Mar 2, 2017 · 4 comments
Labels
notice Issues that are solved/do not require input, but preserved and marked of interest to users.

Comments

@ArosPrince
Copy link

Hi, first of all thanks for the library. I have tried it and so far I must say it's great. There is one thing I am missing though... How many LEDs can you drive? What's the theoretical maximum? I expected to find the information somewhere in the readme, but it's not there...

Thanks!

@sschroe
Copy link
Contributor

sschroe commented Mar 2, 2017

See #8, basically something up to 3000 should be no problem.

@ArosPrince
Copy link
Author

Thanks! And I guess at that count the refresh rate would be only about 11 Hz, right? Practically a bit lower because of the CPU overhead...

@sschroe
Copy link
Contributor

sschroe commented Mar 6, 2017

11 Hz should be right, somewhat depends on the LED type though (RGBW ones are slower). Also if you make use of both PWM channels you should be able to double that (haven't tried it yet).

@Gadgetoid Gadgetoid added the notice Issues that are solved/do not require input, but preserved and marked of interest to users. label Mar 6, 2018
@marcuszerep
Copy link

FYI to anyone else reading this...

Real world example: Pi using single PWM >> level shifter (https://learn.adafruit.com/neopixels-on-raspberry-pi/raspberry-pi-wiring) >> 15 foot double shielded RCA (for signal) >> to 2232 LEDs (WS2815)

Without the level shifter and double shielding signal cable, we did experience signal degradation which led to flickering the whole set of LEDs--color shift, 1 LED signal off. Refresh rate is a bit slow with the signal size but fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notice Issues that are solved/do not require input, but preserved and marked of interest to users.
Projects
None yet
Development

No branches or pull requests

4 participants