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] - Dehumidification #74

Open
7 tasks
nchareunsouk opened this issue Jul 10, 2021 · 8 comments
Open
7 tasks

[DESIGN] - Dehumidification #74

nchareunsouk opened this issue Jul 10, 2021 · 8 comments
Assignees
Labels
Scope: Engineering Design Design features and ideas Status: In Progress Work on this feature has begun Type: New Feature New feature

Comments

@nchareunsouk
Copy link
Member

nchareunsouk commented Jul 10, 2021

Completion is tracked in the linked PR.

Design Scope

Design a system to decrease the air water vapour content of the internal environment.

Purpose

The purpose of the dehumidification system is to control the "extraction" of water vapour from the internal environment while a) not introducing pathogens and/or other aerosols to the outside environment, b) minimizing waste water (aka maximizing recapture), and c) maximizing the precision of the internal environment.

Note on scope: We have eliminated a number of methods for dehumidification:

  • Condensation (i.e. a cold surface causes vapour to collect for recapture) - introduces "cross-talk" with thermoregulation
  • ...

Thus we have scoped in to chemical extraction via "desiccants".

Function

Inputs:

  • Power
  • Dehumidification control systems (fan speed and shutter open/close)
  • Dry desiccant

Outputs:

  • Saturated desiccant
  • Saturation indicator signal (color sensor)

It interfaces with/depends on the following systems:

  • Power delivery
  • Operator notification (for desiccant replacement)

System operation assumes:

  • An external "oven" capable of drying saturated desiccant, with either a) ability to recapture water vapour (preferred), or b) capacity to handle water vapour

Method

Setup:

  1. Dehumidification control signals are hooked up
  2. Dry desiccant is added to cartridge, which is inserted

Process:

  1. Humidity sensor sends data to control module
  2. Dehumidification control signal activates fans and opens shutters
  3. Humid air passes over the desiccant, and dry air exits the unit
  4. Desiccant becomes saturated, and indicates this
  5. Indication is sensed by computer, which notifies the user
  6. Cartridge is removed by the user, and swapped for a dry one. Process continues
  7. Saturated cartridge is recharged

Shutdown:

  1. Control signals are disconnected
  2. Final recharging of cartridge
  3. Desiccant is removed from cartridge

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.

  • Humidity Sensors (integrated with Temperature Sensors in [DESIGN] - Air Thermoregulation & Circulation #122)
  • Dehumidification Unit: One input port and one output port. Comprised of:
    • Fans: Draws moist air through input port and dried air through output port.
    • Filter: HEPA filters are located at ports of dehumidification chamber. Eliminates risk of any airborne pathogens being transferred onto silica beads.
    • Airtight Shutters - Isolates dehumidification chamber when not in use. Prevents unintended dehumidification. Located at input and output ports. Controlled by a servo.
    • Desiccant Cartridge: Oven-safe. Easily removable for swapping and "recharging".
    • Silica Beads: Cheap, efficient, non-toxic desiccant. Changes color when saturated. Can be reused indefinitely when water is evaporated.

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. Desiccant removes moisture from air
  2. Desiccant indicates saturation as expected, which is sensed by computer
  3. Shutters operate as intended, and no dehumidification occurs when closed
  4. Maximum dehumidification rate exceeds total plant transpiration rate

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, shutter air-tightness (zero unintended dehumidification), and air throughput (maximum and precision)
  2. Test cartridge replacement efficacy
  3. Test aerosol filtration
  4. Test dehumidification (maximum rate, rate control precision)

Additional context

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

@nchareunsouk nchareunsouk added Status: Open Anybody may contribute to this feature Type: New Feature New feature Scope: Deliverable labels Jul 10, 2021
@nchareunsouk nchareunsouk added this to the Prototyping - Iteration 1 milestone Jul 10, 2021
@JLefebvre55 JLefebvre55 changed the title [FEATURE] - Dehumidification [DESIGN] - Dehumidification Aug 4, 2021
@JLefebvre55 JLefebvre55 added Scope: Engineering Design Design features and ideas and removed Scope: Prototyping labels Aug 4, 2021
@JLefebvre55 JLefebvre55 added this to Not Queued in PeaPod Design via automation Aug 4, 2021
@JLefebvre55 JLefebvre55 modified the milestones: Finalize Design, Major Subsystems 1/2 Aug 4, 2021
@narvcharv
Copy link
Member

Indicating Bulk Desiccant

Colour Sensor

@narvcharv
Copy link
Member

120mm 12V DC Fan (IP69K)

@narvcharv
Copy link
Member

narvcharv commented Aug 7, 2021

  • Fan Hardware/Mounting
  • Airflow Calculations/General Metrics
  • Cartridge Removal Method + Features

@narvcharv
Copy link
Member

Fan Mounting Screws
Fan Mounting Nuts

Note to self: adjust cartridge size to accommodate fan mounting

@narvcharv
Copy link
Member

New fan

@JLefebvre55 JLefebvre55 removed this from the Major Subsystems 1/2 milestone Oct 13, 2021
@JLefebvre55
Copy link
Member

Removed shutters to eliminate some complexity

@JLefebvre55
Copy link
Member

Moved to UofTAgritech#7

PeaPod Design automation moved this from Not Queued to Done Dec 1, 2021
@JLefebvre55
Copy link
Member

ToDo:

@JLefebvre55 JLefebvre55 reopened this Jun 5, 2022
PeaPod Design automation moved this from Done to Up Next Jun 5, 2022
@JLefebvre55 JLefebvre55 added Status: Assigned Devs have been assigned; work not yet started and removed Status: Open Anybody may contribute to this feature labels Jun 5, 2022
@JLefebvre55 JLefebvre55 pinned this issue Jul 7, 2022
@JLefebvre55 JLefebvre55 moved this from Up Next to In Progress in PeaPod Design Jul 7, 2022
@JLefebvre55 JLefebvre55 added Status: In Progress Work on this feature has begun and removed Status: Assigned Devs have been assigned; work not yet started labels 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: In Progress Work on this feature has begun Type: New Feature New feature
Projects
PeaPod Design
In Progress
Development

When branches are created from issues, their pull requests are automatically linked.

4 participants