|
1 | 1 | ## Stuff I need to buy |
2 | 2 |
|
3 | | -- Potentially another 100ft purple wire roll (2154880) |
4 | | -- Potentially another 100ft grey wire roll(2154898) |
5 | | -- 20x 74h595 shift registers (serial-in parallel-out) I use these everywhere it seems |
6 | | -- 10x 74hc165 shift registers (parallel-in serial-out) |
7 | | -- 10x 1N5817 schottky diodes - for arduino nano, use to not allow backfeed(also lower forward voltage drop) |
| 3 | +<!-- - Potentially another 100ft purple wire roll (2154880) --> |
| 4 | +<!-- - Potentially another 100ft grey wire roll(2154898) --> |
| 5 | +<!-- - Potentially another 100ft blue wire roll (2152884) --> |
| 6 | +<!-- - 20x 74h595 shift registers (serial-in parallel-out) I use these everywhere it seems --> |
| 7 | +<!-- - 10x 74hc165 shift registers (parallel-in serial-out) --> |
| 8 | +<!-- - 10x 1N5817 schottky diodes - for arduino nano, use to not allow backfeed(also lower forward voltage drop) --> |
8 | 9 | - 10x 74hc191 synchronous binary up/down counter - 4 are being used for the stack pointer |
9 | 10 | Stack pointer uses 4 counters, high and low byte SP-H, SP-L |
10 | 11 | Control signals: |
|
15 | 16 | 6 signals total |
16 | 17 | can use a 3-8 decoder |
17 | 18 | (BLANK, high in, high out, low in, low out), stack count enable, stack pointer up/down |
18 | | -- 30x BC327 PNP transistors - for multiplexing outputs |
19 | | -- 5x atmega328p |
20 | | -- 10x crystal 16.000MHz |
21 | | -<!-- - aries 40-6554-10 zif socket --> |
| 19 | +- <!-- 30x BC327 PNP transistors - for multiplexing outputs - common anode |
| 20 | +- 30x BC337 NPN transistors - for multiplexing outputs - common cathode --> |
| 21 | +<!-- - 5x atmega328p --> |
| 22 | +<!-- - 10x crystal 16.000MHz --> |
| 23 | +<!-- - aries 40-6554-10 zif socket --> |
| 24 | +<!-- - 10x CD74HC283E 4-bit adder - https://tomnisbet.github.io/nqsap/docs/dxy-registers/ seems like a neat idea to implement to save cycles --> |
| 25 | +- 10x 74hc74 - dual d-type flip-flop |
0 commit comments