Coder Social home page Coder Social logo

more the 8 daisy chained about ledcontrol HOT 7 OPEN

wayoda avatar wayoda commented on August 17, 2024
more the 8 daisy chained

from ledcontrol.

Comments (7)

voneiden avatar voneiden commented on August 17, 2024

As far as I know the packet size for the chip is 16 bytes, which has 8 bytes of data. That means a maximum of 7 no-op bytes and as such it is limited to a maximum of 8 chips.

https://datasheets.maximintegrated.com/en/ds/MAX7219-MAX7221.pdf

from ledcontrol.

klarson18 avatar klarson18 commented on August 17, 2024

Thank You for the response! Makes sense.
Kyle Larson

On Fri, Apr 15, 2016 at 2:45 PM, Matti Eiden [email protected]
wrote:

As far as I know the packet size for the chip is 16 bytes, which has 8
bytes of data. That means a maximum of 7 no-op bytes and as such it is
limited to a maximum of 8 chips.

https://datasheets.maximintegrated.com/en/ds/MAX7219-MAX7221.pdf


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
https://github.com/wayoda/LedControl/issues/15#issuecomment-210591929

from ledcontrol.

Sloaix avatar Sloaix commented on August 17, 2024

@voneiden

I do not think that's the reason.

from ledcontrol.

voneiden avatar voneiden commented on August 17, 2024

Yeah, I remember this was a wrong conclusion. More than 8 can be chained.

from ledcontrol.

akhileshghanshyam avatar akhileshghanshyam commented on August 17, 2024

include.docx
@klarson18 can u please send me the code to run the 8 matrix chain. because i have problem with my code
i have tried my best to make it run 8 matrix chain instead of 4. it will be very kind of u. my email id [email protected]
attached here is the code which i am using. this code is to chain 4 matrics. can you edit this code for me or if have any other code which can chain more than 4 matrices than please send me on above mentioned email id.

from ledcontrol.

akhileshghanshyam avatar akhileshghanshyam commented on August 17, 2024

@voneiden can u please help me to chain 10 (8x8) matrices. I have code which is capable of running 4 matrices. i am trying to make it to run 10 matrices. but no succeeded yet. can you help me in any way. My email id [email protected] . my hardware part is done and is working but in group of 4+4+2. the attached here is the code i am using. can you make desired changes in this code to make it run 10 matrices. if not 10 than at least 8.
include.docx

from ledcontrol.

DigaFabian avatar DigaFabian commented on August 17, 2024

@klarson18 It is hardcoded in the LedControl.cpp file.

To get more than 8 matrices working go to your Arduino library folder, in my case it is located at:

C:\Users{Username}\Documents\Arduino\libraries\LedControl\src

There open the LedControl.cpp file with an editor like notepad++ and remove lines 50 and 51.
This way I was able to chain 15 matrices, though I am not sure what the maximum amount of matrices is.

from ledcontrol.

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.