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] - Air Thermoregulation & Circulation #122

Open JLefebvre55 opened 2 years ago

JLefebvre55 commented 2 years ago

Completion is tracked in the linked PR.

Design Scope

Design a thermoelectric (Peltier) air heating/cooling and circulation mechanism (heat sinks + fans + tiles + driver + control system).

Purpose

The purpose of the air thermoregulation system is to maintain a desired leaf-zone air temperature, and to circulate air for homogeneity (humidity, temperature, gasses) and pollination.

Function

Inputs:

Outputs:

It interfaces with/depends on the following systems:

System operation assumes:

Method

Process:

  1. Air is circulated throughout the environment for temperature homogeneity
  2. Temperature is measured, sent to automation
  3. Automation controls heat pump speed and direction, circulation fan speed

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. Power output > heat loss of system at temperature extremes (see Solution Overview for numbers)
  2. Heat input minus heat loss of system -> heating from one temperature extreme to the other in 60sec

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. Heat pump direction and magnitude respond to control signal as expected
  2. Fans operate as expected
  3. Heat pump power exceeds maximum heat loss (temperature extremes)
  4. Heat pump power exceeds that required to reach temperature extremes in under sixty (60) seconds given the system's heat capacity

Additional context

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

Add any electrical power lines and/or signals to wiring diagram

JLefebvre55 commented 2 years ago

Background

ToDo

Notes on Motor Driver (TI DRV8432)

Two H-bridges, PWM-dimmable, Vsource up to 52V, output current up to 14A constant (when running both amplifiers+bridges in "parallel mode")

Integrated Undervoltage, Overtemperature, Overload, and Short Circuit protection

Reference design

JLefebvre55 commented 2 years ago

Transferred from UofT Agritech