diff --git a/Readme.md b/Readme.md index 88208e4..36d67fb 100644 --- a/Readme.md +++ b/Readme.md @@ -156,7 +156,7 @@ In the following accelerated video, the data collected by VoltaZero Monitor is s ## Data interpretation -Around the second 57 of the previous video (which corresponds to ~07:47 AM in the actual timestamps), the light sensor voltage dropped close to 0 for several minutes. Simulatenously, the buzzer state jumped to 1 (ON state) which triggered local a sound alarm. This indicates that the light was turned on in the garage. When the light was turned off less than three minutes later the light sensor voltage increased above the predefined darkness threshold and the passive buzzer stopped its warnings. The combination of the readings from the light sensor and buzzer state can remotely instruct us on what is likely happening between 7:47 and 7:50 in the garage. A light is switched on and switched off few minutes later and the light sensor voltage dropping increasingly at the beginning event may indicate that the garage door was opened, an individual entered and three minutes later switched off the lights without leaving the place. A software tool can implement rules that analyze the sensors data and alert the people remotely. +Around the second 57 of the previous video (which corresponds to ~07:47 AM in the actual timestamps), the light sensor voltage dropped close to 0 for several minutes. Simulatenously, the buzzer state jumped to 1 (ON state) which triggered local a sound alarm. This indicates that the light was turned on in the garage. When the light was turned off less than three minutes later the light sensor voltage increased above the predefined darkness threshold and the passive buzzer stopped its warnings. The combination of the readings from the light sensor and buzzer state can remotely instruct us on what was *likely* happening between 7:47 and 7:50 in the garage. A light was switched on for few minutes later and the light sensor voltage dropping (respectively increasing) progressively at the event beginning (end respectively) may indicate that the garage door was opened, an individual entered and three minutes later switched off the lights (and *likely* left the place). A software tool can implement a set of rules that analyze the sensors data and automatically notify the people of such events. ![Case Study](./resources/case_study.png) *The VSU triggers the buzzer sound if the garage is lit*