SN74HC595N - 8-Bit S-I-P-O Tri-State Buffered Shift Register - Not Until You Are Ready - Simply Put

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 13

  • @parapos
    @parapos 4 ปีที่แล้ว +1

    well explained ,thank you.

  • @stephaneshm3043
    @stephaneshm3043 4 ปีที่แล้ว

    very good visual explication, i love this video, very interresting , very speed but i will see it again and again..thanks

  • @stevedonkers9087
    @stevedonkers9087 4 ปีที่แล้ว +1

    These are great if you're doing something with an Arduino or ESP (or any microcontroller, really) and you don't have enough pins to control what you want. I use two of these to input the data into my EEPROMs, and it only requires three of the pins on the Arduino - the Serial input pin, the clock pin and the register clock pin. You don't need to clear it if every value you're inputting is the maximum amount of bits your setup has (in my case 16bit), because you'll just shift out the previous value as you're shifting in the new one and everything is great.

    • @simplyput2796
      @simplyput2796  4 ปีที่แล้ว

      Yep, I got these chips because of a viewer suggestion regarding a different shift register I featured. There are so many chips!

  • @obtron
    @obtron 3 ปีที่แล้ว

    amazing tutorial

  • @SouthShoreSonics
    @SouthShoreSonics 4 ปีที่แล้ว

    I am a big fan of the CD4094BE.

  • @dentakuweb
    @dentakuweb 4 ปีที่แล้ว

    That was a very nice explanation and the visuals were quite helpful. I didn't realize the QH' was connected that way but it makes sense that it is because you wouldn't be able to control the next chip in the chain if it didn't update regardless of what the RCLK is doing. I just happen to have two 595s connected in series on a breadboard on my desk right now.
    The 595 is probably the most popular 7400 series IC in the Arduino world and they're used everywhere.
    In fact, Arduino even has a function named shiftOut that's mostly used for controlling 595s. www.arduino.cc/reference/en/language/functions/advanced-io/shiftout/
    I use Hardware SPI for controlling them instead because it's much faster.

    • @hayesjamie4073
      @hayesjamie4073 3 ปีที่แล้ว

      i dont mean to be so offtopic but does someone know a method to log back into an Instagram account?
      I stupidly forgot my account password. I would appreciate any assistance you can give me!

    • @aryankabir4167
      @aryankabir4167 3 ปีที่แล้ว

      @Hayes Jamie Instablaster =)

    • @hayesjamie4073
      @hayesjamie4073 3 ปีที่แล้ว

      @Aryan Kabir Thanks for your reply. I found the site on google and I'm in the hacking process now.
      Seems to take a while so I will get back to you later when my account password hopefully is recovered.

    • @hayesjamie4073
      @hayesjamie4073 3 ปีที่แล้ว

      @Aryan Kabir It worked and I actually got access to my account again. Im so happy!
      Thank you so much you saved my ass :D

    • @aryankabir4167
      @aryankabir4167 3 ปีที่แล้ว

      @Hayes Jamie No problem xD

  • @Muzyk89
    @Muzyk89 ปีที่แล้ว +1

    Cereal