Project

# Title Team Members TA Documents Sponsor
20 Vinyl Record Auto-Flipper
Alfredo Velasquez Bustamante
Mohammed Alkawai
Riyaan Jain
Chi Zhang proposal1.pdf
Team Members:
- Alfredo Vasquez (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.

RFI Detector

Jamie Brunskill, Tyler Shaw, Kyle Stevens

RFI Detector

Featured Project

Problem Statement:

Radio frequency interference from cell phones disrupts measurements at the radio observatory in Arecibo, Puerto Rico. Many visitors do not comply when asked to turn their phones off or put them in airplane mode.

Description:

We are planning to design a handheld device that will be able to detect radio frequency interference from cell phones from approximately one meter away. This will allow someone to determine if a phone has been turned off or is in airplane mode.

The device will feature an RF front end consisting of antennas, filters, and matching networks. Multiple receiver chains may be used for different bands if necessary. They will feed into a detection circuit that will determine if the power within a given band is above a certain threshold. This information will be sent to a microcontroller that will provide visual/audible user feedback.

Project Videos