DrLuke, a user at bildr, has written an in depth tutorial on the use of the 74HC595 8 bit shift register.
OK, so say you have this crazy cool idea where you need to control a ton of LEDs (I know, I know… LEDs). You looked at the multiplexer article, and that was great, but this idea is so cool, you need individual control of each LED, and turning them on one at a time just won’t do. Well again, we are here to help, and now it’s time to introduce you to the Shift Register. Not just any shift register, the super cheap, incredibly awesome 74HC595 8-bit Shift Register!
With a video, diagrams, even AVR and Arduino code samples!
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey
Likely because he is doing a demonstration on the 8 bit shift register, and not SPI peripheral…. Sometimes when you incorporate elegance into something you’re trying to effectively teach, it clouds the ultimate objective.
A very well-done tutorial! I wouldn’t mind seeing a matching tutorial for the ‘595’s “partner” – the 74HC165 (8-bit P>S shift register) for those who need byte-wide inputs.
One thing that may become an issue: according to my Philips datasheet, max ICC=+-75mA. As documented, the 180 ohm resistors to drive each LED will permit about 10mA (3V LED) to 15mA (2V LED) or so. If you drive all 8 at once, that’s 80mA to 120mA total current which is out-of-spec. Clearly this will work fine if you don’t drive all 8 LED’s, but that’s an unusual limitation.
At my tech college in the early 90’s we spent a lesson going through a heap of linear and digital ICs. We were shown a diagram of the internal circuitry on an overhead projector and hit with a few details from the datasheet.
Q. How and when would I use that?
A. We’ll get to that in the lab.
Two weeks later in the lab. “Don’t touch anything! These CRO’s are worth more than your life.”
So yeah I wish I had access to tutorials like this back in the 90’s. It doesn’t matter if there end up being hundreds of tutorials on shift registers. Someone will find this one and it will be the ‘one’ that makes sense to them.
Nice one, DrLuke. ! Keep up the good work, internet.
Hi, im trying to do a project using these shift registers, i looked this tutorial and its great, but i have a problem: in my project i use PIC16F887, and this code is for andruino o AVR. So i wonder if someone could help me to understand the code for PIC.
Thanks:)
Is there a reason he bit-bangs this instead of using the SPI peripheral?
I very much LOVE to see my article here!
Thank you very much 🙂
Likely because he is doing a demonstration on the 8 bit shift register, and not SPI peripheral…. Sometimes when you incorporate elegance into something you’re trying to effectively teach, it clouds the ultimate objective.
A very well-done tutorial! I wouldn’t mind seeing a matching tutorial for the ‘595’s “partner” – the 74HC165 (8-bit P>S shift register) for those who need byte-wide inputs.
Who could have guessed that something as apparently boring as an 8 bit shift register could become something of wonder.
One thing that may become an issue: according to my Philips datasheet, max ICC=+-75mA. As documented, the 180 ohm resistors to drive each LED will permit about 10mA (3V LED) to 15mA (2V LED) or so. If you drive all 8 at once, that’s 80mA to 120mA total current which is out-of-spec. Clearly this will work fine if you don’t drive all 8 LED’s, but that’s an unusual limitation.
At my tech college in the early 90’s we spent a lesson going through a heap of linear and digital ICs. We were shown a diagram of the internal circuitry on an overhead projector and hit with a few details from the datasheet.
Q. How and when would I use that?
A. We’ll get to that in the lab.
Two weeks later in the lab. “Don’t touch anything! These CRO’s are worth more than your life.”
So yeah I wish I had access to tutorials like this back in the 90’s. It doesn’t matter if there end up being hundreds of tutorials on shift registers. Someone will find this one and it will be the ‘one’ that makes sense to them.
Nice one, DrLuke. ! Keep up the good work, internet.
Thanks Adam!
It’s really encouraging to see people liking my work 🙂
Hi, im trying to do a project using these shift registers, i looked this tutorial and its great, but i have a problem: in my project i use PIC16F887, and this code is for andruino o AVR. So i wonder if someone could help me to understand the code for PIC.
Thanks:)