Introduction
At sometime or another you may run out of pins on your Arduino board and need to extend it with shift registers. With this shift out module which is based on 74HC595. The datasheet refers to the 74HC595 as an "8-bit serial-in, serial or parallel-out shift register with output latches; 3-state." In other words, you can use it to control 8 outputs at a time while only taking up a few pins on your microcontroller. You can link multiple registers together to extend your output even more. It can also be applies to 51, AVR, PIC and other microcontroller.
Note:This module can be multipled linked,but too much modules linked may affect the working efficiency.Twenty may be better
Pin out
Connection Details
- Input:
- D3 connect to Arduino Digital 3
- D8 connect to Arduino Digital 8
- D9 connect to Arduino Digital 9
- VCC connect to Arduino 5V
- GND connect to Arduino GND
- Output:
- D3 connect to the modules' input D3
- D8 connect to the modules' input D8
- D9 connect to the modules' input D9
- VCC connect to the modules' VCC
- GND connect to the modules' GND
Code
FAQ
For any questions, advice or cool ideas to share, please visit the DFRobot Forum.