Project

# Title Team Members TA Documents Sponsor
43 Water-Skimming Robot for Pollution Cleanup
Dylan Bautista
Malay Rungta
Zachary Krauter
Dongming Liu design_document1.pdf
proposal2.pdf
proposal1.pdf
Title: Water-Skimming Robot for Pollution Cleanup

Team Members:
Dylan Bautista (dylanjb5)
Zachary Krauter (zpk2)
Malay Rungta (mrungta2)

Problem:

Water pollution from man-made debris, poor waste management, and invasive species threatens aquatic ecosystems and public health. Traditional cleanup methods are often inefficient and labor-intensive, highlighting the need for an automated solution. With increasing environmental concerns, there is a pressing need for innovative solutions to protect marine ecosystems.

Solution:
We propose a robotic system that autonomously skims water surfaces to detect and collect small floating debris within a predefined area. The lightweight robot will float and roam a body of water to collect material in a skimming net for disposal or analysis. It will use GPS and sensors for efficient coverage and steering, allowing for it to return to a set of coordinates for emptying. Additionally, the system will include water quality sensors, such as a turbidity sensor, to monitor pollution levels. The turbidity sensor will be connected to LED lights to provide real time feedback on water clarity: a green light for normal conditions and a red light for high pollution levels. Our system can be tested in a nearby lake or pool on a small scale to evaluate both its collection capabilities and its ability to provide water quality data.

Solution Components:

Subsystem 1: Motor Control hardware
The motor hardware consists of dual brushless DC motors with rotor attachments for water. We have selected the LICHIFIT RC Jet Boat Underwater Motor Thruster 7.4V 16800RPM CW, which should have sufficient torque for our slow-moving purpose. This will be attached to our power system and regulated by our microcontroller through PCB connections.

Subsystem 2: Autonomous guidance (software)
The actual steering will be done using a rudder which is moved in place by a servo motor, such as the RC Boat Model Servo Steering Gear. This will also be attached to the power system and microcontroller. A control algorithm will be implemented on the Arduino Uno Rev 3 controller board much like how an autonomous vacuum cleaner operates. It will be roaming the expanse of its body of water, adjusting the angle to avoid the gps-defined boundaries of the body of water. This will have to use a GPS Module Receiver, Navigation Satellite Positioning NEO-6M to determine when the front of the robot is nearing these edges. Additionally, after a set period of time, the robot will return to a specified set of coordinates using its GPS and IMU information in order to dispose of the contents of the net.

Subsystem 3: Power Systems
The 7.4 V Zeee battery should be sufficient to run all the sensors, motors, and steering servo. The components will be housed in a waterproof case to protect the electronics from any water damage.

Subsystem 4: Chassis and Storage
The main chassis will be made mostly of 3D printed parts and lightweight materials like PVC pipes and styrofoam. We will use a standard plastic debris net which has an entrance mounted at the end opening of the floating device, with the rest of the net trailing behind.

Subsystem 5: On board Sensors
At minimum, our robotic system will have a turbidity sensor to monitor particle content in the water for additional environmental data. This will be connected to our power system and the accompanying microcontroller. The robot will use LED lights to provide visual feedback based on the sensor readings. Green will indicate normal water conditions, and red will indicate water pollution. The sensors will change the lights if turbidity rises above a predefined level.

Criterion for success:

For our system to be deemed effective, we will test our robot in a small scale body of water such as a university pool or a nearby lake.We will set a general outline of boundaries where the boat should not cross, and place small floatable and retrievable pieces of debris within the water. We can also add contaminants like dirt to test the turbidity sensor. Our product will be deemed a success if the robot eventually picks up these pollutants and makes it to the disposal zone with the object still in the net, and if it can relay the water turbidity through LEDs.

Autonomous Sailboat

Riley Baker, Arthur Liang, Lorenzo Rodriguez Perez

Autonomous Sailboat

Featured Project

# Autonomous Sailboat

Team Members:

- Riley Baker (rileymb3)

- Lorenzo Pérez (lr12)

- Arthur Liang (chianl2)

# Problem

WRSC (World Robotic Sailing Championship) is an autonomous sailing competition that aims at stimulating the development of autonomous marine robotics. In order to make autonomous sailing more accessible, some scholars have created a generic educational design. However, these models utilize expensive and scarce autopilot systems such as the Pixhawk Flight controller.

# Solution

The goal of this project is to make an affordable, user- friendly RC sailboat that can be used as a means of learning autonomous sailing on a smaller scale. The Autonomous Sailboat will have dual mode capability, allowing the operator to switch from manual to autonomous mode where the boat will maintain its current compass heading. The boat will transmit its sensor data back to base where the operator can use it to better the autonomous mode capability and keep track of the boat’s position in the water. Amateur sailors will benefit from the “return to base” functionality provided by the autonomous system.

# Solution Components

## On-board

### Sensors

Pixhawk - Connect GPS and compass sensors to microcontroller that allows for a stable state system within the autonomous mode. A shaft decoder that serves as a wind vane sensor that we plan to attach to the head of the mast to detect wind direction and speed. A compass/accelerometer sensor and GPS to detect the position of the boat and direction of travel.

### Actuators

2 servos - one winch servo that controls the orientation of the mainsail and one that controls that orientation of the rudder

### Communication devices

5 channel 2.4 GHz receiver - A receiver that will be used to select autonomous or manual mode and will trigger orders when in manual mode.

5 channel 2.4 GHz transmitter - A transmitter that will have the ability to switch between autonomous and manual mode. It will also transfer servos movements when in manual mode.

### Power

LiPo battery

## Ground control

Microcontroller - A microcontroller that records sensor output and servo settings for radio control and autonomous modes. Software on microcontroller processes the sensor input and determines the optimum rudder and sail winch servo settings needed to maintain a prescribed course for the given wind direction.

# Criterion For Success

1. Implement dual mode capability

2. Boat can maintain a given compass heading after being switched to autonomous mode and incorporates a “return to base” feature that returns the sailboat back to its starting position

3. Boat can record and transmit servo, sensor, and position data back to base

Project Videos