Plants need enough light during the day for healthy growth. People who love Gardening must always worry about enough light reaching the plants. But it's difficult to keep monitoring light intensity on plants throughout the day.
So, Here's a simple solution using Internet of Things and ML algorithm.
LDR sensor is used to detect the light intensity. The sensor values are sent to cloud. On cloud, By Z-score analysis(a Machine learning algorithm) anomalies are detected and we get alerts.
Throughout the day, the light will change with the rising and setting of the sun. This change will be slow, and the bounds for the system will change to match this change. But due to some reason like shadow on the plant, the intensity of light on the plant will change suddenly. Because of this, the system will detect an anomaly and quickly alert you that someone is in your room.
In This project I have used twilio app to get sms alert on our mobile. Also a Buzzer is connected which produces sound for 10 seconds when an anomaly in data is detected.
Comments