-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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:
- Power to driver
- Thermoregulation signals (heat pump direction +/- and % power)
- Circulation control signal (% fan speed)
Outputs:
- Heat (either into or out from system)
It interfaces with/depends on the following systems:
- Power systems
- Automation
System operation assumes:
- Power is delivered
Method
Process:
- Air is circulated throughout the environment for temperature homogeneity
- Temperature is measured, sent to automation
- 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.
- Circulation Fans
- Temperature Sensors
- Heat Pump
- Peltier Devices: Solid-state thermoelectric tiles pump heat from one face to the other (proportionate to current).
- Heat Sinks: Aluminum blocks with fins to hold and exchange heat between the air and Peltier devices (both sides). Mating face coated with thermal compound.
- Heat Sink Fans: For waste heat dissipation to external environment.
- [DESIGN] - Peltier Driver Circuit #120
- Control System: PID control loop
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.
- Power output > heat loss of system at temperature extremes (see Solution Overview for numbers)
- 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:
- Heat pump direction and magnitude respond to control signal as expected
- Fans operate as expected
- Heat pump power exceeds maximum heat loss (temperature extremes)
- 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