Wind turbine controler

Hansen

Member
I have plans to build a wind turbine but would like to see how the run

1st To volts
2nd the Amp
3rd RMP
4th the total effect over a week, month,

it is possible to do with Picaxe or you must find another solution
 

Dippy

Moderator
With the limited details you have provided I would say "YES".

But you will need a reasonable amount of electronic peripherals and some experience.

What is you skill level with electronics and code?
If it is nearly zero then you will need others to contribute a lot.
 

BeanieBots

Moderator
I'll second Dippy's comments.

PICAXE can read analogue inputs so that takes care of amps & volts.
It can count pulses (or measure the period between) so that takes care of RPM.
It can write to data storage so that takes care of data over time.
It can do sums, so that takes care of control.

How and with what extra hardware is another question.
 

Hansen

Member
With the limited details you have provided I would say "YES".

But you will need a reasonable amount of electronic peripherals and some experience.

What is you skill level with electronics and code?
If it is nearly zero then you will need others to contribute a lot.
My skill level in electronics = OK I'm radio amateur, work with electronics over 20 years

I have made some code in time to (pascal, cobol)
 

Dippy

Moderator
Electronics experience: That's good. ;)

Beaniebots has given you a summary of the PICAXE's ability.
Boriz has pointed you towards looking at Data Loggers for storing/retrieving large amounts of data - probably (that's "prolly" for Boriz) more than you need but it's good to read.

If you check out some of the current sensing devices (e.g. Hall effect style like Maxim or shunt+diff-amp like TI and others) then that will be easy. Example: Search on Current Sensor in Farnell for a few ideas.

You'll already know about 'voltage/potential dividers' for any volts over the PICAXE +V supply.

If you want to store lots of Data values then read up on EEPROMs.
You'll know the specification of your Turbine.
You should now be able to design a schematic.

Should be quite easy.
Interesting project so good luck.:)
 

NXTreme

Senior Member
OpenLog maybe?

If you want to log lots of information over a long time and are looking for something you want to just pop in the computer and read the data off of, you could also look at SparkFuns OpenLog. That way you could just pull a memory card off of your windmill and pop it into your computer.

I'm also going to suggest using 433/315Mhz RF systems so that you could see numbers from inside without having to go to the windmill every time you want to see how/what its doing. SparkFun sells great 315Mhz TXs and RXs, I suggest getting those.
 
Top