Suggestions for a 4-BIT SHIFT REGISTER for BDC thumbwheel?
DavidM
Posts: 630
Hi,
I have successfully used a 74HC165 8-BIT shift register to read the output values from two BCD thumb-wheels, This works fine for just two thumb-wheels..
But, I may need to use 3 or 4 thumbwheels in other designs.
Currently my circuit requires two sets of resistors ( 8 all up) for Hi & LOW states for each thumb-wheel.
I want to make a small PCB that attaches to the back of the BCD thumb-wheel(s), so I need to keep my circuit board small and it also needs to be through-hole.
So , Is there a different shift register the has the following features ..
1) Has only 4 parallel inputs ( i.e 4 BIT ) ( the only ones I have seen have 4 outputs as well)
2) Does not require resistors ( i want to simply wire the 4 inputs of the register directly to BCD THUMBWHEEL and the common of the thumbwheel back to a common on the chip.
3) they need to be cascade-able ( just like the 74HC165 )
4) has serial output so I can use my same SHIFT IN code as for the 74HC165
any suggestions?
regards
David M
I have successfully used a 74HC165 8-BIT shift register to read the output values from two BCD thumb-wheels, This works fine for just two thumb-wheels..
But, I may need to use 3 or 4 thumbwheels in other designs.
Currently my circuit requires two sets of resistors ( 8 all up) for Hi & LOW states for each thumb-wheel.
I want to make a small PCB that attaches to the back of the BCD thumb-wheel(s), so I need to keep my circuit board small and it also needs to be through-hole.
So , Is there a different shift register the has the following features ..
1) Has only 4 parallel inputs ( i.e 4 BIT ) ( the only ones I have seen have 4 outputs as well)
2) Does not require resistors ( i want to simply wire the 4 inputs of the register directly to BCD THUMBWHEEL and the common of the thumbwheel back to a common on the chip.
3) they need to be cascade-able ( just like the 74HC165 )
4) has serial output so I can use my same SHIFT IN code as for the 74HC165
any suggestions?
regards
David M
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
But thats one of the chips I had already looked at,
Can the thumb-wheel be connected direct to the IC without resistors ?
regards
Dave M
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
focus.ti.com/docs/prod/folders/print/pcf8574.html
I am surprised though that you are using thumbwheel switches as they are a bit expensive and sort of "old tech" but I suppose do have their uses as they do not require a display.
*Peter*
How about this chip then, PCA9536 its a 4BIT version! and only 8 pins!,
Can someone confirm then, if the BCD outputs can be directly connected to the inputs of this chip (using PINS PO-P3) without resistors?
Thanks
Dave M
Graham