
Now that you know how to connect a variety of components to your Arduino, you’ll be inspired to build larger and more complex projects. But what happens if you don’t have enough pins for your creation? That’s where shift registers are helpful. They only require 3 pins on your Arduino and you get 8 outputs – not a bad deal! We’ll be working with the 74HC595, or 595 for short, one of the most popular ones for electronics projects.
MATERIALS:
You’ll be able to follow along and build all the projects featured in this course with the ELEGOO UNO Project Super Starter Kit.
LESSON CONTENT:
- Introduction to how shift registers work
- Connecting a shift register to the Arduino
- Understanding hexidecimals
- Controlling 8 LEDs using the shift register
- Performing logical shift right (LSR) and logical shift left (LSL) functions
- Performing Circular Shift Left (CSL) and Circular Shift Right (CSR) functions
- Using the 595 with other components
- Assignment