Project

# Title Team Members TA Documents Sponsor
12 Automatic Solder Fume Extractor Positioning System
Franklin Liu
Noah Zhang
Yubo Wu
Pusong Li
# Automatic Solder Fume Extractor Positioning System

Team Members:
- Yubo Wu (yubowu2)
- Noah Zhang (noah7)
- Franklin Liu (fl26)

# Problem

Local fume extractors used during hand soldering must be positioned close to the active soldering location to effectively capture fumes. When working across larger circuit boards or repositioning a workpiece, the extraction hood may need to be repeatedly moved. This interrupts the soldering workflow and can result in the hood being left too far from the active soldering area.

# Solution

We propose a motorized fume extractor arm that automatically positions the extraction hood near the active soldering location.

A thermal sensor mounted near the extraction hood will detect the heated soldering iron and determine its position relative to the center of the extraction region. A microcontroller will use this information to control a two-link planar arm and follow the soldering iron across the work surface.

The planar arm will use an existing SCARA-style mechanical design as the basis for its structure, modified to support the extraction hood and sensing hardware. The entire planar arm will also move vertically using a motorized linear axis. A distance sensor mounted near the hood will measure the distance to the work surface, allowing the system to maintain a desired extraction height automatically. A commercially available fume extractor will provide airflow through a lightweight flexible hose connected to the moving hood.

# Solution Components

## Subsystem 1: Thermal and Distance Tracking
A Melexis MLX90640ESF-BAB-000-TU 32 × 24 thermal sensor array will be mounted near the extraction hood and directed toward the work surface. The thermal image will be processed by the microcontroller to identify the heated soldering iron and determine its displacement from the desired extraction location.

A VL53L1X time-of-flight distance sensor will measure the distance between the extraction hood and the work surface. This measurement will be used to control the vertical position of the hood.

## Subsystem 2: Motorized SCARA Arm
The extraction hood will be mounted to a two-link planar SCARA-style arm with two powered rotary joints. The mechanical structure will be adapted from an existing open-source SCARA arm design.

The two planar joints will be driven by NEMA 17 stepper motors. The entire planar arm will be mounted on a motorized vertical linear stage driven by a third stepper motor and lead screw. Three D2F-01L-A microswitches will provide home-position references for the two planar joints and vertical axis.

The arm links, sensor mounts, and extraction hood mounting components will be 3D printed. A lightweight flexible hose will connect the moving hood to the fume extractor.

## Subsystem 3: Control and Power PCB

A custom PCB will control the sensing and motion systems. The board will contain:

- ESP32-S3-WROOM-1 microcontroller
- Three TMC2209-LA stepper motor driver circuits
- Interfaces for the MLX90640 thermal sensor and VL53L1X distance sensor
- Interfaces for the three D2F-01L-A home-position sensors
- 12 V DC power input and motor power distribution
- Voltage regulation for low-voltage logic
- Hardware emergency-stop circuitry that disables the motor drivers

# Criterion For Success
- The thermal sensing system will correctly detect a heated soldering iron within the defined tracking region in at least 90% of test cases.
- The planar arm will automatically move the extraction hood to keep the detected soldering iron within a predefined central region over the designed workspace.
- The system will maintain the extraction hood within a horizontal and vertical distance from the soldering location that is experimentally demonstrated to provide effective fume capture.
- The vertical positioning system will automatically maintain the extraction hood within a predefined distance range from work surfaces at multiple tested heights.
- Activating the hardware emergency stop will disable all three motor axes independently of the microcontroller software.

# Stretch Goals
- Automatically control the fume extractor based on whether active soldering is detected.
- Adjust extractor airflow based on the distance between the hood and the soldering location.

GYMplement

Srinija Kakumanu, Justin Naal, Danny Rymut

Featured Project

**Problem:** When working out at home, without a trainer, it’s hard to maintain good form. Working out without good form over time can lead to injury and strain.

**Solution:** A mat to use during at-home workouts that will give feedback on your form while you're performing a variety of bodyweight exercises (multiple pushup variations, squats, lunges,) by analyzing pressure distributions and placement.

**Solution Components:**

**Subsystem 1: Mat**

- This will be built using Velostat.

- The mat will receive pressure inputs from the user.

- Velostat is able to measure pressure because it is a piezoresistive material and the more it is compressed the lower the resistance becomes. By tracking pressure distribution it will be able to analyze certain aspects of the form and provide feedback.

- Additionally, it can assist in tracking reps for certain exercises.

- The mat would also use an ultrasonic range sensor. This would be used to track reps for exercises, such as pushups and squats, where the pressure placement on the mat may not change making it difficult for the pressure sensors to track.

- The mat will not be big enough to put both feet and hands on it. Instead when you are doing pushups you would just be putting your hands on it

**Subsystem 2: Power**

- Use a portable battery back to power the mat and data transmitter subsystems.

**Subsystem 3: Data transmitter**

- Information collected from the pressure sensors in the mat will be sent to the mobile app via Bluetooth. The data will be sent to the user’s phone so that we can help the user see if the exercise is being performed safely and correctly.

**Subsystem 4: Mobile App**

- When the user first gets the mat they will be asked to perform all the supported exercises and put it their height and weight in order to calibrate the mat.

- This is where the user would build their circuit of exercises and see feedback on their performance.

- How pressure will indicate good/bad form: in the case of squats, there would be two nonzero pressure readings and if the readings are not identical then we know the user is putting too much weight on one side. This indicates bad form. We will use similar comparisons for other moves

- The most important functions of this subsystem are to store the calibration data, give the user the ability to look at their performances, build out exercise circuits and set/get reminders to work out

**Criterion for Success**

- User Interface is clear and easy to use.

- Be able to accurately and consistently track the repetitions of each exercise.

- Sensors provide data that is detailed/accurate enough to create beneficial feedback for the user

**Challenges**

- Designing a circuit using velostat will be challenging because there are limited resources available that provide instruction on how to use it.

- We must also design a custom PCB that is able to store the sensor readings and transmit the data to the phone.