Okay, I want to be able to control the 74HC165N shift register with my arduino (I just want to send LOW, HIGH commands to each of the 8 outputs to power LED's), but I am having some trouble looking for a solution online. How would I program this/wire it up? I'm all very new to this, and any help would be greatly appreciated.
Absolutely, I just used some to control a multiplexed 7seg 5 digit led module. As long as you don't need more than 35ma per pin which is plenty for 1 led each.
Also look at www.jameco.com because they are probably only 35cents there but the shipping is higher.
Yupp, that’s exactly what I just got. And yea I just like how fast they ship and IDK they kinda got me into all this stuff so I think they deserve business from me
Could you send me some code? Please it would be so helpful, feel free to post it for others to, may help them too.
This is the basic function. If you chain more together you just send multiple bytes then latch at the end.
You simply tie the pin 9 output of one to the SER of the next one and link all the RCK and SCK lines together.