Home
Shop
Wishlist0

4015 IC ‎Dual 4-Bit Shift Register (SIPO)

10.00 EGP

Buy Now
Availability: In Stock
SKU:5808493147210
CD4015 functional diagram showing the two internal shift registers.

The CD4015 is a CMOS IC with two 4-bit shift registers. Each shift register has serial input and parallel output pins. It’s commonly used to give you more output pins from a microcontroller, such as Arduino.

You’ll see an example of this further down.

Pin Overview
CD4015 Pinout
Pinout for the 4015 IC
PIN NAMEPIN #TYPEDESCRIPTION
VDD16PowerSupply Voltage (+3 to +15V)
GND8PowerGround (0V)
DA7InputData pin for register A
CLKA9InputClock pulse for register A
RSTA6InputReset pin for register A
QA0,QA1,QA2,QA35,4,3,10Output4-bit output for register A
DB15InputData pin for register B
CLKB1InputClock pulse for register B
RSTB14InputReset pin for register B
QB0,QB1,QB2,QB311,12,13, 2Output4-bit output for register B
Pin overview for the 4015 IC
What is a 4-Stage Shift Register?

A shift register is a simple memory circuit that can store a number of bits. You can build one using a series of flip-flops. Each flip-flop can store one bit. A 4-bit shift register like the ones in the CD4015 chip has 4 flip-flops and is often called a 4-stage shift register:

Shift register circuit made with d flip-flops

After the first clock pulse, whatever is on the Data In pin will be stored in the first flip-flop. What was on the first flip-flop from before is stored on the second flip-flop. What was one the second flip-flop from before is stored on the third… And so on.

The bit that was stored on the last flip-flop will be overwritten. So on every clock pulse, the data is shifted one flip-flop, or one position, to the right. Hence the name shift register.

How To Use The CD4015

First of all, you need to connect the VDD pin to your positive supply terminal and the GND pin to your negative supply terminal. You can use a power supply voltage between 3V and 15V. Although, some versions of the 4015 IC support up to 20V. Check your datasheet for exact values.

Each of the two shift registers in the chip has an independent Clock, Reset, and Data pins. Use the clock and data pins to load data into the registers like this: On each rising edge of the CLK pin, whatever is on the D pin is shifted into the register.

Set the RST pin HIGH to reset the four bits of the register back to 0000. Otherwise, keep it LOW.

At any point in time, you can read the state of the shift registers from the Qxx pins.

Technical Specifications
Physical
Case/PackagePDIP
Contact PlatingGold
MountThrough Hole
Number of Pins16
Technical
DirectionUnidirectional
Frequency17 MHz
Input Capacitance5 pF
Logic FunctionShift Register
Max Operating Temperature125 °C
Max Supply Voltage18 V
Min Operating Temperature-55 °C
Min Supply Voltage3 V
Number of Bits4
Number of Bits per Element4
Number of Circuits2
Number of Elements2
Number of Input Lines1
Number of Output Lines4
Power Dissipation500 mW
Propagation Delay400 ns
Quiescent Current100 µA
Turn-On Delay Time400 ns
CD4015B Datasheet
Back to Top
Product has been added to your cart