Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DESIGN] - Gas Exchange System #107

Open
JLefebvre55 opened this issue Aug 13, 2021 · 1 comment
Open

[DESIGN] - Gas Exchange System #107

JLefebvre55 opened this issue Aug 13, 2021 · 1 comment
Labels
Scope: Engineering Design Design features and ideas Status: Open Anybody may contribute to this feature Type: New Feature New feature

Comments

@JLefebvre55
Copy link
Member

JLefebvre55 commented Aug 13, 2021

Completion is tracked in the linked PR.

Design Scope

Design a system to mediate gas exchange between the internal environment and the surroundings.

Purpose

The purpose of the gas exchange system is to control the exhaust of internal air and the intake of fresh air to maintain a desired concentration of CO2/O2/etc. while a) not introducing pathogens and/or other aerosols, and b) not compromising the precision of the internal environment.

Function

Inputs:

  • Power
  • Exchange control signals (fan speed and shutter open/close)

Outputs:

  • Gas intake (from surroundings), gas exhaust (to surroundings)

It interfaces with/depends on the following systems:

  • Power delivery

System operation assumes:

  • External environment can handle exhaust air (i.e. higher humidity and O2 concentrations are not detrimental)

Method

Setup:

  1. Connect exhaust port to external exhaust air treatment system (i.e. dehumidification)

Process:

  1. On-demand, both input and output ports activate (shutters open, fans are enabled)
  2. Input port draws in air from surroundings
  3. Output port expels air through filtration and dehumidification system to be recycled

Shutdown:

  1. Disconnect exhaust port from filtration/dehumidification system

Features

Each feature should be added to relevant BoMs and CADs where applicable. Design decisions should be well-supported using relevant research and calculations, and should be documented in the Solution Overview. If a feature is complex enough, create a new issue for it using this template, and tag it here.

  • Exchange Ports (Input and Output)
    • Fan: Controls exchange rate
    • Design Shutter Mechanism
    • Input and Output Filters: HEPA filter for the removal of pathogens
  • Gas Concentration Sensors: CO2, etc. Used to inform automation when to trigger exchange
  • Control Loop: Dead-Zone Bang-Bang

Requirements and Validation

What does this design need to accomplish? How do we know it has accomplished this?

List any applicable metrics with criteria/constraints, applicable to purpose, function, method, and each feature, as well as how to test them.

  1. Maximum gas exchange throughput -> complete air replacement for a 4-unit setup in X minutes
  2. Filtration > 99% of pathogens (viral, bacterial, and otherwise) as well as aerosols (pollen, etc.)
  3. Shutter mechanism is air-tight (~0% throughput) when closed

Verification

Each test should be performed and documented, and the testing documentation attached to the PR. The testing suite should address the full scope of the function (i.e. ensure inputs are met and outputs work), method (all steps execute correctly), and features (each feature performs as expected) with respect to the purpose and requirements.

How does this design achieve its method effectively, safely, and reliably? How do we test this?

Specific testing procedure:

  1. Test shutter and fan operation
  2. Test shutter air-tightness
  3. Test air throughput (maximum and control precision)
  4. Test aerosol filtration(?)

Additional context

Add any other context about the design scope or additional deliverables here.

Add any relevant electronics to the Wiring Diagram

@JLefebvre55 JLefebvre55 added Status: Open Anybody may contribute to this feature Type: New Feature New feature Scope: Engineering Design Design features and ideas labels Jun 5, 2022
@JLefebvre55
Copy link
Member Author

ToDo:

  • Choose a fan We use this 120mm fan
    • Add to BoM
    • Add to CAD
    • Test operation
  • Choose HEPA filter 3881T101
    • Document justification with respect to requirements (filter particulate size): This page says that a MERV rating of >13 is required to filter all pathogens
    • Add to BoM
    • Add to CAD
    • Test filtration capabilities (?)
  • Design Shutter Mechanism
  • Choose CO2 sensor K30 Extended Range
    • Document justification with respect to requirements (sensor range, precision, read interval)
    • Add to BoM
    • Add to PCB (breakout?) -> CAD
    • Write code and test
  • Design housing for fans, filters, and shutters
  • Fabricate and assemble subsystem
  • Test all features, document results
  • Write code to trigger operation on CO2 status

@JLefebvre55 JLefebvre55 added this to Not Queued in PeaPod Design via automation Jul 7, 2022
@JLefebvre55 JLefebvre55 added this to the Prototyping milestone Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Engineering Design Design features and ideas Status: Open Anybody may contribute to this feature Type: New Feature New feature
Projects
PeaPod Design
Not Queued
Development

No branches or pull requests

1 participant