Author Topic: Transforming a PC fan into a generator: what do I do with the phases?  (Read 5532 times)

0 Members and 1 Guest are viewing this topic.

Offline MartiniTopic starter

  • Regular Contributor
  • *
  • Posts: 89
I modified a 12v DC motor (a computer fan) to make a generator today. I want to help a friend build a wind power generator model to teach kids about science but I have to be taught myself beforehand  ;D

There are four coils, which have three connections on the PCB. I soldered wires to these three connections, bypassing the rest of the PCB.


Since it's an AC output, I fired up the old Tektronix to display some waveforms:




I have a polyphase system and I'd like to rectify it but I do not quite understand the wiring.
I have:
  • 4 volts between yellow and black
  • 4 volts between red and black
  • 6 volts between yellow and red

And:
  • 36 ohms between yellow and black
  • 36 ohms between red and black
  • 72 ohms between yellow and red


So I wonder if I have two phases and a neutral or three phases...or something weirder.



I made a three-phase full-wave rectifier with LEDs to see what happens:
(I was surprised it worked but happy I tried)


The green LEDs (connected to the black wire) don't light up. So I thought it was just a neutral and connected it directly to my DC ground: it makes it incredibly hard to lit the blue LED and the two pairs of the bridge lit up even when there is nothing connected to the DC (i.e. no blue LED).
I'm lost there :palm:



I'd appreciate very much to read some theory about the coils and phases.
« Last Edit: March 22, 2016, 03:41:45 pm by Martini »
 

Offline homebrew

  • Frequent Contributor
  • **
  • Posts: 293
  • Country: ch
Re: Transforming a PC fan in a generator: what do I do will the phases?
« Reply #1 on: March 21, 2016, 06:19:47 pm »
Hi Martini,

luckily Atmel has a Application Note http://www.atmel.com/images/doc8005.pdf on how to drive such a fan with an ATtiny13.

As you can derive from the schematic, you probably have a two-phase system. Maybe you can just find out the center tap by using your multi-meter in ohms range.
As far as I understand, the phases should be offset by 90 degrees.



 

Offline MartiniTopic starter

  • Regular Contributor
  • *
  • Posts: 89
Re: Transforming a PC fan in a generator: what do I do will the phases?
« Reply #2 on: March 21, 2016, 10:12:45 pm »
Great, so I have two phases. The schematics lost me (the point of the zener diode?) but I don't need to run the fan, quite the opposite.


So What should I do? Use a four-diode bridge rectifier with the two phases and leave the other wire alone? Or....?


Maybe you can just find out the center tap by using your multi-meter in ohms range.
I put the resistance values in the op post but the ohm symbol has been replaced by a question mark |O


As far as I understand, the phases should be offset by 90 degrees.

...or 180° ?

Got this on site this afternoon:

« Last Edit: March 22, 2016, 11:00:53 am by Martini »
 

Offline Zero999

  • Super Contributor
  • ***
  • Posts: 19520
  • Country: gb
  • 0999
Re: Transforming a PC fan into a generator: what do I do will the phases?
« Reply #3 on: March 21, 2016, 11:26:33 pm »
I can't see any of the images you've attached.

The zener just provides a regulated power supply to the Hall effect sensor.

The application note is relevant to your question because in order to use the fan motor as a generator, you need to understand how it works.

Going by your measurements, it sounds like you've got two coils in series. You need to separate out each coil.
 

Offline MartiniTopic starter

  • Regular Contributor
  • *
  • Posts: 89
Re: Transforming a PC fan into a generator: what do I do will the phases?
« Reply #4 on: March 22, 2016, 10:58:05 am »
Pity you can't see the images, I have attached them.


The pdf is great. I meant I didn't need to understand how the hall effect sensor and transistors worked because I'm not using them. Seeing how the coils are wired, though, was very helpful.


So I wonder if I don't have two pairs of coils connected together at one end with the black wire connected to that point. Like so:



If this is the case, what is the best rectifier to maximise the power?
(Keeping in mind the target to a few mA to light up some LEDs)
« Last Edit: March 22, 2016, 11:02:04 am by Martini »
 

Offline homebrew

  • Frequent Contributor
  • **
  • Posts: 293
  • Country: ch
Re: Transforming a PC fan into a generator: what do I do will the phases?
« Reply #5 on: March 22, 2016, 01:10:21 pm »

So I wonder if I don't have two pairs of coils connected together at one end with the black wire connected to that point.

Yes, I think that is exactly like that.
And the waveforms you got from your oscilloscope look quite similar to the ones presented in the application note. As described there, one period would correspond to a 180 degree turn. Hence I still think that they are 90 degrees phase shifted.

I think you could apply the same four diode rectifier circuit that you would use on a symmetrical supply, e.g. like so: http://circuitswiring.com/basic-symmetric-power-supply/

Probably there are more efficient ways ...

Or just use a half rectifyer for each winding and define the center tap as ground.

After all, you said that it is only for some demo - hence efficiency would not be a prime concern ...

Tip: Use shottky diodes to reduce the voltage drop across the diodes.
 

Offline MartiniTopic starter

  • Regular Contributor
  • *
  • Posts: 89
Re: Transforming a PC fan into a generator: what do I do will the phases?
« Reply #6 on: March 22, 2016, 03:37:24 pm »

So I wonder if I don't have two pairs of coils connected together at one end with the black wire connected to that point.
Yes, I think that is exactly like that.
And the waveforms you got from your oscilloscope look quite similar to the ones presented in the application note. As described there, one period would correspond to a 180 degree turn. Hence I still think that they are 90 degrees phase shifted.
90° with respect to the fan, alright.


Quote
I think you could apply the same four diode rectifier circuit that you would use on a symmetrical supply, e.g. like so: http://circuitswiring.com/basic-symmetric-power-supply/
I did that, got 5V between V- and V+ (still with the LEDs as rectifiers) and a bit over 20 mA when blowing like a maniac on the thing.



I'd like to understand why it is (or isn't!) important to connect that center tap?


Quote
Probably there are more efficient ways ...

Or just use a half rectifyer for each winding and define the center tap as ground.

After all, you said that it is only for some demo - hence efficiency would not be a prime concern ...
Yes but I'd like to demonstrate the right way of doing things. Otherwise, I could skip the rectifier altogether and that would still light the LED ;D
« Last Edit: March 22, 2016, 03:39:15 pm by Martini »
 

Offline homebrew

  • Frequent Contributor
  • **
  • Posts: 293
  • Country: ch
Re: Transforming a PC fan into a generator: what do I do will the phases?
« Reply #7 on: March 22, 2016, 07:50:29 pm »
I did that, got 5V between V- and V+ (still with the LEDs as rectifiers) and a bit over 20 mA when blowing like a maniac on the thing.

I'd like to understand why it is (or isn't!) important to connect that center tap?

Because of the same reason as you wouldn't need to connect the center tap of the symmetrical PSU example if you would just be interested in the total voltage difference between V+ and V-. You could directly connect your load there without any ground reference at all.

As another idea ... Just connect your scope to the inputs of the rectifier, letting the center tap unconnected. I'm pretty sure that you'll find a nice sine wave between them.

Using LEDs as rectification diodes has some drawbacks, especially the relatively high forward voltage. A full-wave rectifier will drop twice that. Hence using red LEDs you will drop at least 3V. Green and blue LEDs are even worse in that respect.
 

Offline MartiniTopic starter

  • Regular Contributor
  • *
  • Posts: 89
Re: Transforming a PC fan into a generator: what do I do will the phases?
« Reply #8 on: March 22, 2016, 09:07:42 pm »
As another idea ... Just connect your scope to the inputs of the rectifier, letting the center tap unconnected. I'm pretty sure that you'll find a nice sine wave between them.
Yes, and I get 6V AC (compared to the 4V between the black and any other wire).


About the LEDs, I'm aware of the problem, we'll probably use diodes (maybe Schottky diodes) in the final model but I thought it was very interesting to see the bridge rectifier work :)



I'd like to understand why it is (or isn't!) important to connect that center tap?
Hum...the center tap would allow me to display both an AC and a DC signal on the scope, wouldn't it?
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf