> 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.md).

# Control Box

The control box is a weatherproofed case that encloses the control electronics of a PANOPTES unit. The control box has cables entering it for internet access and mains power (i.e. electricity: AC 120V/60Hz in much of the Americas, AC 240V/50Hz in most of the rest of the world). The components of a PANOPTES unit require DC electricity at 12V or lower, so the mains power is delivered to a Power Supply Unit (PSU) that performs the conversion and also provides a battery backup.

The current design consists of an AC-DC supply to convert mains to 12V, a 12 V battery to power the unit for a safe shut down in the event of a power outage, a power distribution board attached to an Arduino Uno, a Raspberry Pi, ethernet cable, a cooling fan, and optional temperature and humidity sensors.&#x20;

The power distribution board distributes the 12V to the Raspberry Pi and the cooling fan inside the box, and also to the weather station, mount, and camera box outside the control box.

## Control Box Parts

{% hint style="info" %}
The list below may be incomplete and is only meant to give an idea of the parts involved in building a PANOPTES unit. For a complete and detailed list with website links to recommended parts for online orders, check the following [link](https://docs.google.com/spreadsheets/d/1yQbnmR2NGzQuiPA8FbyyL92i5fjItKYdfbAkp2a0TvI/edit?usp=sharing).
{% endhint %}

### Electronics

{% tabs %}
{% tab title="Electronics - Introduction" %}
{% embed url="<https://youtu.be/px6P8LSd0NI>" %}
{% endtab %}

{% tab title="Electronics - Parts" %}
![](/files/YWUE3pYkkyzUxPFcMWce)
{% endtab %}

{% tab title="Electronics - Labeled" %}
![](/files/K2gx9TVqGLLmgZYKq2dF)
{% endtab %}
{% endtabs %}

### Hardware

{% tabs %}
{% tab title="Hardware - Introduction" %}
{% embed url="<https://youtu.be/ogvJJwokwYw>" %}
{% endtab %}

{% tab title="Hardware - Parts" %}
![](/files/xnpW9d89tu5SXKpTBWco)
{% endtab %}

{% tab title="Hardware - Labeled" %}
![](/files/dXVTAd4egl4g4GmiEev3)
{% endtab %}
{% endtabs %}


---

# 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.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.
