> For the complete documentation index, see [llms.txt](https://www.projectpanoptes.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.projectpanoptes.org/build/hardware/control-box/12v-power-distribution.md).

# Power Distribution

## Introduction

The power distribution board on a PANOPTES unit is composed of an [Arduino Uno](https://store.arduino.cc/usa/arduino-uno-rev3) and an [Infineon 24V relay shield](https://www.digikey.com/en/products/detail/infineon-technologies/24VSHIELDBTT6030TOBO1/6212672) (referred to as the "trucker board" because of it's intended use in the automotive industry).

The trucker board is attached directly to the Arduino Uno as a "shield" and is controlled by the software on the Arduino (called a "sketch").&#x20;

{% hint style="info" %}
The Infineon board is a capable of handling 24V and is officially called a "24V Protected Switch Shield" but works just as well for 12V.
{% endhint %}

## Functional Requirements

The primary purpose of the power distribution is to provide 12V DC power for each of the PANOPTES subcomponents (mount, camera box, weather station, and fan) as well as the ability to independently power-cycle each channel. The recommended solution is to use the Arduino/Infineon "trucker" board combination described below.

| Requirement                        | Provided by                       |
| ---------------------------------- | --------------------------------- |
| Five (5) channels of 12V DC power. | Arduino/Infineon "trucker" board. |
| Power-cycle for each channel.      | Arduino/Infineon "trucker" board. |

## Assembly

The Infineon relay shield attaches directly to the Arduino Uno, as demonstrated in the following short video:

{% embed url="<https://youtu.be/TzEG_CmfP44>" %}
Quick demonstration of attaching the Infineon shield.
{% endembed %}

## Wiring

See the following video for the complete wiring of the Control Box, including the Power Distribution:

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

## Software

For instructions on installing the software for the power distribution board, see the [Arduino Software - Power Distribution](/build/software/installation/power-distribution-arduino-software.md) page:

{% content-ref url="/pages/-MLzUaMtH\_uvWa-TaKbg" %}
[Installing PowerBoard](/build/software/installation/power-distribution-arduino-software.md)
{% endcontent-ref %}


---

# 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://www.projectpanoptes.org/build/hardware/control-box/12v-power-distribution.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.
