diff --git a/HARDWARE_ASSEMBLY.md b/HARDWARE_ASSEMBLY.md new file mode 100644 index 000000000..06d594e86 --- /dev/null +++ b/HARDWARE_ASSEMBLY.md @@ -0,0 +1,44 @@ +Some good practices for assembling your node's hardware can be found below. + +## Table of Contents + + - [Setup with Metal Case](#setup-with-metal-case) + - [Setup with Heatsink Case](#setup-with-heatsink-case) + + +## Setup with Metal Case + +1. Apply thermal pads. +2. Close the case. +3. Make sure you use the right pins when mounting the display. +4. Connect the SSD with the raspberry pi. +5. Plug your device into power and give it internet access to check if +everything is working as expected. + +![HeatsinkCaseAssembly](pictures/heatsink_case/heatsink_case_assembly.jpg) + + +## Setup with Heatsink Case + +1. Put screw mounts on the SSD shield. +2. Prepare screws for mounting the Raspberry PI and corresponding heat sink. +3. Apply thermal pads. +4. Attach the heat sink and raspberry pi. +5. Attach the foot that will later hold things in place. +6. Make sure you use the right pins when mounting the display. +7. Fasten the SSD so that it doesn't shake. + +![MetalCasePart1](pictures/metal_case/part1_with_numbers.jpg) + + +8. Open the SD card slot. +9. Attach everything to the case. +10. Close the case. +11. Connect the SSD with the raspberry pi. +12. Insert the flashed SD card. +13. Remember to use a tamper evident bag before entrusting a third party +with physical access to the device. + +![MetalCasePart2](pictures/metal_case/part_2_with_numbers.jpg) + + diff --git a/pictures/heatsink_case/heatsink_case_assembly.jpg b/pictures/heatsink_case/heatsink_case_assembly.jpg new file mode 100644 index 000000000..728948d1b Binary files /dev/null and b/pictures/heatsink_case/heatsink_case_assembly.jpg differ diff --git a/pictures/metal_case/part1_with_numbers.jpg b/pictures/metal_case/part1_with_numbers.jpg new file mode 100644 index 000000000..0a51cecc9 Binary files /dev/null and b/pictures/metal_case/part1_with_numbers.jpg differ diff --git a/pictures/metal_case/part_2_with_numbers.jpg b/pictures/metal_case/part_2_with_numbers.jpg new file mode 100644 index 000000000..e1800bc2c Binary files /dev/null and b/pictures/metal_case/part_2_with_numbers.jpg differ