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

[FEATURE] - Aeroponics Solution Dosage #70

Open nchareunsouk opened 3 years ago

nchareunsouk commented 3 years ago

@JLefebvre55

Completion is tracked in the linked PR.

Design Scope

Design a solution dosage system for the addition of pH balancing solutions and nutrient solutions.

Purpose

The purpose of the solution dosage system is to add precise proportions of concentrates to the pressurized aeroponics line.

Function

Inputs:

Outputs:

It interfaces with/depends on the following systems:

System operation assumes:

Method

Options:

  1. Venturi siphon injection: Too many unknowns, not enough pressure difference across the venturi, not directly controllable
  2. Proportional flow solenoid valve (i.e. open for 5 seconds every minute) - hard to source and expensive.
  3. Pre-mixing
  4. Proportional injectors (piston-driven)
  5. Peristaltic pump manifold: "Flow source" topology, rated for >80PSI back-pressure, "locked" when off, no backflow

Setup:

  1. Connect pump lines to concentrate tank and manifold tee
  2. Prime pump (automated; known priming time i.e. >= 5sec)

Process:

  1. Primed pump is a "flow source" rated for operating back-pressure
  2. Control flow of concentrates into solution line (0-12V PWM)

Shutdown:

  1. Disconnect from concentrate tank and manifold

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. TBA

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. Max Dosage Rate - ???
  2. Dosage Rate Precision @ Different Amounts
  3. Dosage Rate Stability @ Different Rates
  4. Backflow in OFF state, ON state at operating pressure
JLefebvre55 commented 3 years ago

Siphons have:

JLefebvre55 commented 2 years ago

Todo:

Background

TBA