LogoLogo
  • Project PANOPTES
  • Overview
    • 🤷‍♀️FAQ
    • 🤖PANOPTES Units
    • ☎️Contact
  • Building Docs
    • 🔭Start Building!
      • Building Overview
      • Safety Guide
      • Parts Listing
    • 🛠️Hardware
      • Control Box
        • Electronics
        • Hardware and Assembly
        • Network Setup
        • Power Distribution
      • Camera Box
        • Camera Setup
        • Electronics
        • Hardware and Assembly
        • 4 Camera Design
      • Mount and Pier
        • Pier
          • Fabrication
          • Assembly
        • Mount
          • Assembly
          • Saddle Plate Rotation
          • Balancing
      • Weather Station
    • 👩‍💻Software
      • Installation
        • Installing OS
        • Installing POCS
        • Installing PowerBoard
      • Configuration
      • POCS Command Line
        • Mount
        • Config Server
        • PowerBoard
        • Weather Station
      • Appendix
        • SSH Access
        • Command Line & The Shell
        • tmux / byobu
        • Services
    • 📋Testing
    • 👷‍♀️Deployment
      • Site Planning
      • Camera Focus
      • Polar Alignment
        • Overview
        • Drift Method
        • Procedure
          • Find Misalignment
          • Fix Misalignment
    • 🪐Operation
      • Automatic Operation
      • Manual Operation
  • Science
    • 📊Data
Powered by GitBook
LogoLogo

Links

  • Forum
  • GitHub
  • Contact

Site

  • Getting Started
  • Teams
  • Data

2023 Project PANOPTES

On this page
  • Installation
  • PowerBoard Configuration
  1. Building Docs
  2. Software
  3. Installation

Installing PowerBoard

How to install the PowerBoard (“Trucker Board”) sketch onto the Arduino power distribution board.

PreviousInstalling POCSNextConfiguration

Last updated 1 year ago

For details on hardware installation, see the instructions.

Installation

The POCS repository includes a script that will perform all the necessary steps for the Power Board installation. After successfully Installing POCS you should have all the required tools. First make sure that the Arduino is connected directly to the Raspberry Pi and then issue the following commands at a terminal:

cd $HOME/pocs/resources/arduino
bash install-arduino.sh

The above script will download all the required libraries, compile the Arduino sketch, and upload the script from the Raspberry Pi to the Arduino.

After installing Arduino, you will need to reboot the Pi. After the Pi has restarted check and make sure the Servicesare running, finish the Configuration, then start Testing!

PowerBoard Configuration

The relays are numbered 0 to 4 and given the generic names RELAY_0, RELAY_1, etc. You can assign labels to each of these relays by editing the Configuration, with the default labels matching the suggested instructions in the Power Distribution setup instructions. By default, those labels are:

Relay
Label
Default status

RELAY_0

weather_station

on

RELAY_1

unused1

off

RELAY_2

fans

on

RELAY_3

unused2

off

RELAY_4

mount

on

As a reminder, in the current configuration the camera box power is delivered via the mount.

👩‍💻
12V Power Distribution