Tasks (winter 2022)

Keep in mind the essence of integrating modularity into the solution of each task.
Each task has been assigned its Taskmanager responsible for successful implementation.
Each piece of code needs to be distributed using Git (GitHub).
Each task has clear documentation enabling further development of the project (Wiki at GitHub).

Tasks for Core Team

Mandatory tasks [100 points]:

  1. design and integrate irrigation systems at the hardware level [55 points]
  2. implement an external temperature sensor [10 points]
  3. implement an external humidity sensor [10 points]
  4. implement air quality sensor [10 points]
  5. implement a CO2 concentration sensor [10 points]
  6. elaborate documentation for each task [5 points]

Tasks for Smart Team

Mandatory tasks [100 points]:

  1. implement irrigation (on/off) control (cooperation with CoreTeam) [10 points]
  2. review control code to make it more efficient—control of light management, PID control of temperature, fault detection and sending e-mail notifications, etc. [30 points]
  3. implement the SmartSensor based on the neural network—learn the Neural Network to mimic the hardware sensors providing diagnostic of the greenhouse states (door opening, cooling/heating, etc.) [55 points]
  4. elaborate documentation for each task [5 points]

Tasks for App Team

Mandatory tasks [100 points]:

  1. integrate a user login (credentials) to assign the access rights subject to hierarchy: guest/admin user [30 points]
  2. show current values and evolution graph of data from sensors in the web environment (for guest users) [10 points]
  3. enable remote control actions for admin users to override the autonomous control (cooperation with SmartTeam) [10 points]
  4. implement a live webcam for guest users [25 points]
  5. show time-lapse for admin user [20 points]
  6. elaborate documentation for each task [5 points]