Тёмный
No video :(

How to use the 74HC595 Shift Register with Arduino. 

MYTECTUTOR
Подписаться 7 тыс.
Просмотров 5 тыс.
50% 1

This tutorial shows the basic working principles of the 74HC595 shift register with Arduino. The 74HC595 is an 8-bit serial to parallel shift register that is used to increase the number of input or output pins of a microcontroller.
I have demonstrated the use of this shift register to control LEDs to make a simple LED chaser and Binary counter.
Subscribe to my channel: bit.ly/2LiMpF0
For the code and schematics visit the link: mytectutor.com...

Опубликовано:

 

27 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 5   
@flossoul
@flossoul 24 дня назад
vey nice animation
@przemysawbrzostowicz7904
@przemysawbrzostowicz7904 2 года назад
Very clear explained for everyone, great video, great animations about registrów works. it was very difficult to understsnd your english.
@khalidramen3254
@khalidramen3254 5 месяцев назад
can you show how shift reguster can control 3 l293 motor driver to drive 6 dc motor
@JorgeLuis-po5uq
@JorgeLuis-po5uq 2 года назад
Your code is wrong doesn't upload
@j.c.serranosanchez3190
@j.c.serranosanchez3190 2 года назад
Tiene un pequeño error. Este compila int tDelay = 250; int dataPin = 4; // DS - data serial on 74HC595 int latchPin = 7; // ST_CP - storage register clock pin on 74HC595 int clockPin = 8; // SH_CP - shift register clock pin on 74HC595 - Why not D13 SCK pin? bool DirectionState = 0; void setup(){ pinMode(latchPin, OUTPUT); pinMode(dataPin, OUTPUT); pinMode(clockPin, OUTPUT); } void loop(){ byte leds = 0B00000000; updateShiftRegister(leds); delay(tDelay); for (int i = 0; i < 8; i++){ // set the bit i to 1, starting with bit 0, the least significant bit (rightmost bit) bitSet(leds, i); updateShiftRegister(leds); delay(tDelay); } DirectionState = !DirectionState; }
Далее
74HC595 & 74HC165 Shift Registers with Arduino
40:38
Просмотров 397 тыс.
what will you choose? #tiktok
00:14
Просмотров 5 млн
I built my own computer. by hand.
13:03
Просмотров 1,2 млн
MCP2515 CAN Module with Arduino.
10:59
Просмотров 764
The Shift Register: Explained [74HC595]
6:04
Просмотров 108 тыс.
INFINITE Pins for ARDUINO?  |  74595 Shift Register
9:45
How 74HC595 Shift Register Works ? | 3D animated 🔥
3:45
32 bit Shift Register
11:56
Просмотров 8 тыс.
74hc595 with Arduino tutorial
10:35
Просмотров 36 тыс.