Git Product home page Git Product logo

Comments (2)

jgarff avatar jgarff commented on May 18, 2024

Using that many LEDs is easy. The library should support thousands of LEDs. One user has confirmed running 1200 so far. The software limit is actually much higher. As for the update frequency, you can apply some simple math. At 800Khz update frequency, with 24 bits per LED, and 110 LEDs, you get:

(800000 / 24) / 110 = 303

So you can theoretically update all 110 LEDs 303 times/sec. This of course assumes no software latency between updates. If your software/CPU load is light, I'd guess > 280 or so updates/sec easy. In my applications I typically sleep to limit the framerate to 30-60 fps. This also keeps the CPU load to < 5%. Your mileage may vary.

from rpi_ws281x.

SummerSeaSun avatar SummerSeaSun commented on May 18, 2024

Hi jgraff,
thanks for your work, I'm looking to a way to drive more than 5000 Led in a matrix, the software limit on a raspberry B appear to be 3200, after this I get : "addr_to_bus() read() failed".
The DMA of the pi is 4K, how this is related to the maximum number of leds?
Is there a way to increase this number?
I've looked at your code but doesn't understand what you mean for "channel".
Thanks in advance, BR.

from rpi_ws281x.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.