Hi guys, I've tried looking all over the net to figure out how this chip works exactly, and I think I have an idea thanks to the attached schematic which comes from this page:
I did read the data sheet, I still don't get it hence why I'm here. I'm new to this sort of stuff. I don't want to just make my project work, I want to understand why it works.
See that's what I don't get, that definition of clock sounds like what the latch is supposed to be doing. My understanding is that when you "pull the pin" on a shift register, that what will shift / enter the data into the register. So now I don't get the clock or the latch
Thanks, that gave me more insight into how ICs work. I know now that I can use the SPI.h library for an easy way to communicate with it. I'm probably gonna play around with it tonight. My end goal is an 8x8x8 dimmable-pixel LED Cube.
Okay, I get how it works now, the daisy-chaining is quite handy in my case. Although I misunderstood the product, it has worked out in my favor. I was under the impression that this device could hold bytes instead of bits allowing for a PWM signal output so I could have 8 outputs dimmed at different levels. Oh Well. Thanks for all the help everyone!