Project

# Title Team Members TA Documents Sponsor
20 Vinyl Record Auto-Flipper
Alfredo Velasquez Bustamante
Mohammed Alkawai
Riyaan Jain
Chi Zhang design_document1.pdf
final_paper1.pdf
photo1.jpeg
photo2.jpeg
presentation1.pdf
proposal1.pdf
video
Team Members:
- Alfredo Velasquez (av28)
- Riyaan Jain (riyaanj2)
- Mohammed Alkawai (alkawai2)

# Problem Statement:
Vinyl records have experienced a resurgence in popularity due to their rich and warm sound quality, and ability to physically own and view your favourite music and artworks. However, the need to manually flip records disrupts the listening experience, making listening to vinyl records more difficult than it needs to be. To address this, we propose developing an automatic record flipper that detects when one side has finished playing and seamlessly flips the record to continue playback without user intervention.

# Solution Overview:
Our design will integrate three primary subsystems to automate the playback of both sides of a 7-inch vinyl record:
Tonearm Mover: Automates the lifting, positioning, and lowering of the tonearm to start playback and to clear the record during flipping.
Record Flipping Mechanism: Automatically flips the record to play the opposite side upon detecting the end of a side.
Turntable Rotator: Controls the rotation of the turntable to ensure proper playback speed and synchronization with the other subsystems.
We will modify an existing compact record player to incorporate these subsystems, drawing inspiration from the flipping mechanisms used in vintage jukeboxes. Our focus will be on adapting these concepts to a smaller, modern context suitable for 7-inch records.

# Solution Components:
## Tonearm Mover:
Function: Automates the movement of the tonearm to initiate playback and to lift it away during the record flipping process.
Components:
- Servo Motor (HS-318): To precisely control the vertical movement (lifting and lowering) of the tonearm.
- Stepper Motor (290-028): To manage the horizontal distance to get to the record
- Ultrasonic Sensor (HC-SR04): To detect the end of the record by sensing a decrease in distance, indicating the tonearm is below it.
- ESP Microcontroller (Part # not found on ECE supply): ESP microcontroller to process sensor inputs and control motor actions.

## Record Flipping Mechanism:
Function: Automatically flips the record to enable playback of the opposite side.
Components:
- Roller Actuator (Part #W171DIP-21): To rotate the record from one side to the other.
- Side clamps (5075A25): To securely hold the record during the flipping process without causing damage.
- Ultrasonic Sensor (HC-SR04): To confirm the presence and correct positioning of the record before and after flipping.
- Control Circuitry (W171DIP-21): To manage the timing and sequence of the flipping operation.

## Turntable Rotator:
Function: Ensures consistent and accurate rotation of the record at standard playback speeds.
Components:
- DC Motor with Speed Controller (Part #ROB-10551): To drive the turntable at precise speeds (45 RPM for 7-inch records).
- Rotary Encoder (Part #377): To monitor and adjust the rotational speed in real-time.
- Power Supply Unit (Part #168605): To provide stable power to the motor and associated electronics.

# Criteria for Success:
- Automatic Detection: The system accurately detects the end of a record side without user intervention.
- Seamless Flipping: The record is flipped automatically and correctly aligned for playback of the opposite side.
- Tonearm Precision: The tonearm is precisely controlled to avoid damaging the record or stylus during lifting, positioning, and lowering.
- Playback Quality: The system maintains or enhances the audio quality of the original record player, ensuring no degradation due to the automation processes.
- User Safety: The automated components operate safely, posing no risk to users during operation.

Automatic Water Bottle Filler

Priyank Jain, Jakub Migus, Abby Mohan

Automatic Water Bottle Filler

Featured Project

# Automatic Water Bottle Filler

Team Members:

- Priyank Jain (priyank3)

- Abby Mohan (ammohan2)

- Jakub Migus (jmigus2)

# Problem

In normal liquid dispensing and water bottle filling systems, the process requires the user’s attention and constant manual activation of the device. This may require the holding of a button, the action of pushing the bottle against a sensor for a specific amount of time, or holding the bottle in front of a sensor until it is full. If the user gets distracted or is unable to provide that attention (blindness or lack of motor function), liquid may spill or the bottle may not be filled enough.

# Solution

Our goal with this project is to make an automatic water bottle filling station. Our device senses when a water bottle is placed underneath it, begins filling the bottle with water once a start button is pressed, determines when the bottle is full and shuts off automatically. After placing the bottle on a platform and pressing a button, the user can walk away knowing their bottle will be filled accurately.

# Solution Components

## Sensing Component

This subsystem utilizes multiple sensors including an ultrasonic sensor to measure the water level and a light-based sensor to determine the height of the bottle.

## Control

This subsystem connects the sensors to the water system. It receives data from the sensors, compares the water level height to the height of the water bottle, then decides to either begin, continue, or stop dispensing water.

## Display/Interface System

An LCD display will show instructions for the user and will display simple messages. A few push buttons will be included for manual filling and selection of desired amount of liquid (ex. Half bottle, full bottle)

## Water System

This subsystem utilizes a water tank attached to a pump and tubing, which transport water to the dispenser.

# Criterion for Success

The device…

- detects a water bottle and accurately measures the height

- monitors the water level in the bottle

- stops filling when a desired water level is reached

If there is no bottle/ the bottle is removed, the device stops filling water.

Project Videos