...
Spacers are added between the bottom of the RPI and the metal plate to prevent components from shorting and rubbing against the metal plate.
2x regular M2 nuts can be stacked on top of each other to create this space
can also add yellow double sided sealant tape to create this space (optional)
a spacer can also be 3D printed
M2 screws are used to secure the RPI
Nylon lock nuts are used to fasten down the RPI so that the RPI does not come loose during flight
Electrical
Power Supply
Recommended to support full pheripherals is 5V 5A
can use 5V 3A power supply if peripheral current draw is less than 600mA
Internally Designed Solutions
12V->5V @ 5A Buck Converter Board or any other 5V/5A power supply
...
Reference Images
Raspberry Pi 4 (not Raspberry Pi 5) pictured below, however they have the same inputs and outputs.
...
Connect to the same network as the Raspberry Pi.
SSH into the Raspberry Pi using the following command:
Code Block ssh@ssh warg@[IP Address]
Enter the WARG password (same as WARG Laptop).
You should now see the Raspberry Pi command prompt in your terminal.
Code Block <warg>@<[IP Address] ~ $
...