Cascaded shift Registers (how many is to much)
From Stamp works experiment 25
SW21-EX25-Mixed_IO.BS2
Mixing 595 outputs and 165 inputs
I have completed the circuit with both the 74HC595 and the 74HC165 and I love it. 4 pins = 8 in and 8 outs.
I want more
lots more
Is it possible to cascade these? I need around 64 inputs with corresponding outputs. Just like the 595 / 165 relationship. but times 8.
:cool:
SW21-EX25-Mixed_IO.BS2
Mixing 595 outputs and 165 inputs
I have completed the circuit with both the 74HC595 and the 74HC165 and I love it. 4 pins = 8 in and 8 outs.
I want more
lots more
Is it possible to cascade these? I need around 64 inputs with corresponding outputs. Just like the 595 / 165 relationship. but times 8.
:cool:
Comments
Unfortunately Im using the Stamp Works book to wire up the 595 and 165 and Im not sure how to wire up the additional shift registers. Can you provide a diagram?
I should be able to handle the code.
\
thanks again
***************************************************************** 74HC595 Shift Register Schematic (from OBEX object) ***************************************************************** I've used Motorola's pin names in the following diagram: ┌──────┐ QB ┫1 16┣ Vcc QC ┫2 15┣ QA QD ┫3 14┣─────────────────────────────── ← A (SHIFT_DATA from Propeller) QE ┫4 13┣───────────────────── Output Enable (Ground each one) QF ┫5 12┣───────────────┐ ← Latch Clock (to SHIFT_LATCH from Propeller) QG ┫6 11┣─────────────┐ │ ← Shift Clock (to SHIFT_CLOCK from Propeller) QH ┫7 10┣──────────────────┐ ← RESET (to Vcc or to Propeller's Reset pin) gnd ┫8 9┣───────┐ QH' │ │ │ └──────┘ │ │ │ │ Notes: │ │ │ │ Propeller feeds data into "A" input of first stage. ┌──────┐ │ │ │ │ QH' from first stage feeds into A of next stage QB ┫1 16┣ Vcc │ │ │ │ Tie all RESET, Latch Clock and Shift Clock pins together QC ┫2 15┣ QA │ │ │ │ QA - QH are data outputs: Vcc = 1, gnd = 0 QD ┫3 14┣───────┘ A │ │ │ QE ┫4 13┣─────────────│─│──│─── Output Enable (Ground each output enable) QF ┫5 12┣─────────────│─┻──│─── Latch Clock (to SHIFT_LATCH from Propeller) QG ┫6 11┣─────────────┻────│─── Shift Clock (to SHIFT_CLOCK from Propeller) QH ┫7 10┣──────────────────┻─── RESET (to Vcc or to Propeller's Reset pin) gnd ┫8 9┣───────┐ Qh' └──────┘ │ to next 74HC595 Data in (pin 14) or leave disconnected if last one