originalfoo / SensorArray

Open source sensor array
MIT License
8 stars 1 forks source link

Dynamic calculation of time boundaries for bright sunshine checks #14

Open originalfoo opened 7 years ago

originalfoo commented 7 years ago

It should be possible to determine what portion of the day bright sunshine is possible within. At the very least, constrain between dawn and dusk. This will reduce number of sensor readings, and thus energy consumption, and also facilitate earlier reporting of daily averages.

originalfoo commented 7 years ago

Found a very low power Ambient & UV sensor that can trigger interrupts - could potentially be "always on" and when interrupt is triggered update the thresholds to next lighting level boundaries.