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

UV sensor for WeatherDuino Pro2 weather station
#26

(26-06-2015, 14:23)Werk_AG Wrote:  My formula seems to produce over estimated results, especially at the lower part of the scale, but this compensates the losses due to reflexion at high incidence angles (sunset and sunrise).

One more time I say, this is a result of a practical observation, done to obtain readings comparable to the readings from other nearby weather stations.

Just another thought: Using your formula increases memory usage in more than 40 bytes. As much as possible, avoid complex floating point calculations in Arduino it's a good rule. If you gonna use it, I'm sure it can be simplified.

Hi, Werk_AG,
and thank you for your reply. I'm saying again - you are right, definitely ...
But, there are min. three resons to use a new formula:
1) it is a bit more refined and more versatile
2) respects the fact that the curve passes through zero
3) but mainly: it enables a very simple amateur calibration
Formula could be a little simplified:
IndiceUV = (( ADC1 * 1.074 / Transmission - 135 ) * 0,011
but it doesn't mean, in my opinion, nothing for decrease memory use ...
Here is my results for today:
[Image: MeasuredByMe.png]
and this for today from CHMU:
[Image: MeasuredByCHMU.png]
Now I'm using only CD cover and my TX case is only down in the garden, not yet on the roof (I'm still waiting for some components).
Have a nice summer ...

Best Regards
Zdenek

Brandys/L Weather
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: 1 Guest(s)