Skip to content
anna joy edited this page Sep 16, 2025 · 13 revisions

Welcome to the AUV-Embedded-2026 Wiki!

Welcome to the official wiki for the AUV-Embedded-2026 team at McGill Robotics! Here, you'll find information about our team's mission, structure, and the key components we develop. We aim to push the boundaries of underwater robotics by designing advanced PCBs and embedded systems for autonomous navigation and task performance.

Overview

We are the electrical subteam of the AUV (Autonomous Underwater Vehicle) team at McGill Robotics. Our mission is to design and implement the PCBs and embedded systems that power our underwater robot, enabling it to navigate and perform tasks autonomously. Our team comprises dedicated students with diverse skills in electrical, computer, and software engineering.

Team Structure

Electrical Leads

Project Managers

Senior Members

To be posted

Main PCBs

Our AUV incorporates six main PCBs, each serving a critical function:

  • Actuator board: Controls the robot's grabber, dropper, and torpedo.
  • Display board: Powers the pressure sensor and displays critical data.
  • Power board: Manages power distribution to various components and the thrusters.
  • Pressure sensor board: Monitors underwater pressure to calculate depth underwater.
  • Hydrophone board: Detects and processes acoustic signals for positioning.
  • Peripherals board: Interfaces with the DVL and thruster kill switch.

All boards except for the hydrophone board use the Teensy 4.0 microcontroller and are powered by the Arduino framework. The folder structure is organized using PlatformIO. The hydrophone board utilizes an STM32 microcontroller for enhanced processing capabilities.

Clone this wiki locally