applesaucethebun / 198Project

Our Git repository for Group 15 of ECE 198 (Fall 2024)
MIT License
1 stars 0 forks source link

Compose a method of calculating UV Index from sensor output #27

Closed HirokiNariyoshi closed 1 week ago

HirokiNariyoshi commented 2 months ago

Find a method of converting the UV intensity output values sensed by the UV sensor into the standardized UV index.

Consider the need for geographic calibration (e.g. humidity, ozone layer) as various external factors can affect UV index.

applesaucethebun commented 1 week ago

Used to calculate the average across 1 second (enough for our usecase).