GUVA-S12SD UV sensor sketch required
Development
2
Posts
2
Posters
2.3k
Views
1
Watching
-
Hello,
if you're new to MySensors:
- you can use the light sensor example, change the calculation for your sensor, and also change the msg type to UV. https://www.mysensors.org/build/light-lm393
- or use and change directly the UV example https://www.mysensors.org/build/uv
According to adafruit, your calc should look something like that:
UVindex = (ADC reading * Sensor_VCC / 102.4) where Sensor_VCC in your case would be 3.3V. You might need to adapt for a variable voltage as it will follow the battery voltage.In case you have trouble, post your sketch.