Skip to content
John-Paul Chouery edited this page Aug 24, 2024 · 9 revisions

Welcome to the AUV-Embedded-2024 Wiki!

Welcome to the official wiki for the AUV-Embedded-2024 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

Main PCBs

Our AUV incorporates five 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 calcualte depth underwater.
  • Hydrophone board: Detects and processes acoustic signals for positioning.

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