Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

UWARG/efs-zeropilot

Repository files navigation

ZeroPilot-SW

Build Status

ZeroPilot is the next-generation autopilot currently in development at the Waterloo Aerial Robotics Group. It is powered by a high-performance STM32F7 ARM processor running at 216 MHz, and features two isolated on-board power supplies, 12 PWM outputs, and a seperate safety controller that supports direct manual takeover of the aircraft systems.

Like the PICPilot, it has been designed for both fixed-wind and multirotor aircraft, and is easily adapted to control other, more esoteric systems.

This repository contains the code that runs on the autopilot board. For the schematic and PCB design, see ZeroPilot-HW.

Documentation

Documentation for the ZeroPilot software is available here. ZeroPilot uses two STM32 microcontrollers to control a vehicle. The code for these MCUs is built on the STM32 HAL library.

Autopilot (STM32F765ZG)

Safety controller (STM32F091RC)