SIDEBAR
»
S
I
D
E
B
A
R
«
Wind Turbine Remote Arduino Power Meter
Nov 29th, 2009 by Dan Lampie

In the past month my friend David Brenner and I have made a great deal of progress with the wind turbine remote Arduino power meter.  The idea behind the project is to log the amount of power generated from the wind turbine and have the data automatically be uploaded online where it can graphed.  There are similar products on the market, but they are designed for much larger turbine and solar arrays, and thus are expensive.  We wanted to utilize the Arduino micro-controller as it versatile and inexpensive.  With all the parts the costs is around $80, which is a fraction of the cost of other solutions.

IMG_1811

The power meter works by reading the current flowing from the turbine.  We are using a Hall Effect current sensor as it is very efficient and can handle up 30 Amps.  Based on the amount of current, the sensor outputs a voltage which can then be read by the Arduino’s analog to digital input.  An issue with the Arduino’s ADC is that it is limited to only 1024 values ranging from 0-5 volts.  This means that the Arduino is not very accurate and can only sense a 4.8mV change.  The issue we had was that the current sensor’s output voltage changes by a very small amount and the change couldn’t be read by the Arduino.  To correct this, we fed the current sensor into an amplifier stage to increase the output voltage so the Arduino could read smaller current changes.  The current sensor outputs 1.5v with no current, so to ensure that we weren’t amplifying the voltage when there was no current we needed to implement a 1.5v offset.

IMG_1879

The Arduino microcontroller reads the data from the ADC input and then sends the data through the Internet to a server.  We are utilizing the wireless repeater portion of the wind turbine to transport the data through the Internet.  The server then reads the data and stores it in a mysql data base so graphs can be created.  The Arduino sends a new power reading every one second, so the graphs can be extremely accurate if we wish.  The remote power meter is currently in field trials to ensure the basic functionally works correctly.

Wind Powered Wireless Network Repeater
May 4th, 2008 by Dan Lampie

This weekend I displayed my wind powered wireless network repeater at the RIT Innovation Festival. The turnout was great but the weather consisted of light showers and the wind was very calm. I explained the project to many people and showed how it was operational by surfing the net on an OLPC by RIT’s quarter mile. Here are the posters I displayed at my booth explaining the project.

There are a lot of great sites on the net that explain how to build your own wind turbine. My favorite is by Michael Davis and you can view his site here. Another great place is gotwind.org and the site also has a discussion form with many other DIY wind turbine builders.

How the Project Works:

My wireless network repeater consists of four parts: wind turbine, batteries, charge controller, and wireless network gear. The wind turbine consists of an electric DC motor which is connected to three blades. When the wind blows, it causes the blades to spin. This produces a DC voltage which depends on how fast the generator is spinning. My turbine produces 12v at around 300RPM. Above this speed causes current to flow into the batteries which charge them. The issue on days with light wind is that the blades won’t spin fast enough to reach 12v, so the batteries won’t charge. I am investigating a voltage boosting circuits which would trickle charge the batteries on days with light wind. To prevent the batteries from overcharging on windy days I use ghurd’s charge controller. When the batteries voltage reaches a certain level, the controller dumps the power to a set of load resistors.

For the wireless network gear, I use two Linksys WRT54G routers with the DDWRT firmware. The first router acts as the backhaul link and is setup in client bridge mode. It has a 18dBi 2.4Ghz parabolic antenna so if can communicate over far distances. The second router is connected to the first one via an Ethernet cable, and is set up in access point mode. DHCP is disabled on both units, so any devices connecting to the repeater will pull an IP address from the DHCP server from the host network. In my case I connect to the wind turbine network which had an SSID of “Wind Turbine,” and I receive an IP address from RIT’s network. My laptop looked/worked like any other computer on the network even though I was located in a field far away from RIT’s network infrastructure.

Make Magazine Featuring my Project
May 4th, 2008 by Dan Lampie

Last month I installed my wind turbine wireless repeater project at RIT.  I planned on adding information regarding the project to this site, but my friend Dave Brenner beat me to it.  Dave wrote an article on his site regarding the installing of the turbine and Make Magazine linked to it on their blog.

»  Substance:WordPress   »  Style:Ahren Ahimsa