From the course: Learning Arduino: Interfacing with Hardware
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Wire up the input and clock signals - Arduino Tutorial
From the course: Learning Arduino: Interfacing with Hardware
Wire up the input and clock signals
- Okay, so let's give it a start. Let's start connecting pin number 14 in the shift register, which is the data serial in, and you are going to connect it to the Arduino board pin number eight. Alright so the way to note the numbers within the shift register is by using the indication, the dot over here. So you start from number one, two, three, all the way to eight, and then the other side, nine all the way to 16. So we're using pin number 14, over here, and this one goes to pin number 8. Now we'll talk about how to control the inputs. We're using two essential pins. First is the shift clock, which is pin number 11 in the shift register. Data is shifted on a low-to-high transition of the shift register clock input. And we're going to connect this to pin 11 in the Arduino board. The second clock is the latch clock, which is pin number 12 in the shift register. This input latches the shift register data. The data…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Understanding the shift register2m 24s
-
(Locked)
MC74HC595A shift register overview1m 5s
-
(Locked)
Wire up the input and clock signals2m 1s
-
(Locked)
Wire up the signals for VCC and GND2m 52s
-
(Locked)
Wire up the 7-segment LED2m 18s
-
(Locked)
Initializing pins for the shift register2m 56s
-
(Locked)
The shiftOut command3m 21s
-
(Locked)
-
-