Julian's Logic: The 74HC595 Shift Register

Поділитися
Вставка

КОМЕНТАРІ • 136

  • @bigclivedotcom
    @bigclivedotcom 8 років тому +62

    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 8 років тому +17

      +bigclivedotcom Oh, I should add... The name of the random stream generator is an LFSR Linear Feedback Shift Register.

    • @JulianIlett
      @JulianIlett  8 років тому +17

      +bigclivedotcom I absolutely must try that!

    • @Kuchnaya11
      @Kuchnaya11 7 років тому

      can you give me a digram

    • @damianoverschmidt1687
      @damianoverschmidt1687 7 років тому +1

      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 8 років тому +1

    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 8 років тому +1

    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!

  • @AdamWelchUK
    @AdamWelchUK 8 років тому +1

    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.

  • @BogusNotions
    @BogusNotions 8 років тому +15

    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  8 років тому +4

      +BogusNotions I missed that. No race condition then, just a 1-clock cycle delay. Thanks for straightening that out.

    • @BogusNotions
      @BogusNotions 8 років тому +1

      +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?

  • @dentakuweb
    @dentakuweb 8 років тому

    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.

  • @Reuben1024
    @Reuben1024 8 років тому

    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,

  • @stuartmcconnachie
    @stuartmcconnachie 8 років тому +1

    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.

  • @rossanderson78
    @rossanderson78 6 років тому

    You sir are a gem. Thank you. :)

  • @justinlynn
    @justinlynn 8 років тому

    You've implemented a clockable delay line memory. Neat!

  • @paolomartinez2878
    @paolomartinez2878 8 років тому

    Clear and simple, thanksa lot Julian.

  • @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 8 років тому

    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.

  • @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 :)

  • @sdgelectronics
    @sdgelectronics 8 років тому

    If you don't need the output latch or output enable, you can use the 74HC164

  • @tdcattech
    @tdcattech 8 років тому

    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 :-)

  • @rayreese2
    @rayreese2 8 років тому

    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!

  • @djseanie10o
    @djseanie10o 8 років тому +4

    Could you upload a photo of the schematic of the circut

  • @phiwatec2576
    @phiwatec2576 7 років тому +1

    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?

  • @MikeHoughtonasUnit8720
    @MikeHoughtonasUnit8720 8 років тому +1

    Neat. I had a teacher that said you need to know the rules before you can break them.

  • @AlternativeDIYEnergy
    @AlternativeDIYEnergy 8 років тому

    Awesome sire.

  • @mechanicaltimi123
    @mechanicaltimi123 5 років тому

    In the manual it says when clocks are tied together, one will always stay ahead

  • @twirlywhirly555
    @twirlywhirly555 8 років тому

    Nice , I use the high powered version with open drains for driving incandescent lamps for a 24 clock

  • @johnhamilton1953
    @johnhamilton1953 8 років тому

    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.

  • @williefleete
    @williefleete 7 років тому

    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

  • @skunkwurkz
    @skunkwurkz 8 років тому

    As usual I understand only 50% of what you're saying, however that's enough to keep me engaged 🤓. Spot on as always!!

  • @tim-214
    @tim-214 8 років тому +5

    i copied this circuit. thanks for the video I found it really coolllll. :)

  • @paparoysworkshop
    @paparoysworkshop 7 років тому

    Then instead of linking the clock pins, would it not be better to use an inverter such as the 4049 chip?

  • @kevy1yt
    @kevy1yt 8 років тому

    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.

  • @50merlin
    @50merlin 8 років тому

    hi i noticed you have a voice recognition module is very good if so can you tell me where you got it from .. thanks

  • @laplacianisotope4245
    @laplacianisotope4245 7 років тому +2

    Please post schematics if possible! I have tried drawing out my own and have wired it multiple times with no avail :(

  • @Sarahbuildsstepsequencers
    @Sarahbuildsstepsequencers 8 років тому +1

    Great display show, but as a layperson, very difficult to understand shift registers.

  • @HouseOfHacks
    @HouseOfHacks 7 років тому

    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 7 років тому +1

      Google is Skynet

    • @HouseOfHacks
      @HouseOfHacks 7 років тому +1

      haha, certainly getting closer every day.

  • @Rouverius
    @Rouverius 8 років тому

    You have the makings of a rather clever-looking Morse code trainer.

  • @FrankZen
    @FrankZen 7 років тому

    That's dope!

  • @newrez
    @newrez 6 років тому

    This is so cool

  • @dmwtech4495
    @dmwtech4495 8 років тому

    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.

  • @m.l.5284
    @m.l.5284 2 роки тому

    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?

  • @simonhopkins3867
    @simonhopkins3867 8 років тому

    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; -)

  • @enigmaticloremaster1700
    @enigmaticloremaster1700 Рік тому

    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.

  • @sarangalekamge1048
    @sarangalekamge1048 6 років тому

    can anybody explain to me how to achieve shift left and right also in this shift register

  • @makomk
    @makomk 8 років тому

    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  8 років тому

      +makomk Well spotted, my bad. No race condition, just a 1 clock cycle delay.

  • @someoneyoudontknow106
    @someoneyoudontknow106 8 років тому

    AWESOME , VERY VERY COOL!!!!!!!

  • @gedtoon6451
    @gedtoon6451 3 роки тому

    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.

  • @ticktock8751
    @ticktock8751 5 років тому

    Good video do you have a Electronic Circuit for this

  • @RobertSzasz
    @RobertSzasz 8 років тому +1

    That cool multiple breadboard is the SYB-500. Just looked it up, costs about 20 usd

    • @MrSlehofer
      @MrSlehofer 8 років тому

      +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 8 років тому

      +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

  • @nickhill9445
    @nickhill9445 8 років тому +1

    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  8 років тому +1

      +Nick Hill I like that idea :)

    • @tubical71
      @tubical71 8 років тому

      +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 8 років тому

      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 8 років тому +1

      +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 :-)

  • @sheldonlarson3711
    @sheldonlarson3711 3 роки тому

    Very helpful!!!!

  • @Arnthorg
    @Arnthorg 8 років тому

    Could you connect the output of the last to the input of the first shift register and have the pattern repeat indefinitely?

    • @JulianIlett
      @JulianIlett  8 років тому +5

      +Arnþór Gíslason Sounds like a good idea for an update video

  • @proofesur
    @proofesur 7 років тому

    i would totally connect this to my hard drive state LED output

  • @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.

  • @kckc9245
    @kckc9245 3 роки тому

    Hi .. Thank You... Is possible that you can send me the diagram for this circuit? Or a link..

  • @dangersdnb
    @dangersdnb 8 років тому

    that bloody torch lol

  • @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.

  • @pendulum1776
    @pendulum1776 3 роки тому

    What is the resistor used for on what looks like pins 13 and 14?

  • @michaelkelly1251
    @michaelkelly1251 6 років тому

    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

  • @darktherapy
    @darktherapy 8 років тому +1

    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 8 років тому +1

      +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.

  • @ilkergulmez09
    @ilkergulmez09 5 років тому

    could u share circuit diagram?

  • @karinyafields9651
    @karinyafields9651 7 років тому

    May I ask where you got the breadboard from?

    • @firenado4295
      @firenado4295 6 років тому

      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?

  • @trinhpcb1528
    @trinhpcb1528 3 роки тому

    Hi sir.
    Can you give me the schematic? thank you so much.

  • @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

  • @PlaidX
    @PlaidX 6 років тому +1

    Will this work with a regular 555?

  • @SpeccyMan
    @SpeccyMan 8 років тому

    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!

  • @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.

  • @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.

  • @WayneJohnsonZastil
    @WayneJohnsonZastil 8 років тому

    Nice

  • @im5341
    @im5341 2 дні тому

    Why you did not share the schematic?

  • @manassekabasele216
    @manassekabasele216 7 років тому

    I do not really get the use of the 555 timer.
    And is it used as an astable or monostable ?

    • @manassekabasele216
      @manassekabasele216 7 років тому

      Ohw it's a CMOS timer. My bad.
      but still, what is the use of the timer in the circuit ?

    • @DaffyDaffyDaffy33322
      @DaffyDaffyDaffy33322 7 років тому +1

      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

  • @DantalionNl
    @DantalionNl 8 років тому

    Would making the stop wire longer then the shift register wire prevent the issue, even though still very naughty

    • @JulianIlett
      @JulianIlett  8 років тому

      +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 8 років тому

      +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.

  • @chrisgervasi
    @chrisgervasi 7 років тому

    84/5000
    I'm italian. very interesting. Can you show me the elettronicco scheme. Thank you

  • @ozdemirsalik
    @ozdemirsalik 6 років тому

    Poor man's logic analyser :D

  • @iamdarkyoshi
    @iamdarkyoshi 8 років тому

    "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 8 років тому

      +Luke Den Hartog Make a complaint. And if the pack arrives later and way out of the time interval, be happy.

    • @iamdarkyoshi
      @iamdarkyoshi 8 років тому

      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 8 років тому

      +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.

  • @mickclarke128
    @mickclarke128 5 років тому

    Hi Julian, I've been following your UA-cam 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 2 роки тому

      Michael did you get a circuit diagram if so would it be possible to send me it thanks

  • @joelhowell5402
    @joelhowell5402 8 років тому

    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.

  • @migry
    @migry 8 років тому

    My first reaction - where are the current limiting resistors for the LEDs? OK so you just mentioned this as I was typing!

  • @netx421
    @netx421 3 роки тому

    What if we ran an audio signal through the input?

    • @valentinshakhin4265
      @valentinshakhin4265 3 роки тому +1

      I am just trying to tie this circuit to the sound through a converter based on NE555

    • @valentinshakhin4265
      @valentinshakhin4265 Рік тому

      I filed a sound for this scheme! ))
      ua-cam.com/video/3fE4HycAaw0/v-deo.html

  • @drkastenbrot
    @drkastenbrot 8 років тому

    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.

  • @daab889
    @daab889 8 років тому

    At 1:47 , Isn't that 2.4 volts?

    • @ciarfah
      @ciarfah 7 років тому

      daab889 close to 3 if they're fully charged ;)

  • @Pagor
    @Pagor 6 років тому

    like you :)

  • @aliexpress3937
    @aliexpress3937 8 років тому

    gud

  • @webchimp
    @webchimp 7 років тому

    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

  • @electron6807
    @electron6807 6 років тому

    Give mi a ckt diagram

  • @EdiSusantogadget
    @EdiSusantogadget 3 роки тому

    SN74HC595

  • @tim-214
    @tim-214 8 років тому

    coolll

  • @NickStallman
    @NickStallman 8 років тому +1

    595's are great for LEDs. Years ago I did 8 RGB LEDs using them. ua-cam.com/video/nDOUUpxf-ow/v-deo.html

  • @Aperson-sv2hc
    @Aperson-sv2hc 8 років тому

    twenty FIRST!

    • @Aperson-sv2hc
      @Aperson-sv2hc 8 років тому

      Turned to twenty second in 4 seconds lol.

    • @Aperson-sv2hc
      @Aperson-sv2hc 8 років тому

      Duh, it counts the comments on comments too. That makes sense, so it really is the twenty FIRST!

  • @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?

  • @keepytsafe8885
    @keepytsafe8885 8 років тому

    first