PeaPodTechnologies / PeaPod

PeaPod is a cloud-connected automated plant growth environment, designed as both a distributed phenotype research tool, and a precision agriculture food production.
MIT License
10 stars 1 forks source link

[DESIGN] - Dehumidification #74

Open nchareunsouk opened 3 years ago

nchareunsouk commented 3 years ago

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:

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

Function

Inputs:

Outputs:

It interfaces with/depends on the following systems:

System operation assumes:

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.

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.

narvcharv commented 2 years ago

Indicating Bulk Desiccant

Colour Sensor

narvcharv commented 2 years ago

120mm 12V DC Fan (IP69K)

narvcharv commented 2 years ago
narvcharv commented 2 years ago

Fan Mounting Screws Fan Mounting Nuts

Note to self: adjust cartridge size to accommodate fan mounting

narvcharv commented 2 years ago

New fan

JLefebvre55 commented 2 years ago

Removed shutters to eliminate some complexity

JLefebvre55 commented 2 years ago

Moved to https://github.com/UofTAgritech/PeaPod/issues/7

JLefebvre55 commented 2 years ago

ToDo: