WeatherDuino Forum
Wind sensor alternatives to FineOffset. Any ideas? - Printable Version

+- WeatherDuino Forum (https://www.meteocercal.info/forum)
+-- Forum: Weather Stations - WeatherDuino Pro2 Line (https://www.meteocercal.info/forum/Forum-Weather-Stations-WeatherDuino-Pro2-Line)
+--- Forum: General Talking (https://www.meteocercal.info/forum/Forum-General-Talking)
+--- Thread: Wind sensor alternatives to FineOffset. Any ideas? (/Thread-Wind-sensor-alternatives-to-FineOffset-Any-ideas)

Pages: 1 2 3 4 5 6 7 8 9 10


RE: Wind sensor alternatives to FineOffset. Any ideas? - JT118 - 27-11-2015

(27-11-2015, 19:38)laulau Wrote:  Hi,
I plan to use my old WM918 wind sensor, the schematic is similar to the davis 6410(20k pot.).

Could someone give me the wiring to the RJ12 TX unit please ?

Thanks

See here;

MeteoCercal Fórum / WeatherDuino Pro2 / WeatherDuino Pro2 - Hardware v / Fitting Davis Anemometer and Wind Vane 7911 & 6410 to WeatherDuino Pro2

http://www.meteocercal.info/forum/thread-387.html

It should work.


RE: Wind sensor alternatives to FineOffset. Any ideas? - laulau - 28-11-2015

Hi,
I dismantle the wind sensor to remove C2,C3, and R4 for the vane.
   
Should i keep C1 and R2 for the anemometer ?
(those are less acessible)
Laurent


RE: Wind sensor alternatives to FineOffset. Any ideas? - JT118 - 28-11-2015

(28-11-2015, 12:52)laulau Wrote:  Hi,
I dismantle the wind sensor to remove C2,C3, and R4 for the vane.

Should i keep C1 and R2 for the anemometer ?
(those are less acessible)
Laurent

Have a look here:

http://www.lexingtonwx.com/anemometer/

and see if you can get it as near a possible to this. So long as the TX board receives an on / off signal from the instrument, it should work.


RE: Wind sensor alternatives to FineOffset. Any ideas? - laulau - 28-11-2015

Quote:For your anemometer, you may also need to know the wind speed correspondent to 1 click / revolution, and make the necessary changes in the software.
I've searched on Google without success!
Is it possible to calculate it ?


RE: Wind sensor alternatives to FineOffset. Any ideas? - werk_ag - 28-11-2015

(28-11-2015, 12:52)laulau Wrote:  Hi,
I dismantle the wind sensor to remove C2,C3, and R4 for the vane.

Should i keep C1 and R2 for the anemometer ?
(those are less acessible)
Laurent

I see no problem in keeping C1 and R2.

(28-11-2015, 19:17)laulau Wrote:  I've searched on Google without success!
Is it possible to calculate it ?

Certainly it is, but I don't know how to do it.


RE: Wind sensor alternatives to FineOffset. Any ideas? - JT118 - 28-11-2015

(28-11-2015, 19:17)laulau Wrote:  
Quote:For your anemometer, you may also need to know the wind speed correspondent to 1 click / revolution, and make the necessary changes in the software.
I've searched on Google without success!
Is it possible to calculate it ?

If you want to know the number of clicks, you can hear the reed switch (if you hold it close to your ear) go on and off if you turn the cups, you will hear either one or two very faint ticks per revolution. If you want the other maths, this is more complex but looking at the WM pictures the dimensions look similar to the Davis instrument so the Davis settings 30 will probably work, if it is one click per revolution, I am not sure which of the other anemometers on the list are two clicks and similar dimensions but the FO setting 10 on windspeed TX config tab would be starting point.


RE: Wind sensor alternatives to FineOffset. Any ideas? - laulau - 29-11-2015

Steve (from Sandaysoft) wrote
Quote:Is this of any help? http://www.qsl.net/zl1vfo/wx200/wind_sensor.htm



RE: Wind sensor alternatives to FineOffset. Any ideas? - werk_ag - 29-11-2015

Yes, it is! All you need to know is there.

For your anemometer you can chose type 11, and then change #define FORM_FACTOR 1.26 (line 79)
to
#define FORM_FACTOR 1.80


RE: Wind sensor alternatives to FineOffset. Any ideas? - laulau - 29-11-2015

Thanks,
But how did you calculate this number ?


RE: Wind sensor alternatives to FineOffset. Any ideas? - werk_ag - 30-11-2015

I haven't calculated it! It is in the table provided by Steve link.

(27-11-2015, 21:49)Werk_AG Wrote:  ...
For your anemometer, you may also need to know the wind speed correspondent to 1 click / revolution, and make the necessary changes in the software.


Code:
Revolutions vs. Wind Speed
Revs/sec Frequency    Airspeed km/h
    
1.0                       6.5


6.5 Km/h = 1.80 m/s (WeatherDuino Pro2 internally always use Internacional System Units)