Maker Pro
Maker Pro

Windtunnel Airspeed Indicator

Tom Núñez

Apr 16, 2016
4
Joined
Apr 16, 2016
Messages
4
Hi All.

I am currently constructing a wind tunnel with some friends and we'd like a means of measuring airspeed within the wind tunnel.

Ideas include:
- Pitot tube with differential pressure sensors
- Load cell to measure force and convert to airspeed

The sensor/cell will be hooked up to an arduino uno and programmed to display airspeed on a pc or lcd. Price isn't really an issue but I thought something like this would suffice:

The sensor must be able to handle wind-speeds of up to 45m/s.

Advice would be greatly appreciated - this project is to be displayed at an engineering show in 5 weeks!!

Many thanks

Tom
 

Gryd3

Jun 25, 2014
4,098
Joined
Jun 25, 2014
Messages
4,098
Hi All.

I am currently constructing a wind tunnel with some friends and we'd like a means of measuring airspeed within the wind tunnel.

Ideas include:
- Pitot tube with differential pressure sensors
- Load cell to measure force and convert to airspeed

The sensor/cell will be hooked up to an arduino uno and programmed to display airspeed on a pc or lcd. Price isn't really an issue but I thought something like this would suffice:

The sensor must be able to handle wind-speeds of up to 45m/s.

Advice would be greatly appreciated - this project is to be displayed at an engineering show in 5 weeks!!

Many thanks

Tom
Use anything you want temporarily to calibrate the fan. You can develop a look-up table to convert to-from RPM to AirSpeed. Of course, air-speed is not going to be 100% constant, and obstructions within the tunnel will alter the wind-speed. Keep in mind that the 'pilot' tube method is used on the model itself in the tunnel to determine wind speed across a given surface.
Additionally, you mention an upper limit to the speed it must handle, but no accuracy or resolution.
 

duke37

Jan 9, 2011
5,364
Joined
Jan 9, 2011
Messages
5,364
I used to use a hot wire detector on a vehicle. It became known as the bee catcher.
 

Tom Núñez

Apr 16, 2016
4
Joined
Apr 16, 2016
Messages
4
Thank you all for the replies.

Gryd3: I am aware of disruptions to the airflow etc. and the accuracy isn't crucial however more of less with 2-3m/s error would be adequate.

The plan is to measure a known airspeed with an anemometer and measure these on the fan dial. The voltages then obtained through the arduino (from the pressure sensor) can be converted into corresponding speeds.

Also, is it always essential to use a shield when using sensors with arduino? I only need 2 inputs for the sensor and I think 6 are needed to use the LCD.
 

Colin Mitchell

Aug 31, 2014
1,416
Joined
Aug 31, 2014
Messages
1,416
You can also get a chip with hole in it to measure air pressure. This is the best as there are no moving parts and it costs $2.00
 

poor mystic

Apr 8, 2011
1,074
Joined
Apr 8, 2011
Messages
1,074
Thank you all for the replies.

Gryd3: I am aware of disruptions to the airflow etc. and the accuracy isn't crucial however more of less with 2-3m/s error would be adequate.

The plan is to measure a known airspeed with an anemometer and measure these on the fan dial. The voltages then obtained through the arduino (from the pressure sensor) can be converted into corresponding speeds.

Also, is it always essential to use a shield when using sensors with arduino? I only need 2 inputs for the sensor and I think 6 are needed to use the LCD.

I think that shielding is always important when making measurements with electronics. In fact I think it should be separately earthed so that stray currents from the Arduino can't easily feed into the signal you're trying to measure.
 

Gryd3

Jun 25, 2014
4,098
Joined
Jun 25, 2014
Messages
4,098
I think that shielding is always important when making measurements with electronics. In fact I think it should be separately earthed so that stray currents from the Arduino can't easily feed into the signal you're trying to measure.
I think the 'shield' in question was not actually an earth or EM shielding.
Add-on boards for many of the Electronic projects are being called 'shields' or 'capes'.
To answer the OPs question... no, you don't need an add-on board, unless the Arduino you have in particular is not able to connect to the sensor, or you can't be bothered with connecting your own external components to make a sensor work,
Mystic has a great point in that using sensitive sensors may pick up stray interference from electrically noisy sources. There are numerous methods to protect against this, and one of which is 'shielding'
 
Top