Making a Shift Register Using NOR Gates

  • Thread starter Thread starter bobduko
  • Start date Start date
  • Tags Tags
    Shift
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
bobduko
Messages
1
Reaction score
0
Hi -

I am trying to make a shift register using NOR Gates. I have been given multiple HD74LS02P Quad 2-Input Positive NOR Gates, LED lights, resistors, a breadboard and an Arduino UNO.

I have been trying to do this for a long time now, but I don't think I really understand how it works (the flip flop, shift register), and I'm kind of lost as to what to do to start.

Thanks,
Bob Duko
 
Physics news on Phys.org
bobduko said:
Hi -

I am trying to make a shift register using NOR Gates. I have been given multiple HD74LS02P Quad 2-Input Positive NOR Gates, LED lights, resistors, a breadboard and an Arduino UNO.

I have been trying to do this for a long time now, but I don't think I really understand how it works (the flip flop, shift register), and I'm kind of lost as to what to do to start.

Thanks,
Bob Duko

Welcome to the PF.

What have you done so far? What can you tell us about shift registers? Can you show us the logic diagram for making a single flip-flop (FF) out of NOR gates?
 
What is the arduino UNO, is this a microcontroller and are you expected/allowed to use it for the shift register?

Anyway, you should look up latching circuits for some ideas. Have you attempted drawing out truth tables or state machine diagrams? Its good to get an overall strategy with how the logic should progress before you try to implement it with parts; similar to having a specification before you start a design.

I don't know much advice to give you without trying to do the work for you, and we can think of things better if you provide specific questions that you're having.