Skip to content

Commit dc5c4dd

Browse files
committed
Add electronics BOM with Mouser part numbers
1 parent 1354176 commit dc5c4dd

File tree

2 files changed

+47
-3
lines changed

2 files changed

+47
-3
lines changed

BillOfMaterials/electronics.csv

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
Item,Count,Mouser P/N
2+
,,
3+
"Capacitor, 0.1µF, ceramic (KEMET C315C104K1R5TA)",9,80-C315C104K1R
4+
"Capacitor, 10µF, electrolytic (KEMET ESL106M050AC3AA)",1,80-ESL106M050AC3AA
5+
"Capacitor, 1000µF, electrolytic (Rubycon 10ZLH1000MEFC8X16)",1,232-10ZLH1000MEFC8X1
6+
"Connector, DC barrel jack, 2.0x6.5mm (CUI PJ-102A)",1,490-PJ-102A
7+
"Connector, DB9, male, .318"" footprint (NorComp 182-009-113R531)",1,636-182-009-113R531
8+
"Connector, RCA jack, black (CUI RCJ-011)",1,490-RCJ-011
9+
"Connector, RCA jack, yellow (CUI RCJ-014)",1,490-RCJ-014
10+
"Crystal, 5Mhz 20pF, HC-49/US (ECS ECS-50-20-4X)",1,520-HCU500-20X
11+
"DIP socket, 40-pin wide",3,571-1-2199299-5
12+
"DIP socket, 32-pin wide",1,571-1-2199300-2
13+
"DIP socket, 20-pin",1,571-1-2199298-6
14+
"DIP socket, 16-pin",1,571-1-2199298-4
15+
"DIP socket, 8-pin",1,571-1-2199298-2
16+
"Diode, small-signal, 1N4148",10,512-1N4148
17+
"Header, female .100"", 20-pin right-angle (can use Raspberry Pi Pico/ESP32 stackable headers and bend)",1,474-PRT-14311
18+
"Header, male .100"", right angle (~ 40-pin breakaway)",1,474-PRT-00553
19+
"Header, male .100"", straight (~ 40-pin breakaway)",1,474-PRT-00116
20+
"IC, LM2937ET-3.3 voltage regulator",1,926-LM2937ET-3.3NOPB
21+
"IC, P8X32A Propeller 1, DIP-40",1,619-P8X32A-D40
22+
"IC, 24LC256 I2C EEPROM 32-kilobyte, DIP-8",1,579-24LC256-I/P
23+
"IC, 74HC541 octal line driver, DIP-20",1,595-CD74HC541E
24+
"IC, W65C02 microprocessor, DIP-40",1,955-W65C02S6TPG-14
25+
"IC, AS6C1008 static RAM 128-kilobyte, DIP-32",1,913-AS6C1008-55PCN
26+
"IC, W65C22 Versatile Interface Adapter, DIP-40",1,955-W65C22S6TPG-14
27+
"IC, CD4051 1-of-8 analog multiplexer, DIP-16",1,595-CD4051BE
28+
"Jumper/shunt, 2-pin (Harwin M7583-46)",1,855-M7583-46
29+
"Jumper wires (""jerky""), 10cm with .100"" female connector",1,854-ZW-FF-10
30+
"LED, 10mm, blue, through-hole",1,474-COM-10635
31+
"Programmer, ""Prop Plug"" (Propeller-compatible FTDI device)",1,619-32201
32+
"Resistor, 1kΩ, 1/4 watt, 5% tolerance",1,603-CFR-25JR-521K
33+
"Resistor, 3.3kΩ, 1/4 watt, 5% tolerance",1,603-CFR-25JR-523K3
34+
"Resistor, 10kΩ,1/4 watt, 5% tolerance",8,603-CFR-25JB-52-10K
35+
"Resistor, 220Ω, 1/4 watt, 1% tolerance",1,603-MFR-25FBF52-220R
36+
"Resistor, 270Ω, 1/4 watt, 1% tolerance",1,603-MFR-25FBF52-270R
37+
"Resistor, 560Ω, 1/4 watt, 1% tolerance",1,603-MFR-25FTF52-560R
38+
"Resistor, 1.1kΩ, 1/4 watt, 1% tolerance",1,603-MFR-25FTE52-1K1
39+
"Switch, Cherry MX keyboard, 5 pin, PCB mount",31,540-MX1A-E1NW
40+
,,
41+
"OPTIONAL (CARTRIDGE/PROGRAMMER): Capacitor, 0.1µF, ceramic (KEMET C315C104K1R5TA)",1,80-C315C104K1R
42+
"OPTIONAL (CARTRIDGE/PROGRAMMER): DIP socket, 8-pin",1,571-1-2199298-2
43+
"OPTIONAL (CARTRIDGE/PROGRAMMER): Header, male .100"", right angle (~ 40-pin breakaway)",1,474-PRT-00553
44+
"OPTIONAL (CARTRIDGE/PROGRAMMER): Header, male .100"", straight (~ 40-pin breakaway)",1,474-PRT-00116
45+
"OPTIONAL (CARTRIDGE/PROGRAMMER): IC, 25LC1024 SPI EEPROM 128-kilobyte, DIP-8",1,579-25LC1024-E/P
46+
"OPTIONAL (CARTRIDGE/PROGRAMMER): Jumper/shunt, 2-pin (Harwin M7583-46)",3,855-M7583-46

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Each subdirectory contains a portion of the design:
1313
- `STL` contains the generated STL files suitable for slicing and printing.
1414
- `Tass` contains the `64tass` assembly files for Cody BASIC and demo programs.
1515
- `CodyBASIC` contains some sample Cody BASIC programs used for demo purposes.
16+
- `BillOfMaterials` contains spreadsheets with possible options for sourcing parts.
1617

1718
All design files and sources are released under the GPL version 3. A mention
1819
of the Cody Computer in any derived works is also appreciated.
@@ -23,6 +24,3 @@ but may be freely distributed. Visit
2324

2425
If any technical issues or inaccuracies are found in any of the material,
2526
please reach out to the author or raise an issue on GitHub.
26-
27-
Frederick John Milens III \
28-
December 2024

0 commit comments

Comments
 (0)