-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add alternative parts table by @martinberlin
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Alternative Parts | ||
|
||
Some components can be swapped for more cheaper or more available parts, | ||
without impacting the functionality of the epdiy controlling board. | ||
If you find other alternatives that may be useful to others, please submit a pull request! | ||
|
||
| Part name | Replacement Name | Default LCSC ID | Replacement ID | Comments | | ||
| ------------- | ---------------- | ----------------- | --------------- | --------- | | ||
| TPS651851RSLR | TPS65185RSLR | C139292 | C702311 | Only if your panel size <= 9" | | ||
| XF2M-3315-1A** | FH12-33S-0.5SH(55) | C231420 | C597986 | Omron connector is better quality than Hirose replacement | | ||
| MBR0540T1G | B5819W SL | C8598 | C21353 | Much cheaper diode when ordering from LCSC | | ||
|
||
** 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. |
eeb9a43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great idea to move it to a markup file, like that is easier to collaborate!