-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdoc.txt
More file actions
38 lines (30 loc) · 1.15 KB
/
doc.txt
File metadata and controls
38 lines (30 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Emerald Core v2.0
Emerald is the core software upon which the Emerald Box automated greenhouse
is based.
The Core has been built keeping in mind modularity, maintainability and
readability in mind.
Emerald Core is the control software that, given the user's schedule and the
environment values (sensor readings), compute the output for the actuators.
It lacks the hardware interface, which depends on the project
implementation.
Each control is easily "muted" during implementation by editing the
control.hpp file.
Available controls:
- Light1 and Light2:
Two different and independent sets of lights, to accomodate different
needs.
- Water:
Watering line
- Temperature:
ON-OFF air heater and cooler. Full control on the double hysteresis
parameters.
- Humidity:
ON-OFF air humidifier and dehumidifier. Full control on the double
hysteresis parameters.
- Air source:
based on inside and outside temperature it decides whether to pick air
from inside or outside.
Each control features multi seasonal schedule. Based on the date of the year
it's possible to have different season, each one with it's own schedule.
CODE:
Black_magic_simulator