Maker Pro
Maker Pro

problems with 74HC165 PISO Shift Register

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
The following pins MUST have a valid logic level (i.e. not left floating)

1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 14, 15.

Regardless of how silly it might sound, they must have a valid input voltage or the chip could behave unpredictably.

If the input pins are tied to the output of another chip that is capable of pulling the value both high and low (as an ATTiny can) then there is no need for pull-up or pull-down resistors as long as you maintain a valid logic level on these pins. If you ever plan on setting them up as inputs, you will need that pull-up or pull-down again.
 
Steve I think Bob has most of those pins under control, just a matter of checking pin 10 and pin 1.

As long as you have it working, its easy to tweak it here and there a bit :)

Happy days ..............
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
ok, is there anyway to cheat it? so I dont have to use a resistor for each pin?

Yeah, if they're not connected to anything else, just connect them directly to ground or +5V. You only need the resistor if you're connecting it to something else that needs to change the logic level.
 
Top