Giter Club home page Giter Club logo

ws2812b-arduinoassembly's Issues

Drive huge led using parallel port

I think that this is Perfect example (assembly language) for parallel port access to drive huge number of led.

Concept >

Creat huge matrix in jinx software (50x40).
Record some pattern in it & save as "test.dat"

File's data will be stored as RAW RGB led data
Like FF 00 00 FF 00 00 ...so on
6 values , means 2 led's data both are red (RGB format).

Now comes to the point...

Technically its impossible to store 2000 LEDs data in buffer coz Arduino UNO dont have that much enough RAM.

But what if we use only little bit ram & real time 8 pin parallel output ,dirct from sd card.

Ex , Read 3bytes of every 750th position's data & store in buffer
1 st pin of port = 250 led (data starts from 1st position)
2nd pin of port = 250 led(data starts from 751th position)
.
.
8 th pin of port = 250 led (data starts from 1751th position)

Now instead of NOP command (waste of time) , read next 24 byte of every next position from 750th & direct send it to port.

As per calculation ,is it possible to drive?
Let me update if their is any exception ๐Ÿ˜…

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.