Smart Greenhouse Environment Control System
video link:
Introduction
- Our project is to use temperature and light intensity sensors to monitor and control the environment factors in a greenhouse.
Motivation
- Greenhouse is one of the important innovations to improve crops yield. Temperature and light intensity are two important environmental factors that affect the plants’ growth. But it is hard and time-consuming for people to monitor and control these factors manually, which is the motivation behind this Smart Greenhouse project.
Goals
- The goal of our system is to monitor the greenhouse environment and adjust the light and temperature automatically so that the plant is constantly absorbing light and in a convenient temperature range. Thus the crop yield can be maximized by ensuring the plant is always in a conducive growing environment while lowering the human effort required.
For Progress Report
Current Progress
- We have built the two sensors and written Python codes to monitor the parameters based on the tutorials. One for measuring light intensity, and the other for measuring temperature.
Problems Encountered
- The sampling frequency should be carefully chosen to avoid aliasing. Our preliminary tests are conducted by sampling every 1 second. In theory, the sampling frequency should be more than twice the true frequency to avoid aliasing. For light intensity, further study and experiments are needed to determine the best sampling frequency given a specific light source. For temperature, aliasing is not our major concern and a more appropriate sampling frequency will be decided to accommodate our goals and reduce data size.
- Another problem is to identify light intensity. We as humans have a more direct understanding on temperature data while the numbers acquired by photosensitive light sensor module don’t really make sense. Proper light intensity categories should be designed not only for human perspective but also for the plants.
Future Plan
- In the next two weeks, we have four tasks to complete.
- First, we are going to set up our own IoT device.
- Second, we are going to determine the appropriate sampling frequencies for both sensors and finish the control part of the codes.
- Then, we are going to build a green house miniature to test our sensing and control system.
- Finally, we are going to tune the parameters, improve our implementation and submit our project video.
Methodology
Phenomena of Interest
- In this project, light intensity will be measured through illuminance, where lux are the units (equivalent to lumens per squared-meter). For reference, an office will normally have lux values between 320-500 lux.
- Celsius is the temperature unit we are going to use, where 0°C is the freezing point of water and 100°C is the boiling point of water.
Sensor(s) Used
- We are going to use DHT11 Temperature & Humidity Sensor Module and Photosensitive Light Sensor Module.
Signal Conditioning and Processing
- Describe the signal conditioning and processing procedures
Experiments and Results
- Describe the experiments you did and present the results; Use tables and plots if possible
Discussion
- Discuss the insights from the project