time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

Weather/units question for European members

MS
Mark Sims
Sat, May 24, 2014 1:16 AM

I am building a weather sensor that includes a ultrasonic anemometer to measure wind speed, direction, and air temperature.  It uses 4 cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a pulse width proportional to the time of flight of the sound signal  (topic is time nut related since  it simultaneously measures the speed of sound in 4 directions to a pretty good accuracy/resolution using a cheap-ass microprocessor - ATMEGA328 (like and Arduino)...  and does so without using any counter-timer channels).
Now the question...  I would like it to be able to output data in imperial or metric units.  In what units is the typical wind speed reported  (meters/sec,  km/hour, ?).  Also air pressure (millibars/hectopascals/pascals/?).

I am building a weather sensor that includes a ultrasonic anemometer to measure wind speed, direction, and air temperature. It uses 4 cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a pulse width proportional to the time of flight of the sound signal (topic is time nut related since it simultaneously measures the speed of sound in 4 directions to a pretty good accuracy/resolution using a cheap-ass microprocessor - ATMEGA328 (like and Arduino)... and does so without using any counter-timer channels). Now the question... I would like it to be able to output data in imperial or metric units. In what units is the typical wind speed reported (meters/sec, km/hour, ?). Also air pressure (millibars/hectopascals/pascals/?).
TM
Tom Miller
Sat, May 24, 2014 1:30 AM

For civilian use, Miles/hour and inches Hg. Aviation and marine would be
knots and inches Hg.

Tom

----- Original Message -----
From: "Mark Sims" holrum@hotmail.com
To: time-nuts@febo.com
Sent: Friday, May 23, 2014 9:16 PM
Subject: [time-nuts] Weather/units question for European members

I am building a weather sensor that includes a ultrasonic anemometer to
measure wind speed, direction, and air temperature.  It uses 4 cheap ($1
each) HC-SR04 ultrasonic rangefinder modules that output a pulse width
proportional to the time of flight of the sound signal  (topic is time nut
related since  it simultaneously measures the speed of sound in 4
directions to a pretty good accuracy/resolution using a cheap-ass
microprocessor - ATMEGA328 (like and Arduino)...  and does so without using
any counter-timer channels).
Now the question...  I would like it to be able to output data in imperial
or metric units.  In what units is the typical wind speed reported
(meters/sec,  km/hour, ?).  Also air pressure
(millibars/hectopascals/pascals/?).


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

For civilian use, Miles/hour and inches Hg. Aviation and marine would be knots and inches Hg. Tom ----- Original Message ----- From: "Mark Sims" <holrum@hotmail.com> To: <time-nuts@febo.com> Sent: Friday, May 23, 2014 9:16 PM Subject: [time-nuts] Weather/units question for European members >I am building a weather sensor that includes a ultrasonic anemometer to >measure wind speed, direction, and air temperature. It uses 4 cheap ($1 >each) HC-SR04 ultrasonic rangefinder modules that output a pulse width >proportional to the time of flight of the sound signal (topic is time nut >related since it simultaneously measures the speed of sound in 4 >directions to a pretty good accuracy/resolution using a cheap-ass >microprocessor - ATMEGA328 (like and Arduino)... and does so without using >any counter-timer channels). > Now the question... I would like it to be able to output data in imperial > or metric units. In what units is the typical wind speed reported > (meters/sec, km/hour, ?). Also air pressure > (millibars/hectopascals/pascals/?). > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to > https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there.
PS
paul swed
Sat, May 24, 2014 1:36 AM

Mark
I think wind speed is also in Bueforts. Pretty sure thats misspelled.
Regards

On Fri, May 23, 2014 at 9:16 PM, Mark Sims holrum@hotmail.com wrote:

I am building a weather sensor that includes a ultrasonic anemometer to
measure wind speed, direction, and air temperature.  It uses 4 cheap ($1
each) HC-SR04 ultrasonic rangefinder modules that output a pulse width
proportional to the time of flight of the sound signal  (topic is time nut
related since  it simultaneously measures the speed of sound in 4
directions to a pretty good accuracy/resolution using a cheap-ass
microprocessor - ATMEGA328 (like and Arduino)...  and does so without using
any counter-timer channels).
Now the question...  I would like it to be able to output data in imperial
or metric units.  In what units is the typical wind speed reported
(meters/sec,  km/hour, ?).  Also air pressure
(millibars/hectopascals/pascals/?).


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Mark I think wind speed is also in Bueforts. Pretty sure thats misspelled. Regards On Fri, May 23, 2014 at 9:16 PM, Mark Sims <holrum@hotmail.com> wrote: > I am building a weather sensor that includes a ultrasonic anemometer to > measure wind speed, direction, and air temperature. It uses 4 cheap ($1 > each) HC-SR04 ultrasonic rangefinder modules that output a pulse width > proportional to the time of flight of the sound signal (topic is time nut > related since it simultaneously measures the speed of sound in 4 > directions to a pretty good accuracy/resolution using a cheap-ass > microprocessor - ATMEGA328 (like and Arduino)... and does so without using > any counter-timer channels). > Now the question... I would like it to be able to output data in imperial > or metric units. In what units is the typical wind speed reported > (meters/sec, km/hour, ?). Also air pressure > (millibars/hectopascals/pascals/?). > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to > https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. >
D
DaveH
Sat, May 24, 2014 1:55 AM

Hi Mark

I have been running an older Davis VantagePro station for the last fifteen
years.  It gives either miles per hour or meters per second.

Air pressure in either inches or millimeters of Mercury as well as
hectoPascals

One note - wind direction is opposite from what you might think.  A West
wind blows to the East -- it is coming from the West.

The project sounds like a fun hack -- I would be curious as to the
resolution you achieve with these modules.

Dave

-----Original Message-----
From: time-nuts-bounces@febo.com
[mailto:time-nuts-bounces@febo.com] On Behalf Of Mark Sims
Sent: Friday, May 23, 2014 18:17
To: time-nuts@febo.com
Subject: [time-nuts] Weather/units question for European members

I am building a weather sensor that includes a ultrasonic
anemometer to measure wind speed, direction, and air
temperature.  It uses 4 cheap ($1 each) HC-SR04 ultrasonic
rangefinder modules that output a pulse width proportional to
the time of flight of the sound signal  (topic is time nut
related since  it simultaneously measures the speed of sound
in 4 directions to a pretty good accuracy/resolution using a
cheap-ass microprocessor - ATMEGA328 (like and Arduino)...
and does so without using any counter-timer channels).
Now the question...  I would like it to be able to output
data in imperial or metric units.  In what units is the
typical wind speed reported  (meters/sec,  km/hour, ?).
Also air pressure (millibars/hectopascals/pascals/?).


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Hi Mark I have been running an older Davis VantagePro station for the last fifteen years. It gives either miles per hour or meters per second. Air pressure in either inches or millimeters of Mercury as well as hectoPascals One note - wind direction is opposite from what you might think. A West wind blows to the East -- it is coming __from__ the West. The project sounds like a fun hack -- I would be curious as to the resolution you achieve with these modules. Dave > -----Original Message----- > From: time-nuts-bounces@febo.com > [mailto:time-nuts-bounces@febo.com] On Behalf Of Mark Sims > Sent: Friday, May 23, 2014 18:17 > To: time-nuts@febo.com > Subject: [time-nuts] Weather/units question for European members > > I am building a weather sensor that includes a ultrasonic > anemometer to measure wind speed, direction, and air > temperature. It uses 4 cheap ($1 each) HC-SR04 ultrasonic > rangefinder modules that output a pulse width proportional to > the time of flight of the sound signal (topic is time nut > related since it simultaneously measures the speed of sound > in 4 directions to a pretty good accuracy/resolution using a > cheap-ass microprocessor - ATMEGA328 (like and Arduino)... > and does so without using any counter-timer channels). > Now the question... I would like it to be able to output > data in imperial or metric units. In what units is the > typical wind speed reported (meters/sec, km/hour, ?). > Also air pressure (millibars/hectopascals/pascals/?). > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to > https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there.
FL
Flemming Larsen
Sat, May 24, 2014 2:50 AM

Beaufort scale


Mark
I think wind speed is also in Bueforts. Pretty sure thats misspelled.
Regards

Beaufort scale ________________________________ > Mark > I think wind speed is also in Bueforts. Pretty sure thats misspelled. > Regards
R
Rex
Sat, May 24, 2014 2:54 AM

I have a crappy Chinese-made handheld propeller anemometer. I'm not in
Europe but FWIW the output can be selected as: m/s, km/h, ft/min, knots
or mph. So, the first  two of those seem to be likely metric choices.

Your method sounds interesting. Would you be willing to share any
details about how you are using the ultrasonic modules? Do they just
point out into open space or is there something more involved?  Was
there a reference that got you started on this idea?

On 5/23/2014 6:16 PM, Mark Sims wrote:

I am building a weather sensor that includes a ultrasonic anemometer to measure wind speed, direction, and air temperature.  It uses 4 cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a pulse width proportional to the time of flight of the sound signal  (topic is time nut related since  it simultaneously measures the speed of sound in 4 directions to a pretty good accuracy/resolution using a cheap-ass microprocessor - ATMEGA328 (like and Arduino)...  and does so without using any counter-timer channels).
Now the question...  I would like it to be able to output data in imperial or metric units.  In what units is the typical wind speed reported  (meters/sec,  km/hour, ?).  Also air pressure (millibars/hectopascals/pascals/?).


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

I have a crappy Chinese-made handheld propeller anemometer. I'm not in Europe but FWIW the output can be selected as: m/s, km/h, ft/min, knots or mph. So, the first two of those seem to be likely metric choices. Your method sounds interesting. Would you be willing to share any details about how you are using the ultrasonic modules? Do they just point out into open space or is there something more involved? Was there a reference that got you started on this idea? On 5/23/2014 6:16 PM, Mark Sims wrote: > I am building a weather sensor that includes a ultrasonic anemometer to measure wind speed, direction, and air temperature. It uses 4 cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a pulse width proportional to the time of flight of the sound signal (topic is time nut related since it simultaneously measures the speed of sound in 4 directions to a pretty good accuracy/resolution using a cheap-ass microprocessor - ATMEGA328 (like and Arduino)... and does so without using any counter-timer channels). > Now the question... I would like it to be able to output data in imperial or metric units. In what units is the typical wind speed reported (meters/sec, km/hour, ?). Also air pressure (millibars/hectopascals/pascals/?). > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. > >
DJ
David J Taylor
Sat, May 24, 2014 4:21 AM

I am building a weather sensor that includes a ultrasonic anemometer to
measure wind speed, direction, and air temperature.  It uses 4 cheap ($1
each) HC-SR04 ultrasonic rangefinder modules that output a pulse width
proportional to the time of flight of the sound signal  (topic is time nut
related since  it simultaneously measures the speed of sound in 4 directions
to a pretty good accuracy/resolution using a cheap-ass microprocessor -
ATMEGA328 (like and Arduino)...  and does so without using any counter-timer
channels).
Now the question...  I would like it to be able to output data in imperial
or metric units.  In what units is the typical wind speed reported
(meters/sec,  km/hour, ?).  Also air pressure
(millibars/hectopascals/pascals/?).

---=============

Mark,

m/s and hPa are often used, but not exclusively.

Cheers,
David

SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-taylor@blueyonder.co.uk

I am building a weather sensor that includes a ultrasonic anemometer to measure wind speed, direction, and air temperature. It uses 4 cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a pulse width proportional to the time of flight of the sound signal (topic is time nut related since it simultaneously measures the speed of sound in 4 directions to a pretty good accuracy/resolution using a cheap-ass microprocessor - ATMEGA328 (like and Arduino)... and does so without using any counter-timer channels). Now the question... I would like it to be able to output data in imperial or metric units. In what units is the typical wind speed reported (meters/sec, km/hour, ?). Also air pressure (millibars/hectopascals/pascals/?). ============================================== Mark, m/s and hPa are often used, but not exclusively. Cheers, David -- SatSignal Software - Quality software written to your requirements Web: http://www.satsignal.eu Email: david-taylor@blueyonder.co.uk
BL
Brian Lloyd
Sat, May 24, 2014 4:32 AM

On Saturday, May 24, 2014, David J Taylor david-taylor@blueyonder.co.uk
wrote:

Now the question...  I would like it to be able to output data in imperial
or metric units.  In what units is the typical wind speed reported
(meters/sec,  km/hour, ?).  Also air pressure (millibars/hectopascals/
pascals/?).

In the US wind speed is in MPH (civil) or knots (aviation or marine).
Atmospheric pressure is in inches of mercury (US) or millibars. I have seen
wind speed in m/s in Europe.

--
Brian Lloyd
Lloyd Aviation
706 Flightline Drive
Spring Branch, TX 78070
brian@lloyd.com
+1.916.877.5067

On Saturday, May 24, 2014, David J Taylor <david-taylor@blueyonder.co.uk> wrote: > > Now the question... I would like it to be able to output data in imperial > or metric units. In what units is the typical wind speed reported > (meters/sec, km/hour, ?). Also air pressure (millibars/hectopascals/ > pascals/?). In the US wind speed is in MPH (civil) or knots (aviation or marine). Atmospheric pressure is in inches of mercury (US) or millibars. I have seen wind speed in m/s in Europe. -- Brian Lloyd Lloyd Aviation 706 Flightline Drive Spring Branch, TX 78070 brian@lloyd.com +1.916.877.5067
C
cfo
Sat, May 24, 2014 5:37 AM

On Sat, 24 May 2014 01:16:32 +0000, Mark Sims wrote:

Now the question...  I would like it to be able to output data in
imperial or metric units.  In what units is the typical wind speed
reported  (meters/sec,  km/hour, ?).  Also air pressure
(millibars/hectopascals/pascals/?).

Our weather channel is reporting windspeed in meter/sec , and on rare
occations km/h.

But "Second-meter" seems to be the standard here in DK

CFO

On Sat, 24 May 2014 01:16:32 +0000, Mark Sims wrote: > Now the question... I would like it to be able to output data in > imperial or metric units. In what units is the typical wind speed > reported (meters/sec, km/hour, ?). Also air pressure > (millibars/hectopascals/pascals/?). Our weather channel is reporting windspeed in meter/sec , and on rare occations km/h. But "Second-meter" seems to be the standard here in DK CFO
NM
Neville Michie
Sat, May 24, 2014 5:49 AM

There is a great sonic anemometer in:

"An inexpensive sonic anemometer for eddy correlation" G.S.Campbell and M.H.Unsworth, (1979), Journal of Applied Meteorology Vol 18, August 1979, Pp. 1072-1077.

This unit uses 4000 CMOS, a LM301A and two cheap ultrasonic transducers. It operates a phase-locked loop and alternately uses the sensors for transmitter and receiver, swapping ends at about 74 Hz, to get a two way signal. This method cancels most errors. It has temperature and velocity outputs.

cheers, Neville Michie

On 24/05/2014, at 11:16 AM, Mark Sims wrote:

I am building a weather sensor that includes a ultrasonic anemometer to measure wind speed, direction, and air temperature.  It uses 4 cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a pulse width proportional to the time of flight of the sound signal  (topic is time nut related since  it simultaneously measures the speed of sound in 4 directions to a pretty good accuracy/resolution using a cheap-ass microprocessor - ATMEGA328 (like and Arduino)...  and does so without using any counter-timer channels).
Now the question...  I would like it to be able to output data in imperial or metric units.  In what units is the typical wind speed reported  (meters/sec,  km/hour, ?).  Also air pressure (millibars/hectopascals/pascals/?).


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

There is a great sonic anemometer in: "An inexpensive sonic anemometer for eddy correlation" G.S.Campbell and M.H.Unsworth, (1979), Journal of Applied Meteorology Vol 18, August 1979, Pp. 1072-1077. This unit uses 4000 CMOS, a LM301A and two cheap ultrasonic transducers. It operates a phase-locked loop and alternately uses the sensors for transmitter and receiver, swapping ends at about 74 Hz, to get a two way signal. This method cancels most errors. It has temperature and velocity outputs. cheers, Neville Michie On 24/05/2014, at 11:16 AM, Mark Sims wrote: > I am building a weather sensor that includes a ultrasonic anemometer to measure wind speed, direction, and air temperature. It uses 4 cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a pulse width proportional to the time of flight of the sound signal (topic is time nut related since it simultaneously measures the speed of sound in 4 directions to a pretty good accuracy/resolution using a cheap-ass microprocessor - ATMEGA328 (like and Arduino)... and does so without using any counter-timer channels). > Now the question... I would like it to be able to output data in imperial or metric units. In what units is the typical wind speed reported (meters/sec, km/hour, ?). Also air pressure (millibars/hectopascals/pascals/?). > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there.
CA
Chris Albertson
Sat, May 24, 2014 6:03 AM

Here in the US, most people who really care about wind speed think
knots.  For causal use to the general public them it's MPH.

If you want to be esoteric use the "Beaufort Wind Scale"  It is
actually still used because it can be estimated from looking at the
water.  It is easy to learn to tell a 2, 3 ,4 just by looking

On Fri, May 23, 2014 at 9:21 PM, David J Taylor
david-taylor@blueyonder.co.uk wrote:

I am building a weather sensor that includes a ultrasonic anemometer to
measure wind speed, direction, and air temperature.  It uses 4 cheap ($1
each) HC-SR04 ultrasonic rangefinder modules that output a pulse width
proportional to the time of flight of the sound signal  (topic is time nut
related since  it simultaneously measures the speed of sound in 4 directions
to a pretty good accuracy/resolution using a cheap-ass microprocessor -
ATMEGA328 (like and Arduino)...  and does so without using any counter-timer
channels).
Now the question...  I would like it to be able to output data in imperial
or metric units.  In what units is the typical wind speed reported
(meters/sec,  km/hour, ?).  Also air pressure
(millibars/hectopascals/pascals/?).

---=============

Mark,

m/s and hPa are often used, but not exclusively.

Cheers,
David

SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-taylor@blueyonder.co.uk


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

--

Chris Albertson
Redondo Beach, California

Here in the US, most people who really care about wind speed think knots. For causal use to the general public them it's MPH. If you want to be esoteric use the "Beaufort Wind Scale" It is actually still used because it can be estimated from looking at the water. It is easy to learn to tell a 2, 3 ,4 just by looking On Fri, May 23, 2014 at 9:21 PM, David J Taylor <david-taylor@blueyonder.co.uk> wrote: > I am building a weather sensor that includes a ultrasonic anemometer to > measure wind speed, direction, and air temperature. It uses 4 cheap ($1 > each) HC-SR04 ultrasonic rangefinder modules that output a pulse width > proportional to the time of flight of the sound signal (topic is time nut > related since it simultaneously measures the speed of sound in 4 directions > to a pretty good accuracy/resolution using a cheap-ass microprocessor - > ATMEGA328 (like and Arduino)... and does so without using any counter-timer > channels). > Now the question... I would like it to be able to output data in imperial > or metric units. In what units is the typical wind speed reported > (meters/sec, km/hour, ?). Also air pressure > (millibars/hectopascals/pascals/?). > ============================================== > > Mark, > > m/s and hPa are often used, but not exclusively. > > Cheers, > David > -- > SatSignal Software - Quality software written to your requirements > Web: http://www.satsignal.eu > Email: david-taylor@blueyonder.co.uk > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to > https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. -- Chris Albertson Redondo Beach, California
PK
Poul-Henning Kamp
Sat, May 24, 2014 6:45 AM

In message BLU170-W517A3E7D32E32BE4C3D3A4CE390@phx.gbl, Mark Sims writes:

I am building a weather sensor that includes a ultrasonic anemometer

Now the question...  I would like it to be able to output data in
imperial or metric units.  In what units is the typical wind speed
reported  (meters/sec,  km/hour, ?).  Also air pressure
(millibars/hectopascals/pascals/?).

Whatever you do, use SI units internally and make it an option for the
user to get those.  Convert from SI to whatever the user wants in their
local cultural geograpy.

PS: In Denmark we use the SI units:  Meter per second and hectopascal.

See for instance:

http://www.dmi.dk/vejr/til-lands/regionaludsigten/vssjaelland/

--
Poul-Henning Kamp      | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG        | TCP/IP since RFC 956
FreeBSD committer      | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.

In message <BLU170-W517A3E7D32E32BE4C3D3A4CE390@phx.gbl>, Mark Sims writes: >I am building a weather sensor that includes a ultrasonic anemometer >Now the question... I would like it to be able to output data in >imperial or metric units. In what units is the typical wind speed >reported (meters/sec, km/hour, ?). Also air pressure >(millibars/hectopascals/pascals/?). Whatever you do, use SI units internally and make it an option for the user to get those. Convert from SI to whatever the user wants in their local cultural geograpy. PS: In Denmark we use the SI units: Meter per second and hectopascal. See for instance: http://www.dmi.dk/vejr/til-lands/regionaludsigten/vssjaelland/ -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.
AT
Arnold Tibus
Sat, May 24, 2014 10:40 AM

Hi Mark,

I second Paul Henning,
here in Europe we use officially the SI standard, does mean m/s and hPa!

Privately used other units are another thing like km/h or units Beaufort
and mb (millibar),
but not official. If possible use always the international SI units and
as personal choice km/h,
hPa and millibar are anyway same numbers.
Regards
Arnold

Am 24.05.2014 03:16, schrieb Mark Sims:

I am building a weather sensor that includes a ultrasonic anemometer to measure wind speed, direction, and air temperature.  It uses 4 cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a pulse width proportional to the time of flight of the sound signal  (topic is time nut related since  it simultaneously measures the speed of sound in 4 directions to a pretty good accuracy/resolution using a cheap-ass microprocessor - ATMEGA328 (like and Arduino)...  and does so wbbithout using any counter-timer channels).
Now the question...  I would like it to be able to output data in imperial or metric units.  In what units is the typical wind speed reported  (meters/sec,  km/hour, ?).  Also air pressure (millibars/hectopascals/pascals/?).


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Hi Mark, I second Paul Henning, here in Europe we use officially the SI standard, does mean m/s and hPa! Privately used other units are another thing like km/h or units Beaufort and mb (millibar), but not official. If possible use always the international SI units and as personal choice km/h, hPa and millibar are anyway same numbers. Regards Arnold Am 24.05.2014 03:16, schrieb Mark Sims: > I am building a weather sensor that includes a ultrasonic anemometer to measure wind speed, direction, and air temperature. It uses 4 cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a pulse width proportional to the time of flight of the sound signal (topic is time nut related since it simultaneously measures the speed of sound in 4 directions to a pretty good accuracy/resolution using a cheap-ass microprocessor - ATMEGA328 (like and Arduino)... and does so wbbithout using any counter-timer channels). > Now the question... I would like it to be able to output data in imperial or metric units. In what units is the typical wind speed reported (meters/sec, km/hour, ?). Also air pressure (millibars/hectopascals/pascals/?). > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there.
JH
Javier Herrero
Sat, May 24, 2014 12:01 PM

Hello,

Wind speed usually in meters/sec (when used for scientific data) or km/h
(used in the news, so the people can compare with car speed ;) )
Pressure in millibars. Meteorologist also usually refers to
hectopascals, but it is more for representing something at a given
altitude (for example, winds at 700hPa) than for managing pressure data.
Temperature in ºC
Precipitation in liters/squared meter or millimeters (it is a 1:1
equivalence)

Best regards,

Javier

On 24/05/2014 3:16, Mark Sims wrote:

I am building a weather sensor that includes a ultrasonic anemometer to measure wind speed, direction, and air temperature.  It uses 4 cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a pulse width proportional to the time of flight of the sound signal  (topic is time nut related since  it simultaneously measures the speed of sound in 4 directions to a pretty good accuracy/resolution using a cheap-ass microprocessor - ATMEGA328 (like and Arduino)...  and does so without using any counter-timer channels).
Now the question...  I would like it to be able to output data in imperial or metric units.  In what units is the typical wind speed reported  (meters/sec,  km/hour, ?).  Also air pressure (millibars/hectopascals/pascals/?).


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Hello, Wind speed usually in meters/sec (when used for scientific data) or km/h (used in the news, so the people can compare with car speed ;) ) Pressure in millibars. Meteorologist also usually refers to hectopascals, but it is more for representing something at a given altitude (for example, winds at 700hPa) than for managing pressure data. Temperature in ºC Precipitation in liters/squared meter or millimeters (it is a 1:1 equivalence) Best regards, Javier On 24/05/2014 3:16, Mark Sims wrote: > I am building a weather sensor that includes a ultrasonic anemometer to measure wind speed, direction, and air temperature. It uses 4 cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a pulse width proportional to the time of flight of the sound signal (topic is time nut related since it simultaneously measures the speed of sound in 4 directions to a pretty good accuracy/resolution using a cheap-ass microprocessor - ATMEGA328 (like and Arduino)... and does so without using any counter-timer channels). > Now the question... I would like it to be able to output data in imperial or metric units. In what units is the typical wind speed reported (meters/sec, km/hour, ?). Also air pressure (millibars/hectopascals/pascals/?). > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. > >
MD
Magnus Danielson
Sat, May 24, 2014 1:55 PM

hektopascal is pseudo-SI form, as it is a compromize between the old
milibar and propper SI unit of Pascal with suitable prefix 1 mbar = 1
hPa, but since we have normal pressure at 1013 mbar we should write it
as 101,3 kPa but not 1013 hPa if we is to follow SI all the way.

Temperature in C is really not strict SI, but accepted.

m/s for windspeeds is the proper unit, while km/h is only used when
explaining high windspeeds.

Cheers,
Magnus

On 05/24/2014 02:01 PM, Javier Herrero wrote:

Hello,

Wind speed usually in meters/sec (when used for scientific data) or km/h
(used in the news, so the people can compare with car speed ;) )
Pressure in millibars. Meteorologist also usually refers to
hectopascals, but it is more for representing something at a given
altitude (for example, winds at 700hPa) than for managing pressure data.
Temperature in ºC
Precipitation in liters/squared meter or millimeters (it is a 1:1
equivalence)

Best regards,

Javier

On 24/05/2014 3:16, Mark Sims wrote:

I am building a weather sensor that includes a ultrasonic anemometer
to measure wind speed, direction, and air temperature.  It uses 4
cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a
pulse width proportional to the time of flight of the sound signal
(topic is time nut related since  it simultaneously measures the speed
of sound in 4 directions to a pretty good accuracy/resolution using a
cheap-ass microprocessor - ATMEGA328 (like and Arduino)...  and does
so without using any counter-timer channels).
Now the question...  I would like it to be able to output data in
imperial or metric units.  In what units is the typical wind speed
reported  (meters/sec,  km/hour, ?).  Also air pressure
(millibars/hectopascals/pascals/?).


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

hektopascal is pseudo-SI form, as it is a compromize between the old milibar and propper SI unit of Pascal with suitable prefix 1 mbar = 1 hPa, but since we have normal pressure at 1013 mbar we should write it as 101,3 kPa but not 1013 hPa if we is to follow SI all the way. Temperature in C is really not strict SI, but accepted. m/s for windspeeds is the proper unit, while km/h is only used when explaining high windspeeds. Cheers, Magnus On 05/24/2014 02:01 PM, Javier Herrero wrote: > Hello, > > Wind speed usually in meters/sec (when used for scientific data) or km/h > (used in the news, so the people can compare with car speed ;) ) > Pressure in millibars. Meteorologist also usually refers to > hectopascals, but it is more for representing something at a given > altitude (for example, winds at 700hPa) than for managing pressure data. > Temperature in ºC > Precipitation in liters/squared meter or millimeters (it is a 1:1 > equivalence) > > Best regards, > > Javier > > > > > On 24/05/2014 3:16, Mark Sims wrote: >> I am building a weather sensor that includes a ultrasonic anemometer >> to measure wind speed, direction, and air temperature. It uses 4 >> cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a >> pulse width proportional to the time of flight of the sound signal >> (topic is time nut related since it simultaneously measures the speed >> of sound in 4 directions to a pretty good accuracy/resolution using a >> cheap-ass microprocessor - ATMEGA328 (like and Arduino)... and does >> so without using any counter-timer channels). >> Now the question... I would like it to be able to output data in >> imperial or metric units. In what units is the typical wind speed >> reported (meters/sec, km/hour, ?). Also air pressure >> (millibars/hectopascals/pascals/?). >> _______________________________________________ >> time-nuts mailing list -- time-nuts@febo.com >> To unsubscribe, go to >> https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >> and follow the instructions there. >> >> > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to > https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there.
BC
Brooke Clarke
Sat, May 24, 2014 8:45 PM

Hi Mark:

The key benefit of an ultrasonic wind speed/direction sensor is that it can detect very slow wind speeds.
My Peet Bros. system does not start telling me anything until the speed is a few MPH.
http://www.prc68.com/I/UltimeterWeatherStation.shtml

But all the weather stations I've seen don't tell you if the wind is backing or veering and how fast that's going on.
This is critical for forecasting.
It would be possible to have a graphical display the would be like looking down on a smoke stack with the smoke trail
showing the history of wind direction.
See the  Sager Weather Caster book for more on that.
http://www.prc68.com/I/Weather.shtml

Have Fun,

Brooke Clarke
http://www.PRC68.com
http://www.end2partygovernment.com/2012Issues.html
http://www.prc68.com/I/DietNutrition.html

Mark Sims wrote:

I am building a weather sensor that includes a ultrasonic anemometer to measure wind speed, direction, and air temperature.  It uses 4 cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a pulse width proportional to the time of flight of the sound signal  (topic is time nut related since  it simultaneously measures the speed of sound in 4 directions to a pretty good accuracy/resolution using a cheap-ass microprocessor - ATMEGA328 (like and Arduino)...  and does so without using any counter-timer channels).
Now the question...  I would like it to be able to output data in imperial or metric units.  In what units is the typical wind speed reported  (meters/sec,  km/hour, ?).  Also air pressure (millibars/hectopascals/pascals/?).


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Hi Mark: The key benefit of an ultrasonic wind speed/direction sensor is that it can detect very slow wind speeds. My Peet Bros. system does not start telling me anything until the speed is a few MPH. http://www.prc68.com/I/UltimeterWeatherStation.shtml But all the weather stations I've seen don't tell you if the wind is backing or veering and how fast that's going on. This is critical for forecasting. It would be possible to have a graphical display the would be like looking down on a smoke stack with the smoke trail showing the history of wind direction. See the Sager Weather Caster book for more on that. http://www.prc68.com/I/Weather.shtml Have Fun, Brooke Clarke http://www.PRC68.com http://www.end2partygovernment.com/2012Issues.html http://www.prc68.com/I/DietNutrition.html Mark Sims wrote: > I am building a weather sensor that includes a ultrasonic anemometer to measure wind speed, direction, and air temperature. It uses 4 cheap ($1 each) HC-SR04 ultrasonic rangefinder modules that output a pulse width proportional to the time of flight of the sound signal (topic is time nut related since it simultaneously measures the speed of sound in 4 directions to a pretty good accuracy/resolution using a cheap-ass microprocessor - ATMEGA328 (like and Arduino)... and does so without using any counter-timer channels). > Now the question... I would like it to be able to output data in imperial or metric units. In what units is the typical wind speed reported (meters/sec, km/hour, ?). Also air pressure (millibars/hectopascals/pascals/?). > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. >