- Motorized
- Tools
-
Dev. Tools
-
Electronics
- Power and Energy
- Wires and Connectors
- Grove
- USB Peripherals
- Motors and Servos
- LEDs & Lights
- Assembly kits
- Domotic
- Break-out Boards
- Network
- Electronic basics
- PCBs
- Sound
- Integrated Circuits (ICs, Chips)
- Wireless Connectivity
- Sensors
- Human Interface
- CMS / SMD
- Others
- Prototyping
CD4021BE 8bit Shift Register (parallel to serial)
€1.45
Tax included
CD4021 is a cascadable 8bit parallel to serial shift register (basically the inverse of the 74hc595).
Sometimes you'll end up needing more digital input than the pins on your microcontroller board can readily handle. Using a parallel to serial shift register allows you collect information from 8 or more switches while only using 3 of the pins on your microcontroller.
By the way, this is the IC you need for Arduino ShiftIn function.
For more information, have a look at :
Applications:
- Parallel input/serial output data queueing
- Parallel to serial data conversion
- General-purpose register
- The datasheet : http://www.ti.com/lit/gpn/cd4021b
- The tutorial for hooking it up to an Arduino : http://www.arduino.cc/en/Tutorial/ShiftIn
You might also like