3 phase AC sinewave
Tumbler
Posts: 323
Hello,
I need one with adjustable frequenty (0 - 500 Hz, 3-10V)
Can someone push me in de right direction? I don't know where to start.
Outputs have to be like this image (wiki)
http://upload.wikimedia.org/wikipedia/commons/thumb/c/cc/3_phase_AC_waveform.svg/500px-3_phase_AC_waveform.svg.png
Thx
I need one with adjustable frequenty (0 - 500 Hz, 3-10V)
Can someone push me in de right direction? I don't know where to start.
Outputs have to be like this image (wiki)
http://upload.wikimedia.org/wikipedia/commons/thumb/c/cc/3_phase_AC_waveform.svg/500px-3_phase_AC_waveform.svg.png
Thx
Comments
One is the microcontroller generating 3 outputs of some sort - DAC or PWM or something else... There are decisions to be made about how much resolution you need and how smooth a sine wave you require.
The other is the MOSfets (or transistors if you insist) that produce the power stage.
While it can be done with a lowly PIC, the Propeller can use 3 cogs to get this done exceeding well. Much depends on how precise a sine wave you really want. In some cases you just want to power an R/C 3 phase motor, in other you might want to power a 3 phase aeronautic gyro, and other might be some sort of lab device.
So might want to search google.com for the words...
aircraft 3 phase inverter
And also just...
3 phase inverter
or...
3 phase inverter adjustable
More...
http://en.wikipedia.org/wiki/Variable-frequency_drive
Need only signals, power is for later...
Just want to generate a 3 phase sinewave,
Found some posts and the one i was interested in: sinewave3 and magicSinewaves
Couldn't test these ones
I only need a 3 phase sinewave signal (P0-P2) for a propeller
Testing the sinewave files right now....
Yes you only need 3, but 32bit resolution is useful.
http://forums.parallax.com/showthread.php/113685-OBEX-update-PWM_32_v2
The Propeller 2 will have DAC on every i/o pin and make this even easier to do.