> For the complete documentation index, see [llms.txt](https://pekaway.gitbook.io/van-pi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pekaway.gitbook.io/van-pi/get-started/build-your-van-pi-core.md).

# Build your VAN PI CORE

This guide will walk you through the steps to assemble your VAN PI Core using a Raspberry Pi and the VAN PI Core PCB. If you have purchased a ready-made VAN PI Core from our shop, you can skip these assembly steps and move directly to software setup.

#### What You'll Need

* Raspberry Pi 4 (minimum 2GB)
* VAN PI Core PCB
* Female 2x20 pin connector (pre-soldered on the PCB)
* Screws and spacers (supplied)
* 3D printed case -> see 3D CASE

#### Assembly Instructions

1. **Prepare the Components**
   * Ensure you have all the components ready: Raspberry Pi, VAN PI Core PCB, screws, and spacers.
   * If you don't have a 3D printed case, you can print one using the provided STL files. (Knurled nuts and stickers for the housing are included with your PCB)

2. **Connect the Raspberry Pi to the PCB**

   * Align the Raspberry Pi’s GPIO pins with the female 2x20 pin connector on the VAN PI Core PCB.
   * Carefully press the Raspberry Pi onto the connector, ensuring a snug and secure fit.

   WARNUNG: If the Raspberry PI is not set up correctly and the PINS are offset, the PI may be damaged.

3. **Secure the Raspberry Pi**

   * Use the supplied spacers to provide support between the Raspberry Pi and the PCB.
   * Place the spacers between the Raspberry Pi and the PCB, aligning them with the screw holes.
   * Insert the screws through the Raspberry Pi and into the spacers, securing them tightly. Be careful not to overtighten, as this could damage the board.

4. **Install the 3D Printed Case (if applicable)**

   * If you have a 3D printed case, place the assembled PCB and Raspberry Pi into the case.
   * Ensure all ports and connectors are accessible through the case openings.
   * Secure the case with any additional screws or fasteners provided.

{% embed url="<https://youtu.be/O6EF_aUZm84>" %}

<https://youtube.com/shorts/SGJd-jNFrXY?feature=share>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://pekaway.gitbook.io/van-pi/get-started/build-your-van-pi-core.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
