Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5

UV sensor for WeatherDuino Pro2 weather station
#19

Zdenek

I like the idea to include something in the formula to compensate the attenuation caused by the sensor covering material.
So maybe something like this would be more appropriate:

IndiceUV = (((ADC1 * 12.0) / 1023.0) * (1 / Transmission));

I know this formula is despising (again) the nonlinear response of the sensor output voltage between UV Index 0 and UV Index 1 (this zone of the readings is the less significative).

As said before, your work in this matter is greatly appreciated, so, please continue...

Quote:When I tested my UV sensor, I have separate Arduino Mega with output to LCD and measured it on this polygon.

This explain some things to me.
If possible, try to do your tests with the UV sensor connected to the TX unit, creating test conditions as close as possible to real use conditions.

Reply


Messages In This Thread
UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 09-09-2014, 17:39
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 21-06-2015, 15:10
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 21-06-2015, 16:52
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 21-06-2015, 17:35
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 21-06-2015, 19:18
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 21-06-2015, 20:11
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 21-06-2015, 20:19
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 21-06-2015, 20:29
RE: UV sensor for WeatherDuino Pro2 weather station - by JT118 - 21-06-2015, 21:22
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 21-06-2015, 21:17
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 24-06-2015, 12:55
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 21-06-2015, 21:38
RE: UV sensor for WeatherDuino Pro2 weather station - by JT118 - 21-06-2015, 22:34
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 21-06-2015, 23:26
RE: UV sensor for WeatherDuino Pro2 weather station - by uncle_bob - 22-06-2015, 12:45
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 22-06-2015, 13:34
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 24-06-2015, 16:08
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 24-06-2015, 17:04
RE: UV sensor for WeatherDuino Pro2 weather station - by AllyCat - 24-06-2015, 19:46
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 25-06-2015, 16:46
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 24-06-2015, 17:20
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 24-06-2015, 21:55
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 26-06-2015, 14:23
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 26-06-2015, 15:13
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 27-06-2015, 05:49
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 27-06-2015, 11:17
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 24-06-2015, 18:09
RE: UV sensor for WeatherDuino Pro2 weather station - by JT118 - 24-06-2015, 21:11
RE: UV sensor for WeatherDuino Pro2 weather station - by zipidy66 - 07-11-2015, 05:32
RE: UV sensor for WeatherDuino Pro2 weather station - by AllyCat - 07-11-2015, 11:07
RE: UV sensor for WeatherDuino Pro2 weather station - by zipidy66 - 07-11-2015, 15:42
RE: UV sensor for WeatherDuino Pro2 weather station - by Wizza - 02-04-2016, 11:47
RE: UV sensor for WeatherDuino Pro2 weather station - by AllyCat - 02-04-2016, 16:54
RE: UV sensor for WeatherDuino Pro2 weather station - by Wizza - 13-04-2016, 11:25
RE: UV sensor for WeatherDuino Pro2 weather station - by AllyCat - 14-04-2016, 16:23
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 13-04-2016, 18:49
RE: UV sensor for WeatherDuino Pro2 weather station - by Wizza - 13-04-2016, 21:38
RE: UV sensor for WeatherDuino Pro2 weather station - by Wizza - 14-04-2016, 13:43
RE: UV sensor for WeatherDuino Pro2 weather station - by Wizza - 14-04-2016, 21:31
RE: UV sensor for WeatherDuino Pro2 weather station - by AllyCat - 15-04-2016, 17:11
RE: UV sensor for WeatherDuino Pro2 weather station - by fredthemufin - 26-04-2016, 08:50
RE: UV sensor for WeatherDuino Pro2 weather station - by Wizza - 26-04-2016, 10:27
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 26-04-2016, 22:41
RE: UV sensor for WeatherDuino Pro2 weather station - by spudstrawb - 28-04-2016, 02:15
RE: UV sensor for WeatherDuino Pro2 weather station - by Mikko - 21-06-2016, 19:42
RE: UV sensor for WeatherDuino Pro2 weather station - by Wizza - 21-06-2016, 21:37
RE: UV sensor for WeatherDuino Pro2 weather station - by JT118 - 21-06-2016, 23:54
RE: UV sensor for WeatherDuino Pro2 weather station - by spudstrawb - 22-06-2016, 08:54
RE: UV sensor for WeatherDuino Pro2 weather station - by Wizza - 22-06-2016, 01:18
RE: UV sensor for WeatherDuino Pro2 weather station - by JT118 - 22-06-2016, 04:43
RE: UV sensor for WeatherDuino Pro2 weather station - by JT118 - 22-06-2016, 09:11
RE: UV sensor for WeatherDuino Pro2 weather station - by Mikko - 22-06-2016, 17:42
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 22-06-2016, 18:09
RE: UV sensor for WeatherDuino Pro2 weather station - by ctnxs1 - 24-08-2016, 00:06
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 24-08-2016, 18:16
RE: UV sensor for WeatherDuino Pro2 weather station - by JT118 - 20-07-2016, 08:58
RE: UV sensor for WeatherDuino Pro2 weather station - by uncle_bob - 20-07-2016, 10:53
RE: UV sensor for WeatherDuino Pro2 weather station - by JT118 - 20-07-2016, 15:17
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 20-07-2016, 15:56
RE: UV sensor for WeatherDuino Pro2 weather station - by AllyCat - 20-07-2016, 16:49
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 20-07-2016, 23:36
RE: UV sensor for WeatherDuino Pro2 weather station - by zitoune - 03-09-2016, 05:32
(Another) UV sensor for WeatherDuino Pro2 weather station, the VEML6075 - by Superpat - 15-02-2017, 11:01
RE: (Another) UV sensor for WeatherDuino Pro2 weather station, the VEML6075 - by werk_ag - 15-02-2017, 18:42
RE: UV sensor for WeatherDuino Pro2 weather station - by uncle_bob - 15-02-2017, 12:49
RE: UV sensor for WeatherDuino Pro2 weather station - by Superpat - 15-02-2017, 20:25
RE: UV sensor for WeatherDuino Pro2 weather station - by Superpat - 16-02-2017, 10:42
RE: UV sensor for WeatherDuino Pro2 weather station - by AllyCat - 16-02-2017, 11:21
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 17-02-2017, 23:52
RE: UV sensor for WeatherDuino Pro2 weather station - by tyntop - 17-03-2017, 23:41
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 18-04-2017, 02:50
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 11-07-2017, 19:07
RE: UV sensor for WeatherDuino Pro2 weather station - by hornychz - 11-07-2017, 22:08
RE: UV sensor for WeatherDuino Pro2 weather station - by Barrow4491 - 04-12-2017, 06:49
RE: UV sensor for WeatherDuino Pro2 weather station - by werk_ag - 04-12-2017, 15:00



Users browsing this thread: 10 Guest(s)