Raspberry Pi Experiment 13: Wind Speed and Direction Meter (Anemometer)

Reviewed by Editor: Jack Allison

VIDEO_01[ENG] VIDEO_02[ENG] VIDEO_03[ENG] VIDEO_04[ENG] VIDEO_05[ENG]

Related experiments:

Experiment Goals:

1. To learn how to connect the wind-direction and wind-speed sensors so that reasonable signals will be generated as a reaction to sensors’ rotation.

2. To Enable reading and analysis of the sensors’ signals

3. Connect all the anemometer parts and pack everything to a hermetic prototype for outdoor observation.

Components:

Electronics:
Raspberry Pi Model A+ (ebay)
EDIMAX Wi-Fi Adatper (EW-7811Un (ebay))
– (2x) 1W 5V 180mA Solar Power Panel, 99 x 69mm (ebay)
– (2x) SS34 diodes (ebay)
– (1x) ADC Pi V2.2 8-channel A2D converter from www.abelectronics.co.uk for reading the battery voltages
– (1x) Wind Speed Sensor – spare part for weather station (ebay)
– (1x) Wind Direction Sensor – spare part for weather station (ebay)

Mechanics:
– (1x) Empty chocolate box of medium size form Ferrero Rocher (ebay)
– (2x) unused parts of adjustable furniture legs (left from IKEA furniture) serving as stands for the sensors

Rechargeable batteries (connected in parallel):
– (8x)  rechargeable batteries AA 1.2V 3000 mAh (ebay)
– (4x) New Sun-PL653494 7.4 V 1800mAh (ebay) betteries
– (3x) Unknown rechargeable batteries (from “Move Power”)

Use-Case:

1. No external power for a long time

2. No physical access for a long time

3. No Wi-Fi + Internet infrastructure in near proximity

4. Anti-theft GPS module (optional)

Architecture: The diagram below shows the desired architecture. In this experiment Wi-Fi is used instead of GSM and the GPS module is not connected. However,  the capabilities of GSM communication and reading location and time with the GPS module were enabled at previous experiment. There is a plan to connect them in the final prototype.

standalone_anemometer_max_01

Schematics:

Electrical_01

Software:

https://github.com/pageal/RPi-Wind.git

Pictures and Stories:

– The prototyping process was preceded by a few experiments related to battery array strength and charging cycle. Results indicate that additional current is required from solar panels, thus more of these were ordered. When connected, they should provide about 1Ah (instead of 360 mAh now). So far the pack without any sensors survived alive about 48 hours transmitting its status.

20150107_072836

-This charger is built from the two circuits remaining from the “Move Power” products taken apart in an earlier experiments. Thus, all the spare parts (except the case) from two bad-functioning devices were re-used.

20150112_185752 20150112_185801

– While connected to two USB ports, this charger allows simultaneous charging of two accumulators to 4.12V. However, building of cables which allow direct connection  of these accumulators to a USB splitter would allow simultaneous charging to 5V. Thus, this is in the plan. After the cables are built, the recharging cycle should shorten as there will be no need for several charge balancing sessions (when weaker accumulators charge from stronger ones). At least one such a session is necessary now to bring the battery array to about 5V.

20150112_190508 20150112_190644 20150112_191036

– These are all the chargers working together for the purpose of charging the entire battery array before prototyping can start.

20150112_191410

– The prototype was created mostly by using epoxy to glue together various pieces of the fixture. If necessary, the sensors may be unscrewed from the fixture. As a specification of the sensors was missing, several experiments were conducted to understand proper connectivity. The wind speed sensor appeared easier to understand as it has only two wires. The mystery of the wind direction sensor wasn’t cracked until this link was found with a schematics which described the connections between components. It was hard to imagine the black wire, which usually goes to ground, connects to VCC as does the red wire (but through a 10KOhm resistor).

20150110_211626 20150110_213022

– Here is the final interconnection, described in the schematics earlier in this post.

20150117_081258 20150117_081324 20150117_081348 20150117_092202 20150117_092216 20150117_092233 20150117_092427

– Working prototype with RPi in its waterproof case.

20150117_094854 20150117_095823

Useful links: