Julian's Logic: The 74HC595 Shift Register

  Рет қаралды 130,467

Julian Ilett

Julian Ilett

Күн бұрын

Пікірлер: 136
@bigclivedotcom
@bigclivedotcom 9 жыл бұрын
With just one tiny little addition that could do so much more... One XOR gate with a couple of random taps taken from the outputs and feeding into the data input would create the classic LED waterfall with a continuous stream of random data.
@bigclivedotcom
@bigclivedotcom 9 жыл бұрын
+bigclivedotcom Oh, I should add... The name of the random stream generator is an LFSR Linear Feedback Shift Register.
@JulianIlett
@JulianIlett 8 жыл бұрын
+bigclivedotcom I absolutely must try that!
@Kuchnaya11
@Kuchnaya11 8 жыл бұрын
can you give me a digram
@damianoverschmidt1687
@damianoverschmidt1687 7 жыл бұрын
Julian Ilett can you give me diagram of this ? please
@ThatGuy-nv2wo
@ThatGuy-nv2wo 7 жыл бұрын
Why weould you need a diagram? Just stick DIN to the serial output and whack some XORs to outputs and feed it into DIN
@wdavem
@wdavem 9 жыл бұрын
Cool! I made one out of SPST(single pull, single throw) 5 volt relays and led's for relay-diode logic many years ago. I was expecting a sequence generator with the circuit I designed but then it turned out to work as a shift register... that was a moment! I have been into this stuff more ever since. Thank you for this because you show how easy it is to make this exactly as you have or otherwise.
@tubical71
@tubical71 9 жыл бұрын
You can´t imagine how much i appreciate this one! Some 30 years ago i played around with 4000er series shift registers, but i wasn´t able do set up what you just done...so shift-regs had beed like some sort of evil electronic things to me. I used binary counters and decoders instead. Now i go for these 595s, may with the arduino, 4017 or just like you the 555...) Lesson learned, thanx Julian!
@BogusNotions
@BogusNotions 9 жыл бұрын
The is actually no issue with the clocks being connected together, this is pretty much a requirement for must synchronous systems to operate. From the Texas Instruments data sheet for the 74HC595 - "† This setup time allows the storage register to receive stable data from the shift register. The clocks can be tied together, in which case the shift register is one clock pulse ahead of the storage register."
@JulianIlett
@JulianIlett 9 жыл бұрын
+BogusNotions I missed that. No race condition then, just a 1-clock cycle delay. Thanks for straightening that out.
@BogusNotions
@BogusNotions 9 жыл бұрын
+Julian Ilett It's not immediately obvious but if you think about it the flip-flops in the shift register are connected in exactly the same way and work without problem and of course also give the required one clock delay. This is in fact how most synchronous digital circuits are arranged; a topic for a video perhaps?
@stuartmcconnachie
@stuartmcconnachie 9 жыл бұрын
Race condition can be essentially discounted (from a visual point of view) in this setup, because your clock rate is fast compared to the data rate. If the race condition occurs on the very occasional data transition it will be corrected on the very next clock pulse when the data input will have reverted to steady state (at which point it matters not if "new" or "old" bit gets clocked in to latch as both are the same value).. And you have very long runs of steady state input when you use a switch as input. However if you were to drive the input of the second SR from the latched output of the first, and so on, you may see a different result? Or reduce the clock rate and you may see an occasional latch error.
@sdgelectronics
@sdgelectronics 9 жыл бұрын
If you don't need the output latch or output enable, you can use the 74HC164
@captainpugwash4100
@captainpugwash4100 5 жыл бұрын
Whether clocking both SH_CP and ST_CP simultaneously causes a race condition or not, the datasheet shows that the clock pulses are 180° out of phase. Therefore if you connect the SH_CP directly to the 555 timer and ST_CP to the 555 through an inverter, any problems with instability within the 74HC595 are resolved. This also matches the clocking pattern in the datasheet.
@raymundhofmann7661
@raymundhofmann7661 9 жыл бұрын
Unlikely to get metastability issues, because the edge triggered registers are presumably very similar in timing and they work for the chained shift register. Just the extra clock until the shiftregister is transfered in the output register is the issue.
@dentakuweb
@dentakuweb 9 жыл бұрын
Great stuff. This afternoon I got three tpic6c595 shift registers. They have a different pinout from regular 595 chips but they can sync quite a lot more current.
@makomk
@makomk 9 жыл бұрын
Interestingly, the datasheet for the NXP version of the 74HC595 does discussion l specify the behaviour if SHCP and STCP are connected - it says the output is delayed by one clock cycle exactly.
@JulianIlett
@JulianIlett 9 жыл бұрын
+makomk Well spotted, my bad. No race condition, just a 1 clock cycle delay.
@djseanie10o
@djseanie10o 9 жыл бұрын
Could you upload a photo of the schematic of the circut
@AdamWelchUK
@AdamWelchUK 9 жыл бұрын
Thanks for this Julian - I too was inspired by Big Clives sign (although I'm not sure I'd be bothered with quite the number of LEDs he soldered into that sign!). I've some 74HC595s sat in my component box for a couple of months. I must find a suitable project to utilize one or two. Thanks for the explanation - I'm sure I'll been viewing your video again once they come out of the box.
@gedtoon6451
@gedtoon6451 4 жыл бұрын
Two minutes in you say you are worried that it is wrong to connect the shift clock and the register clock together. At 4:01 into the video you show the data sheet, and in section 1 it states that "If both clocks are connected together, the shift register will always be one clock pulse ahead of the storage register". So it is OK to connect the clocks together.
@phiwatec2576
@phiwatec2576 7 жыл бұрын
What would happen if you connect the output of the last register to the input of the first one? Would it be like a loop in wich you can program pulses?
@enigmaticloremaster1700
@enigmaticloremaster1700 2 жыл бұрын
would it be possible instead of a 555 timer but use an audio source to create a spike that could be used to clock the circuit with audio and be set up as a small sound operated light display of some kind.
@m.l.5284
@m.l.5284 3 жыл бұрын
9:09 I don't understand the part with the 7-segment led display. There are only 2 of the shift-register chips on the board, hence 16 bit can be stored, but the board has 4 digit display, with 7 leds each (if you don't use the dp). So it needs to shift 28 bits around, with only 16 bit registers. How does this work?
@williefleete
@williefleete 8 жыл бұрын
I've done something like this using a 595 as an address register and 8 other similar registers as display drivers (ucn5841 I think it was, open collector shift registers designed for driving coils instead driving common anode LED displays) using 4 io lines and a serial input I made an 8 digit led display that could display numbers, beep and display 21 other characters
@RobertSzasz
@RobertSzasz 9 жыл бұрын
That cool multiple breadboard is the SYB-500. Just looked it up, costs about 20 usd
@MrSlehofer
@MrSlehofer 9 жыл бұрын
+Robert Szasz uhm www.ebay.com/itm/4-In-1-700-Position-Point-SYB-500-Tiepoint-PCB-Solderless-Bread-Board-Breadboard-/200915429569?hash=item2ec77e28c1:g:iZgAAOxyE-dRzVGI
@MrSlehofer
@MrSlehofer 9 жыл бұрын
+Robert Szasz uhm www.ebay.com/itm/4-In-1-700-Position-Point-SYB-500-Tiepoint-PCB-Solderless-Bread-Board-Breadboard-/200915429569?hash=item2ec77e28c1:g:iZgAAOxyE-dRzVGI
@mechanicaltimi123
@mechanicaltimi123 5 жыл бұрын
In the manual it says when clocks are tied together, one will always stay ahead
@Reuben1024
@Reuben1024 9 жыл бұрын
Very interesting, I too watched the Big Clive video and was quite curious to try them. Well I paused this video to go to Ebay to order and some are on their way form China now; just have to give them a go, As always interesting and has to be one of the neatest breadboard layouts I've seen,
@sarangalekamge1048
@sarangalekamge1048 6 жыл бұрын
can anybody explain to me how to achieve shift left and right also in this shift register
@kckc9245
@kckc9245 4 жыл бұрын
Hi .. Thank You... Is possible that you can send me the diagram for this circuit? Or a link..
@antonviper7803
@antonviper7803 7 жыл бұрын
I used to "play" with the 74ls259 etc like this as well, (early 80's) simply to make interesting lighting effects for display signs :)
@paparoysworkshop
@paparoysworkshop 8 жыл бұрын
Then instead of linking the clock pins, would it not be better to use an inverter such as the 4049 chip?
@ChessRaptor
@ChessRaptor 3 жыл бұрын
What is the resistor used for on what looks like pins 13 and 14?
@valentinshakhin4265
@valentinshakhin4265 2 жыл бұрын
i used 10k everything is working
@ClokworkGremlin
@ClokworkGremlin 5 жыл бұрын
I had a set of these arrive this week, and I wired up a circuit to test them, and so far as I can tell, either the chips I received have a 100% failure rate, or I'm doing something wrong, and neither makes sense. Source input is 3.3v, clock input on both RCLK and SRCLK is 10hz, OE and SRCLR verified tied to VCC. Pushbutton on SER similar to what Julian is using here. I've used a meter to check every input, both on the breadboard and directly at the chip pin, and I've checked and rechecked the values, but no matter what, it behaves as if the SER value is tied to ground. (Sometimes the outputs are all high when I plug it into the circuit, then they cycle low immediately and stay that way no matter what I do with SER.) Sanity check dictates that there's no way the company sent me 250 faulty shift registers, but I've verified every pin both with the datasheet(which, by the way, specifies that the "race condition" isn't an issue, tying SRCLK and RCLK together simply puts the output latch 1 clock cycle behind the internal register) and verified with a probe that it's getting the right value. The only way I've managed to get them to work as advertised is by placing the chip on top of the breadboard and then holding it in with slight pressure. This doesn't always work, and even if it did would be inadequate for obvious reasons, but checking the signals directly at the chip pins proves that it can't be a breadboard problem, because the signals *do* appear on the indicated pins. I'm out of ideas, and I'm torn between dumping the entire shipment in the trash or giving the seller a 1-star review, both of which don't make sense because as I said already, while 1 or 2 faulty chips is unlikely but possible, 250 of them borders on impossible.
@ClokworkGremlin
@ClokworkGremlin 5 жыл бұрын
Started testing every single shift register in the set individually, and I discovered what the problem was once I found a few that worked: some of the registers the vendor sold me actually are faulty. (between 30 and 50% so far.) They probably didn't think the buyer would actually test them before putting them to use.
@HouseOfHacks
@HouseOfHacks 8 жыл бұрын
I just read the '595's datasheet yesterday and then this popped up in my YT recommended list. Spooky. Anyway, according to the datasheet: "If both clocks are connected together, the shift register always is one clock pulse ahead of the storage register." So it doesn't sound like there's a race condition but working as expected. Cheers.
@DockterDoom
@DockterDoom 8 жыл бұрын
Google is Skynet
@HouseOfHacks
@HouseOfHacks 8 жыл бұрын
haha, certainly getting closer every day.
@trinhpcb1528
@trinhpcb1528 4 жыл бұрын
Hi sir. Can you give me the schematic? thank you so much.
@kevy1yt
@kevy1yt 9 жыл бұрын
One thing that would be fun to try is to tap off one of the shift outputs and XOR it with another shift output and take that XOR output and feed it back into the input (or'd with the switch input). That should create a pseudo random number generator.
@MikeHoughtonasUnit8720
@MikeHoughtonasUnit8720 9 жыл бұрын
Neat. I had a teacher that said you need to know the rules before you can break them.
@netx421
@netx421 4 жыл бұрын
What if we ran an audio signal through the input?
@valentinshakhin4265
@valentinshakhin4265 4 жыл бұрын
I am just trying to tie this circuit to the sound through a converter based on NE555
@valentinshakhin4265
@valentinshakhin4265 2 жыл бұрын
I filed a sound for this scheme! )) kzbin.info/www/bejne/aZeoZXuvmKaUrZI
@johnhamilton1953
@johnhamilton1953 9 жыл бұрын
Nice. It's given me an idea to make what I can only describe as 'organ pipes' or 'bubble tubes' of LEDs to be triggered by a MIDI xylophone I've been meaning to finish. Would look great having 8 of these 'tubes' driven by your penny organ.
@laplacianisotope4245
@laplacianisotope4245 7 жыл бұрын
Please post schematics if possible! I have tried drawing out my own and have wired it multiple times with no avail :(
@Sarahbuildsstepsequencers
@Sarahbuildsstepsequencers 8 жыл бұрын
Great display show, but as a layperson, very difficult to understand shift registers.
@skunkwurkz
@skunkwurkz 9 жыл бұрын
As usual I understand only 50% of what you're saying, however that's enough to keep me engaged 🤓. Spot on as always!!
@DantalionNl
@DantalionNl 9 жыл бұрын
Would making the stop wire longer then the shift register wire prevent the issue, even though still very naughty
@JulianIlett
@JulianIlett 9 жыл бұрын
+Lan Party Hosting Einstein says no. Long wires won't have much effect. You could throw in a few inverters to add some gate propogation delay, but that's a bit pointless since a single inverter solves the problem anyway.
@raymundhofmann7661
@raymundhofmann7661 9 жыл бұрын
+Lan Party Hosting A typical coax cable gives you ~5ns/m. And if you just use a wire of a few meters length you may get the additional feature of a cell phone rf power sensor or something.
@nickhill9445
@nickhill9445 9 жыл бұрын
You could skew the clock pulses using a resistor with CMOS. You could play with jumpers and resistors to get to a point where you do see a very obvious race condition. Use a resistor to slightly delay the shift register clock pulse perhaps? The resistor plus gate capacitance will introduce a delay according to the r/c time constant. The "right" values could make it interestingly unpredictable!
@JulianIlett
@JulianIlett 9 жыл бұрын
+Nick Hill I like that idea :)
@tubical71
@tubical71 9 жыл бұрын
+Nick Hill or go the opposite way, when you insert a capacitor in series with that data out clock pulse it will be delayed in order to avoid that race condition....;)
@cmuller1441
@cmuller1441 9 жыл бұрын
Or you could use a simple npn transistor with a base resistor to limit the current and a collector resistor to make a negative amplifier used as a not gate dlb.sa.edu.au/rehsmoodle/file.php/282/kpsec.freeuk.com/trinvert.gif
@nickhill9445
@nickhill9445 9 жыл бұрын
+TubiCal A capacitor would AC couple the clock when in series. This would create a charge pump which would likely change the time at which the signal crosses the detection threshold of the input. This arrangement could also potentially damage the input if Vcc were higher since a charge pump can double the voltage. A resistor on the latch bus if selected correctly should on it's own guarantee the usual objective of no race condition. I was thinking to put a resistor on the shift clock bus to guarantee a race condition for fun and effects :-)
@dmwtech4495
@dmwtech4495 9 жыл бұрын
Just wanted to share, there is a young man Kevin Darrah, that has a channel and has really good info on using these chips, and he built a massive 8x8x8 rgb led cube with them and an arduino.
@im5341
@im5341 6 ай бұрын
Why you did not share the schematic?
@paolomartinez2878
@paolomartinez2878 9 жыл бұрын
Clear and simple, thanksa lot Julian.
@tablatronix
@tablatronix 8 жыл бұрын
Can you build a shift register with gates or other logic states? I am having a hard time finding a good logic diagram for a sipo.
@tablatronix
@tablatronix 8 жыл бұрын
+tablatronix doh, the logic blocks are just d flip flops i think.
@MrChasekennedy
@MrChasekennedy 4 жыл бұрын
the shift register contains a current limiting resistor at each output. many 74h series do. that is the reason the amperage isnt ruining leds. this is misleading.
@OnePurplePopcorn
@OnePurplePopcorn 5 жыл бұрын
could u share circuit diagram?
@valentinshakhin4265
@valentinshakhin4265 4 жыл бұрын
выглядит отлично! но по видео не удается разобрать все подключения. есть возможность выложить схему? видимо, какая-то ошибка у меня в разводке 555. у кого получилось, можете показать схему? и номинал резистора между 13 и 14 ножками. looks great! but the video fails to parse all the connections. Is it possible to lay out a diagram? Apparently, some kind of error in my wiring 555. who did it, can you show the circuit? and the value of the resistor between 13 and 14 legs.
@valentinshakhin4265
@valentinshakhin4265 4 жыл бұрын
всё заработало! супер!
@daab889
@daab889 8 жыл бұрын
At 1:47 , Isn't that 2.4 volts?
@ciarfah
@ciarfah 7 жыл бұрын
daab889 close to 3 if they're fully charged ;)
@rayreese2
@rayreese2 9 жыл бұрын
I must be missing something... I see 45 LEDs driven by 5 8-bit shift registers. But, as always a very interesting and entertaining video. Thanks!
@tdcattech
@tdcattech 9 жыл бұрын
Didn't understand half of that (my lack of knowledge, not your explanation) but I still enjoy watching. I do like the macro filming, even if you only achieve it with a magnifying glass :-)
@rossanderson78
@rossanderson78 7 жыл бұрын
You sir are a gem. Thank you. :)
@Arnthorg
@Arnthorg 9 жыл бұрын
Could you connect the output of the last to the input of the first shift register and have the pattern repeat indefinitely?
@JulianIlett
@JulianIlett 9 жыл бұрын
+Arnþór Gíslason Sounds like a good idea for an update video
@justinlynn
@justinlynn 8 жыл бұрын
You've implemented a clockable delay line memory. Neat!
@twirlywhirly555
@twirlywhirly555 9 жыл бұрын
Nice , I use the high powered version with open drains for driving incandescent lamps for a 24 clock
@50merlin
@50merlin 9 жыл бұрын
hi i noticed you have a voice recognition module is very good if so can you tell me where you got it from .. thanks
@SpeccyMan
@SpeccyMan 9 жыл бұрын
4 times 10 segment LED bargraphs would look good here if you crave neatness, but you would need to put them on the breadboard below that one and then use 40 link wires (ouch!) or, since you are going to need 40 you might as well go with the resistors anyway. Of course this only really makes sense if you already have them and are that OCD. He he he!
@michaelkelly1251
@michaelkelly1251 7 жыл бұрын
Instead of two shift registers use a 7447 to light up 16-- 7 segment displays by using a 74154 to pull each 7 segment low or maybe its' high? and then use a 74193 as a clock and a 2114 memory chip to store the number for each of the segments. This may work better for a 7448 I cannot remember But I know this works as the 74154 is running so fast you cannot see the change I am thinking a 555 timer and slow that clock down and you can see each display light up at a time. Interested? Let me know I can draw it out. Or I used to could I am 61 now and a tenth grader dropout. So
@proofesur
@proofesur 7 жыл бұрын
i would totally connect this to my hard drive state LED output
@manassekabasele216
@manassekabasele216 8 жыл бұрын
I do not really get the use of the 555 timer. And is it used as an astable or monostable ?
@manassekabasele216
@manassekabasele216 8 жыл бұрын
Ohw it's a CMOS timer. My bad. but still, what is the use of the timer in the circuit ?
@DaffyDaffyDaffy33322
@DaffyDaffyDaffy33322 8 жыл бұрын
It's used to clock the shift registers. Without it, the registers would never accept new data, they'd just sit there.
@DupczacyBawol
@DupczacyBawol 7 жыл бұрын
"It is a miracle." - S. Jobs
@simonhopkins3867
@simonhopkins3867 9 жыл бұрын
Julian ilett have you ever played with pld's ? I've recently been given an old printer and I found a... atmel ATF16V8B pld I've downloaded the datasheet as I didn't have a clue what it was. and as you seem to like playing with logic!!! cool video; -)
@darktherapy
@darktherapy 9 жыл бұрын
You "could" actually use a 595 for multiple inputs. Add a push button to every output of the 595 and have them all connect to 1 input on an arduino, send a bit to every output quickly, one at a time and check the input to see if a button has been pressed. Wherever the bit was, that's where the button was pressed. Not efficient but an interesting experiment.
@superdau
@superdau 9 жыл бұрын
+DarkTherapy If 595s is all you have, sure. Otherwise there's something like the 74HC165, which does the opposite (parallel in serial out) to the 595.
@tim-214
@tim-214 8 жыл бұрын
i copied this circuit. thanks for the video I found it really coolllll. :)
@PlaidX
@PlaidX 6 жыл бұрын
Will this work with a regular 555?
@lukashanus7805
@lukashanus7805 3 жыл бұрын
yes
@ticktock8751
@ticktock8751 5 жыл бұрын
Good video do you have a Electronic Circuit for this
@AlternativeDIYEnergy
@AlternativeDIYEnergy 9 жыл бұрын
Awesome sire.
@Rouverius
@Rouverius 9 жыл бұрын
You have the makings of a rather clever-looking Morse code trainer.
@johnbullpit9481
@johnbullpit9481 2 жыл бұрын
Thank you for your statement 'bit like a scope'. I wonder if anyone else ' latched' on to that idea. Mmm! Another five rows of LEDs and how many chips? I'm nearly 80 years old and can't get my brain around that. Over to you. Hehe
@mickclarke128
@mickclarke128 6 жыл бұрын
Hi Julian, I've been following your KZbin videos for some time now and found them extremely interesting, Thank You. I've come across this video and I've tried to duplicate the setup but trying to trace the circuit from the image on screen it's been a little difficult, Is it possible to email me a circuit diagram and component list so I can build this project. Thanks.
@benfindlay1355
@benfindlay1355 3 жыл бұрын
Michael did you get a circuit diagram if so would it be possible to send me it thanks
@dangersdnb
@dangersdnb 9 жыл бұрын
that bloody torch lol
@karinyafields9651
@karinyafields9651 7 жыл бұрын
May I ask where you got the breadboard from?
@firenado4295
@firenado4295 7 жыл бұрын
yeah was wondering the same thing so I found this: www.ebay.co.uk/itm/2860-tie-point-solderless-breadboard-Including-jumper-wire-E1U4-G8K4-L5E3/322930676246?epid=1582356529&hash=item4b302b1216:g:ydkAAOSwxixaK4nZ Is this what you are looking for?
@migry
@migry 9 жыл бұрын
My first reaction - where are the current limiting resistors for the LEDs? OK so you just mentioned this as I was typing!
@chrisgervasi
@chrisgervasi 7 жыл бұрын
84/5000 I'm italian. very interesting. Can you show me the elettronicco scheme. Thank you
@someoneyoudontknow106
@someoneyoudontknow106 9 жыл бұрын
AWESOME , VERY VERY COOL!!!!!!!
@FrankZen
@FrankZen 7 жыл бұрын
That's dope!
@newrez
@newrez 7 жыл бұрын
This is so cool
@Electron6807
@Electron6807 6 жыл бұрын
Give mi a ckt diagram
@sheldonlarson3711
@sheldonlarson3711 4 жыл бұрын
Very helpful!!!!
@webchimp
@webchimp 8 жыл бұрын
Some of these 8 segment bar graphs would work well with this circuit. www.amazon.co.uk/Pins-Segment-Display-Digital-10x20mm/dp/B00H8QG6AW/ref=sr_1_3?ie=UTF8&qid=1476639538&sr=8-3&keywords=8+segment+LED+bargraph+display
@drkastenbrot
@drkastenbrot 9 жыл бұрын
You should have fun with a digispark. I actually managed to create software for the digispark that hacks any current windows system and the anti malware program cant do anything about it. It abuses the usb keyboard functionality to inject download scripts into various programs. Its basically a usb stick arduino, giving you great new possibilities.
@iamdarkyoshi
@iamdarkyoshi 9 жыл бұрын
"Julian's Logic" Something about that title made me laugh :) I have recently been playing around with LM3914 LED bargraph drivers but my chinese source of 500 LEDs didnt ship my order :(
@krisztianszirtes5414
@krisztianszirtes5414 9 жыл бұрын
+Luke Den Hartog Make a complaint. And if the pack arrives later and way out of the time interval, be happy.
@iamdarkyoshi
@iamdarkyoshi 9 жыл бұрын
I already complained and they said they would ship "another" According go the tracking number the original one never made it to the post office
@krisztianszirtes5414
@krisztianszirtes5414 9 жыл бұрын
+Luke Den Hartog Oh well. But that could be the responsibility of the post of the other country too. There was a guest on EEVblog not so long ago who was talking about these issues. Post is a mess.
@joelhowell5402
@joelhowell5402 9 жыл бұрын
I know you have tons of comments and subscribers but I have a video/project suggestion for you. A home made peltier drink machine cooler.
@WayneJohnsonZastil
@WayneJohnsonZastil 9 жыл бұрын
Nice
@ozdemirsalik
@ozdemirsalik 7 жыл бұрын
Poor man's logic analyser :D
@EdiSusantogadget
@EdiSusantogadget 4 жыл бұрын
SN74HC595
@NickStallman
@NickStallman 9 жыл бұрын
595's are great for LEDs. Years ago I did 8 RGB LEDs using them. kzbin.info/www/bejne/pHWyhoimrctgpdk
@aliexpress3937
@aliexpress3937 9 жыл бұрын
gud
@Pagor
@Pagor 6 жыл бұрын
like you :)
@DupczacyBawol
@DupczacyBawol 7 жыл бұрын
Sir, you could just use one NPN transistor and 2 resistors (NOT gate) to inverse the clock amplitude for the Storage CLK (pin 12) - maybe to teach young people good habits, and not to be so careless?
@tim-214
@tim-214 8 жыл бұрын
coolll
@Aperson-sv2hc
@Aperson-sv2hc 9 жыл бұрын
twenty FIRST!
@Aperson-sv2hc
@Aperson-sv2hc 9 жыл бұрын
Turned to twenty second in 4 seconds lol.
@Aperson-sv2hc
@Aperson-sv2hc 9 жыл бұрын
Duh, it counts the comments on comments too. That makes sense, so it really is the twenty FIRST!
@keepytsafe8885
@keepytsafe8885 9 жыл бұрын
first
@Aperson-sv2hc
@Aperson-sv2hc 9 жыл бұрын
Really?
Controlling a BIG LED Matrix?! How Shift Registers work! || EB#39
12:33
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
See who decided to take her Self serious.
4:05
Damillion Allure
Рет қаралды 1
74HC595 Shift Register with 74HC86 XOR Gates
19:17
Julian Ilett
Рет қаралды 31 М.
The 10,000 Year Shift Register
33:52
Julian Ilett
Рет қаралды 88 М.
Playing Music on the Oldest Running Computer in America!
27:06
Usagi Electric
Рет қаралды 366 М.
74HC595 & 74HC165 Shift Registers with Arduino
40:38
DroneBot Workshop
Рет қаралды 412 М.
The BEST Mechanical Display You've EVER Seen!!!
13:51
Tin Foil Hat
Рет қаралды 582 М.
How Shift Registers Work - The Learning Circuit
10:44
element14 presents
Рет қаралды 131 М.
Lesson 24 - 74HC595 Shift Register
20:21
Ricardo Moreno
Рет қаралды 45 М.
WHAT IS SPI? | DIY SPI in 74 series logic!
31:17
OverKill Projects
Рет қаралды 2,6 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.