(09-05-2017, 04:45)danner Wrote:The 0.1mm refers to the depth of the rain falling, and not to the amount of water in the bucket, for example the standard FO gauge is 55cm2 cross sectional area, therefore 55x0.1=5.5ml in bucket. FO gauges, though rather vague, are in theory 0.3mm rain per tip therefore 16.5ml of water in bucket per tip. See here for expansion of this: http://www.meteocercal.info/forum/Thread...264?page=3(09-05-2017, 04:15)Werk_AG Wrote:2 decimal places is what we normally use. 0.2mm could be rounded up to 0.01". Can any rain gauge actually measure 0.1mm of rain? I would think the bucket tip would require a lot more rain than 0.1mm.(09-05-2017, 03:36)danner Wrote: ... Is there no way to display inches?
// --------------------------------------------------------------------------------------
// Define data display units
// --------------------------------------------------------------------------------------
#define Date_Time_Format 1 // 0 for dd-mm-yyyy, 1 for yyyy/mm/dd
byte Temp_Display_Unit = 1; // 0 for ºC, 1 for ºF
byte ATM_Display_Unit = 1; // 0 for mBar, 1 for inHg
byte Rain_Display_Unit = 0; // no setting, always mm
byte Wind_Display_Unit = 1; // 0 for Km/h, 1 for mph, 2 for m/s, 3 for Knots
I know that commonly the rainfall in USA is expressed in inches. Unfortunately for USA users, the WeatherDuino can only display the rainfall (and rainfall rate) in mm. I don't remember where but there are a discussion on the forum about this matter. The main reason is about precision, to display 0.1mm of rain in inches, we need to use at least 4 decimal places.
TFT temp reading
« Next Oldest | Next Newest »
Messages In This Thread
TFT temp reading - by danner - 08-05-2017, 08:21
RE: TFT temp reading - by werk_ag - 09-05-2017, 03:00
RE: TFT temp reading - by danner - 09-05-2017, 03:02
RE: TFT temp reading - by werk_ag - 09-05-2017, 03:20
RE: TFT temp reading - by danner - 09-05-2017, 03:24
RE: TFT temp reading - by werk_ag - 09-05-2017, 04:34
RE: TFT temp reading - by danner - 09-05-2017, 03:21
RE: TFT temp reading - by werk_ag - 09-05-2017, 04:33
RE: TFT temp reading - by danner - 09-05-2017, 03:36
RE: TFT temp reading - by werk_ag - 09-05-2017, 04:15
RE: TFT temp reading - by danner - 09-05-2017, 04:45
RE: TFT temp reading - by werk_ag - 09-05-2017, 18:21
RE: TFT temp reading - by danner - 09-05-2017, 18:34
RE: TFT temp reading - by werk_ag - 09-05-2017, 21:18
RE: TFT temp reading - by JT118 - 13-05-2017, 16:49
RE: TFT temp reading - by danner - 09-05-2017, 23:08
RE: TFT temp reading - by danner - 10-05-2017, 04:09
RE: TFT temp reading - by danner - 10-05-2017, 23:05
RE: TFT temp reading - by AllyCat - 14-05-2017, 10:51
RE: TFT temp reading - by danner - 14-05-2017, 10:53
Users browsing this thread: 1 Guest(s)

