Setup required hardware

Cyclops requires a drive to store maps and recordings, a camera, and a connection to the flight controller. We will walk through each of those and ensure they are properly setup.

Download the above scripts onto the device.

pi@pi5:~$ ls Downloads/
setup-storage-mount.sh setup-usb-camera.sh setup-waveshare-serial.sh

Verify your recording drive

This tutorial on mounting a drive on linuxarrow-up-right will work with a PCIE NVME drive or a USB SSD.

We also provide a script to setup a USB SSD drive above.

You may pick any name, I am using a Samsung T9 SSD, so I call it /t9

Verify that the drive is mounted:

Verify your USB Camera

chevron-rightNote on pi video deviceshashtag
circle-exclamation

Setup UART Serial

Your device needs to communicate with the flight controller using a serial connection.

In this tutorial we will use the Waveshare Serial Hatarrow-up-right. You can use another serial hat, or a USB-TTL adapter. If you are using a USB-TTL adapter, you can skip this section.

Install the hat on the pi

The provided script configures the pi firmware to use the Waveshare hat

triangle-exclamation
circle-exclamation

Verify you have the serial connections

circle-info

The serial devices will only show up if the hat is connected to the pi

circle-exclamation

Note on serial connections

If you see data like:

Recap

We have now setup all of our hardware.

Your addresses may vary, but we have

Great job!

Last updated