Project

# Title Team Members TA Documents Sponsor
24 Autonomous Sailboat (2)
Austin Glass
Devansh Damani
MICHAEL Sutanto
Koushik Udayachandran design_document2.pdf
final_paper1.pdf
photo1.jpg
photo2.jpg
presentation1.pdf
proposal1.pdf
proposal2.pdf
# Team Members:
- Austin Glass (akglass2)
- Devansh Damani (ddamani2)

# Problem
Given a starting point, destination, path, and environmental factors such as wind speed or water current, a boat can travel both autonomously or remotely.

Specifically, as stated by the project pitch, the goal is to improve the performance achieved by an earlier iteration of this project, as well as demonstrating new capabilities.

We aim to be able to seamlessly switch between autonomous control and remote user control. We also aim to introduce ease of life features like battery indicators, simpler charging / batteries, and an autonomous return to user mode.

# Solution
Our end goal is to make sure we have a boat that autonomously or remotely is able to traverse a body of water regardless of the water’s conditions. By meeting our criterions for success, we believe that we will succeed in creating such a boat.

# Solution Components
_Note: Many of these components, besides the speed sensor and ultrawideband, are already incorporated in the Spring 2022 design of the boat. As discussed with Professor Fliflet, these will be provided as is, and will be utilized with our improvements and changes_

## Subsystem 1 - The Boat
The boat itself is built, with controllable rudders and sail trim. These elements operate the boat, changing its direction and speed as it picks up wind.

## Subsystem 2 - Compass Sensor (LSM303)
The compass works to direct the boat along its path. If it needs to travel north, this data can be taken in and be processed along with the wind direction to direct the boat. The compass also works to detect heeling, which is necessary for telling its current orientation on the water (i.e. if it is impacted by waves).

## Subsystem 3 - Wind Direction Sensor (RotaryEncoder library)
Similarly to the compass, this information is crucial to determine the sail and rudder positions, as there is an optimal orientation for the desired direction with a given wind direction.

## Subsystem 4 - GPS (NEO-6M GPS)
Locates the current position of the boat, and can be verified for current and targeted path, as well as data for testing accuracy.

## Subsystem 5 - Remote Control (FlySky FS-i6 Remote)
Remote control for operating the boat at a distance.

## Subsystem 6 - Speed Sensor
A new speed sensor can be added to the boat to help calculate its current and future position, potentially allowing for some predictability in its movement that could increase accuracy.

## Subsystem 7 - Ultra Wideband Chip (DWM1001)
To return back to a user, an ultrawideband chip could be used to determine where the boat is in relation to the user (located at the base station), and direct the boat back towards them. This can be combined with other data like compass data to determine the direction needed to travel.


# Criterion For Success
Our main criterion for measuring success is making sure that the boat is able to autonomously travel in a straight line adjusting for the wind, water current and speed and other criteria. In the prior project, there hasn't been enough testing conducted, which is one of our biggest goals.

Regular testing in an outdoor environment, preferably in differing weather conditions, to prove the versatility of the boat and the autonomous code would be necessary. We will do this to test the sensors to verify if they maintain the boat’s linear and autonomous motion.

Working with Professor Fliflet to make sure we are starting from the right point with the project, not doing any work that has already been completed, and making efficient use of our time on improvements.

Propeller-less Multi-rotor

Ignacio Aguirre Panadero, Bree Peng, Leo Yamamae

Propeller-less Multi-rotor

Featured Project

Our project explored the every-expanding field of drones. We wanted to solve a problem with the dangers of plastic propellers as well as explore new method of propulsion for drones.

Our design uses a centrifugal fan design inspired by Samm Shepard's "This is NOT a Propeller" video where he created a centrifugal fan for a radio controlled plane. We were able to design a fan that has a peak output of 550g per fan that is safe when crashing and when the impeller inside damaged.

The chassis and fans are made of laser-cut polystyrene and is powered using brushless motors typically used for radio-controlled helicopters.

The drone uses an Arduino DUE with a custom shield and a PCB to control the system via Electronic Speed Controllers. The drone also has a feedback loop that will try to level the drone using a MPU6050.

We were able to prove that this method of drone propulsion is possible and is safer than using hard plastic propellers.

Project Videos