💻
Hubert Liu Portfolio
Home Page中文版My Zoom Link
  • Hubert Liu's Porfolio
    • Home Page
    • Engineering Related
      • Temporal Super-resolution Particle and Feature Tracking
        • Algorithm Model Details
      • Development Board for an In-Space Gamma Ray Bursts Detector
      • STAR Liquid Engine
        • Software
        • Electrical
        • Results, Discussions, and Future Plans
      • Porter
        • Electrical
        • Software
      • Mix Master
        • Electrical
        • Software
        • Mechanical
        • Experiments & Further Readings
      • Custom Air Pressure & Flow Rate Control System
        • Air Supply System Manual
      • BYOW
        • Design Considerations
      • Vertical Water Testing Tunnel
      • Dental Office Engineering Liaison
      • E-Skateboard Fall Detection Brake Light
      • Grabber Cane
      • The Color Rap Book
    • Management/Leadership Related
      • New Space at Berkeley
      • Berkeley Venture Capital
      • STAR Business Team
    • Misc Hobbies/Pursuits
      • Drone Photography
  • Resume
  • 刘禹鑫个人简历网站
    • 主页
Powered by GitBook
On this page
  • Overview
  • Stage 1: Constructing a working system ✅
  • Mechanical
  • Electrical
  • Software
  • Stage 2: Calibrating and testing
  • Stage 3: Feedback based on frequencies
  1. Hubert Liu's Porfolio
  2. Engineering Related

Custom Air Pressure & Flow Rate Control System

Generating stable, controllable air flow for experimental purposes

Click to return to: Engineering Related

For colleagues from the sound project, please go to this page: Air Supply System Manual, for details on how to operate the control system.

Overview

The inherent characteristics of air, such as its compressibility and susceptibility to environmental factors like temperature, pressure, and humidity, make controlling the flow rate and pressure in a flow system complicated.

The Berkeley Embodied Dexterity Group's ongoing project, Pneumatic-driven Vibration, explores how the physical shape of an apparatus interacting with flowing air can produce different sound pitches. However, the researchers previously faced limitations due to imprecise manual measurements using analog devices like pressure gauges and flow meters.

To address this issue, I proposed and designed a system that provides more accurate digital measurements and self-regulates based on feedback, including pressure, flow rate, and eventually sound frequency.

Stage 1: Constructing a working system ✅

Mechanical

The main components of the mechanical system consist of the following:

  • Linear valve (proportionally control the flow rate, 1/8" FPT)

  • Pressure regulator (control the pressure, 1/8" FPT)

  • Flow sensor (measure the total flow rate, 3/8" quick connect, 1/2" NPT for the back up version)

  • Pressure transducer (report the back pressure, 1/8" NPT)

To ensure the system is portable while maximizing compatibility with the existing lab set-up, I designed the air supply to be able to interface with the lab air source (unregulated), or an air compressor with a 6-gallon tank. The lab source provides a 3/8" quick connect port, while the the compressor's NPT port is 1/4".

Electrical

For detailed information about the electrical system and its components, please visit Air Supply System Manual

Software

I chose Arduino for this development for its advantage in creating simple control systems, as our goal is to zero in on the desired pressure and flow rate. A small program was created to make sure the system could boot up properly.

Stage 2: Calibrating and testing

Stage 3: Feedback based on frequencies

When the calibration and testing work is done, we plan to use the sound frequencies emitted by the apparatus to adjust the air supply valves. Researchers can input a desired frequency, and the machine will adjust accordingly.

Personally, I would love to see the air supply holding a concert in the future.

PreviousExperiments & Further ReadingsNextAir Supply System Manual

Last updated 1 year ago

New Arduino files and Matlab files will be created to calibrate the pressure transducer and flow sensor. The process will be similar to documented in STAR Liquid Engine Project.

Electrical System
Electrical components
Intergated electromechanical system (isometric view)
Intergated electromechanical system (top view)
Page cover image
https://github.com/yuxinliuhubert/Air-Supply/blob/main/sketch_jun10a/sketch_jun10a.inogithub.com
A simple Arduino file that will become the calibration and testing program
Automated Instrument Calibration