Skip to content

Commit eeb9a43

Browse files
committed
add alternative parts table by @martinberlin
1 parent 0f1bac8 commit eeb9a43

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ build/boards/%: $$*/$$(notdir $$*).kicad_pcb $$*/$$(notdir $$*).kicad_sch
1616
xz $@_model.step
1717
touch $@
1818

19-
build/web/index.html: README.md present/template/index.html $(addprefix build/boards/,$(BOARDS))
19+
build/page.md: README.md part_alternatives.md
20+
cat $^ > $@
21+
22+
build/web/index.html: build/page.md present/template/index.html $(addprefix build/boards/,$(BOARDS))
2023
mkdir -p build/web
2124
kikit present boardpage \
2225
-d $< \

part_alternatives.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Alternative Parts
2+
3+
Some components can be swapped for more cheaper or more available parts,
4+
without impacting the functionality of the epdiy controlling board.
5+
If you find other alternatives that may be useful to others, please submit a pull request!
6+
7+
| Part name | Replacement Name | Default LCSC ID | Replacement ID | Comments |
8+
| ------------- | ---------------- | ----------------- | --------------- | --------- |
9+
| TPS651851RSLR | TPS65185RSLR | C139292 | C702311 | Only if your panel size <= 9" |
10+
| XF2M-3315-1A** | FH12-33S-0.5SH(55) | C231420 | C597986 | Omron connector is better quality than Hirose replacement |
11+
| MBR0540T1G | B5819W SL | C8598 | C21353 | Much cheaper diode when ordering from LCSC |
12+
13+
** IMPORTANT: XF2M-3315-1A replacement C597986 uses a slightly different footprint. It has to be updated in KiCad PCB before sending fabrication files to production.

0 commit comments

Comments
 (0)