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.
The CD4021BE is an 8-bit parallel-in, serial-out shift register designed to expand digital input capabilities.
This component allows you to read the state of eight switches or sensors while using only three microcontroller pins (Data Out, Clock, Latch). It works seamlessly with the Arduino ShiftIn() function.
You might also like
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.
check_circle
check_circle