diff --git a/documentation/bom/bom.md b/documentation/bom/bom.md index 2bacef9..b8039c7 100644 --- a/documentation/bom/bom.md +++ b/documentation/bom/bom.md @@ -14,7 +14,7 @@ | FHCS M3-6 | 3 | | | | | | FHCS M3-10 | 9 | | | | | | FHCS M3-20 | 12 | | | | | - +| Crimp Beads | 12 | | Used to affix the ends of the PU cord | | | ## Electronics | Name | Qty | Description | Comments | Suggested link | Image | @@ -27,11 +27,11 @@ | 470 µF Electrolytic Capacitor | 3 | > 100 µF | anything > 100µF will work well | | | 10 µF Ceramic Capacitor 0603 | 3 | Optional | | | | 4.7 k Resistor 0603 | 2 | Optional | | | -| 2 Pin Power Header | 1 | 7.5 mm pitch | | | -| 4 Pin Header | 4 | 2.5 mm pitch | | | -| 8 Pin Header | 1 | 2.0 mm pitch | | | | NEMA 17 Stepper Motor | 3 | Body ≤ 38 mm | Body length <= 38mm | | - +| JST XH2.54 4P connector | 3 | 4P Housing & Header 2.54mm pitch | J1, J2, J3 (motors) | [Aliexpress](https://www.aliexpress.com/item/1005007080333485.html?spm=a2g0o.order_list.order_list_main.53.3d5d1802JZg5Wb) | ![JST XH2.54 Connector](images/JST_XH2.54_Connector.png) | +| XT60H Connector | 1 | 2P Male & Female pair 7.5mm pitch | Power connector | [Aliexpress](https://www.aliexpress.com/item/1005007605928815.html?spm=a2g0o.order_list.order_list_main.409.3d5d1802JZg5Wb) | ![XT60H Connector](images/XT60H_Pairs.png) | +| PH2.0 4P Housing
PH2.0 8P Housing | 1
1 | 4P 2mm pitch Housing
8P 2mm pitch Housing | J5 (tool/I2C)
J4 (encoders) | [Aliexpress](https://www.aliexpress.com/item/1005010491403413.html?spm=a2g0o.order_detail.order_detail_item.3.2b60126a5SMahl) | ![PH2.0 Housings](images/PH2_Housings.png) | +| PH2.0 4P Header
PH2.0 8P Header | 1
1 | 4P 2mm pitch Header
8P 2mm pitch Header | J5 (tool/I2C)
J4 (encoders) | [Aliexpress](https://www.aliexpress.com/item/1005010491403413.html?spm=a2g0o.order_detail.order_detail_item.3.2b60126a5SMahl) | ![PH2.0 Headers](images/PH2_Headers.png) | ## PCBs | Name | Qty | Description | Comments | Image | diff --git a/documentation/bom/images/JST_XH2.54_Connector.png b/documentation/bom/images/JST_XH2.54_Connector.png new file mode 100644 index 0000000..a38864a Binary files /dev/null and b/documentation/bom/images/JST_XH2.54_Connector.png differ diff --git a/documentation/bom/images/PH2_Headers.png b/documentation/bom/images/PH2_Headers.png new file mode 100644 index 0000000..1310723 Binary files /dev/null and b/documentation/bom/images/PH2_Headers.png differ diff --git a/documentation/bom/images/PH2_Housings.png b/documentation/bom/images/PH2_Housings.png new file mode 100644 index 0000000..6e0b352 Binary files /dev/null and b/documentation/bom/images/PH2_Housings.png differ diff --git a/documentation/bom/images/XT60H_Pairs.png b/documentation/bom/images/XT60H_Pairs.png new file mode 100644 index 0000000..c41532a Binary files /dev/null and b/documentation/bom/images/XT60H_Pairs.png differ