anemometer? howto do datalogging?

all my thanks goes to a friend mr.lloyd, who introduced me this site.

i am trying to fly a kite.. :stuck_out_tongue:
while flying a kite or helium filled balloon, i wanted to capture the wind speed at different height, so the weight of anemometer should be less?
i have a Turnigy Mini Anemometer (Wind Meter), which is a comfy tool to fly along with the heliyum balloons, but dont know how to transfer the data's from it to wifi device and transmit/receive them at ground.

Can anyone guide me in this project?

thanks

an IM from another friend gave me this link

I would suggest dataloggi g locally especially depending how high, far its going
look into may e an sd shield

hi
max of 20mtr to 30mtr high? or more?

how we can do it locally, i thought wireless, could be a easier option in Transferring the data

That's not too high for wireless, the only things about it is you basically will need double the suplly
one up top and one down to receive and send to the computer,
if you want it immediatly then it makes senses but if tneres no rush an sd card can store a ton of data, then just plug it in and look at the data all at once in a nice file
the only wireless I have used is the nrf24l01 (10$ a pair on ebay) and it seems great for me althoigh I've only tested it maybe 10 meters, but I imagine in open air it should work fine 30 meters

The Turnigy Mini Anemometer seems to be a handheld directional device, it was not obvious to me that it had any kind of built in interface.

I would go with the suggestion of storing the data to a card, some questions though;

  • How are you going to keep the device pointed into the wind?
  • How are you going to compensate for the baloon/kite movement affecting the wind speed?
  • How are you going to get the data out of the anemometer?

After looking quickly at the specs of the electronics, I would maybe suggest bypassing that and hooking an arduino up directly to the hall sensors
The only use for the microcontroller it has is to read and calculate rpm, the arduino can do that and datalog/send the data all itself without more complexity of getting the reading off the other device

Do you need to know what height you are at when you log each sample? If so, that makes the problem rather harder to solve.

Perhaps a gps module would be good for you, you can get the height and maybe even have a way to keep direction with the gps signal

accept my apologies for the delayed response.

  • How are you going to keep the device pointed into the wind?
    it can be done like how small wind turbines are having furling system. like mounting this hand held device and


similar to the tail portion, we can guide the anemometer to face the wind.?

  • How are you going to compensate for the baloon/kite movement affecting the wind speed?
    even i do have this worries, but i am thinking atleast if i have some data rather than no data, then i can presume of having a pole and gather complete standard data.

  • How are you going to get the data out of the anemometer?
    seeking you experts guidance regarding the same,

as winner10920 guided regarding wireless nrf24l01 Module with Arduino, it would be really helpful, again, thinking wague, when there is some kind of data transmitted to the digital display, why not that can be transmitted through arduino

Fitting the anemometer with a wind vane sounds like a plan to keep it pointing into the wind, you can try it out on the ground easily enough.

If the balloon/kite is tethered, not flying around, and the anemometer is suspended below it then maybe its not too much of an issue. I guess you just have to try it and see if you believe the results. You could maybe release something light from the balloon/kite and measure its speed of travel to try to confirm your anemometer reading.

As far as getting data out is concerned I am a newbie not an expert. I would have chosen something with a ready to use interface but that is just because I know nothing about electronics.

Here is a link to some people who appear to have tried exactly what you are attempting to do. I don't agree with some of the stuff but they have obviously put a lot of time and effort into their project so it may speed you on;
http://www.wpi.edu/Pubs/E-project/Available/E-project-050709-122802/unrestricted/KitePowerIQP_finalreport.pdf

thanks radman,
Figure 2.1 in the document, is the exact style i was dreaming in mind, added to that is the vane concept missing in this doc:D

another interesting URL's i went through in search of the info related to data loggin as follows

http://www.inspeed.com/wind_data_logging/Windware_Wind_Speed_Data_kit.asp
http://openenergymonitor.org/emon/node/135

Okay on sunday i did visited few neighbouring areas, it was too tough for me to hold the anemometer and record update in a scribbling pad, atleast is there a way i can do datalogging using the handheld turningy device?