Making a Shift Register Using NOR Gates

  • Thread starter Thread starter bobduko
  • Start date Start date
  • Tags Tags
    Shift
AI Thread Summary
To create a shift register using NOR gates, understanding the fundamentals of flip-flops and shift registers is essential. The discussion emphasizes the importance of drawing logic diagrams and truth tables to clarify the design process. Participants suggest researching latching circuits for additional insights and developing a strategy before implementation. Clarifying the role of the Arduino UNO in the project is also recommended. Overall, a structured approach and specific questions will aid in successfully building the shift register.
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.
 
Back
Top