I’m by no means an electronic expert, but am willing to learn a little to achieve an end.
I’ve come into the posession of a CSIRO weather station. I want to set up it’s anemometer at my gliding club. There isn’t any grid power. There are solar panels that charge the glider batteries.
The anemometer has a magnetic reed switch that closes each (approximately) 200 revs of the head.
I’m thinking of something along these lines -
-
The unit only runs when there is sufficient power comming from the solar panel. (we don’t fly at night)
-
A timer records the time between reed switch closures.
-
If the timer runs for less than the previous length of time, display shows a higher wind speed.
-
If the timer runs longer than the previous value, the display shows a lower wind speed, and decrements the displayed speed until the reed closes again.
A variable in the program will hold a calibration value.
I’ll calibrate it by mounting the anemometer on my car and connecting a LED to the reed, driving at a fixed speed, and recording the time between LED flashes. I’ll have a helper for this
What hardware would you suggest I use for this very small project?
Best regards