Welcome
Username or Email:

Password:


Missing Code




[ ]
[ ]
Online
  • Guests: 19
  • Members: 0
  • Newest Member: omjtest
  • Most ever online: 396
    Guests: 396, Members: 0 on 12 Jan : 12:51
Members Birthdays:
One birthday today, congrats!
GrantX (34)


Next birthdays
03/30 Adam Horden (39)
03/30 Mr.Warwickshire (23)
03/31 Swedish Coiler (41)
Contact
If you need assistance, please send an email to forum at 4hv dot org. To ensure your email is not marked as spam, please include the phrase "4hv help" in the subject line. You can also find assistance via IRC, at irc.shadowworld.net, room #hvcomm.
Support 4hv.org!
Donate:
4hv.org is hosted on a dedicated server. Unfortunately, this server costs and we rely on the help of site members to keep 4hv.org running. Please consider donating. We will place your name on the thanks list and you'll be helping to keep 4hv.org alive and free for everyone. Members whose names appear in red bold have donated recently. Green bold denotes those who have recently donated to keep the server carbon neutral.


Special Thanks To:
  • Aaron Holmes
  • Aaron Wheeler
  • Adam Horden
  • Alan Scrimgeour
  • Andre
  • Andrew Haynes
  • Anonymous000
  • asabase
  • Austin Weil
  • barney
  • Barry
  • Bert Hickman
  • Bill Kukowski
  • Blitzorn
  • Brandon Paradelas
  • Bruce Bowling
  • BubeeMike
  • Byong Park
  • Cesiumsponge
  • Chris F.
  • Chris Hooper
  • Corey Worthington
  • Derek Woodroffe
  • Dalus
  • Dan Strother
  • Daniel Davis
  • Daniel Uhrenholt
  • datasheetarchive
  • Dave Billington
  • Dave Marshall
  • David F.
  • Dennis Rogers
  • drelectrix
  • Dr. John Gudenas
  • Dr. Spark
  • E.TexasTesla
  • eastvoltresearch
  • Eirik Taylor
  • Erik Dyakov
  • Erlend^SE
  • Finn Hammer
  • Firebug24k
  • GalliumMan
  • Gary Peterson
  • George Slade
  • GhostNull
  • Gordon Mcknight
  • Graham Armitage
  • Grant
  • GreySoul
  • Henry H
  • IamSmooth
  • In memory of Leo Powning
  • Jacob Cash
  • James Howells
  • James Pawson
  • Jeff Greenfield
  • Jeff Thomas
  • Jesse Frost
  • Jim Mitchell
  • jlr134
  • Joe Mastroianni
  • John Forcina
  • John Oberg
  • John Willcutt
  • Jon Newcomb
  • klugesmith
  • Leslie Wright
  • Lutz Hoffman
  • Mads Barnkob
  • Martin King
  • Mats Karlsson
  • Matt Gibson
  • Matthew Guidry
  • mbd
  • Michael D'Angelo
  • Mikkel
  • mileswaldron
  • mister_rf
  • Neil Foster
  • Nick de Smith
  • Nick Soroka
  • nicklenorp
  • Nik
  • Norman Stanley
  • Patrick Coleman
  • Paul Brodie
  • Paul Jordan
  • Paul Montgomery
  • Ped
  • Peter Krogen
  • Peter Terren
  • PhilGood
  • Richard Feldman
  • Robert Bush
  • Royce Bailey
  • Scott Fusare
  • Scott Newman
  • smiffy
  • Stella
  • Steven Busic
  • Steve Conner
  • Steve Jones
  • Steve Ward
  • Sulaiman
  • Thomas Coyle
  • Thomas A. Wallace
  • Thomas W
  • Timo
  • Torch
  • Ulf Jonsson
  • vasil
  • Vaxian
  • vladi mazzilli
  • wastehl
  • Weston
  • William Kim
  • William N.
  • William Stehl
  • Wesley Venis
The aforementioned have contributed financially to the continuing triumph of 4hv.org. They are deserving of my most heartfelt thanks.
Forums
4hv.org :: Forums :: Tesla Coils
« Previous topic | Next topic »   

GaN Class E Coil

1 2 
Move Thread LAN_403
Weston
Tue Dec 13 2016, 06:53AM Print
Weston Registered Member #1316 Joined: Thu Feb 14 2008, 03:35AM
Location: Cambridge, MA
Posts: 365
Loneoceans has first claim to a SiC coil, so I have decided to post my recent work on my GaN class E coil. The system runs at 6.78MHz.

My last set of class E plasma tweeters worked decently but had an issue with breakout on startup (or rather the lack of). Class E amplifiers are sensitive to load variations, and no breakout is a rather extreme case of that. It causes loss of zero voltage switching and the power FETs blow up in short order.

The research group I work in has a paper ( Link2 ) on modifications to the class E topology where the DC feed inductor is also resonant, which significantly extends the range the resistive component of the load impedance can be without losing ZVS. This corresponds to zero voltage switching with a wide range loading from the plasma discharge (or lack of). I decided to model the RF amplifier for my nex plasma tweeters off this variation to the topology.

I also decided this would be a good test bed for the new GaN fets on the market. The GaN system fets look good for a class E coil but are a pain to heatsink like most of the GaN fets on the market. The 650V line looked good and I chose the 30A version because it was stocked by american distributors. Link2

This coil is as much of a topology test as a thermal test. I am mounting the FETs on the underside of the PCB and clamping the entire PCB on top of a heatsink. The GaN fets have a tiny top side thermal pad connected to the source so I can use a graphite thermal pad to still get a thermal resistance between the junction and the heatsink of ~ 3 C/W.

I am trying to keep most of the work on this github page: Link2

Today I got first light, about 150W in yields this discharge:



1481611868 1316 FT0 Gan E First Light


Right now, the transistors seem to stay cool, but the feed inductors start smoking. That implies that there is a much larger current flowing through them than I expected, which does not match my simulation. I guess the next step is figuring out that discrepancy.
Back to top
Steve Ward
Thu Dec 15 2016, 05:04AM
Steve Ward Registered Member #146 Joined: Sun Feb 12 2006, 04:21AM
Location: Austin Tx
Posts: 1055
Cool! I've been thinking about playing with some 100V gan-fets for driving a HF coil. I see you used the STM32F334, what IDE did you use for compiling code? And did you utilize its high frequency timer/counter?
Back to top
Weston
Fri Dec 16 2016, 08:05AM
Weston Registered Member #1316 Joined: Thu Feb 14 2008, 03:35AM
Location: Cambridge, MA
Posts: 365
I use a basic text editor (sublime) with GCC for compile and OCD for jtag. Files for all that are on the github page. Right now the STM32F334 just generates 180 degree square waves for gate drive using the high resolution timer. My last full plasma tweeters used it for a class D modulator running at 400KHz, I just used the chip and my old code in this test setup for quick prototyping.

The 100V GaN fets would be good for class DE. Especially as the "body diode" of these devices has no reverse recovery loss. I considered trying class DE but I am trying to stay at 6.78MHz and high side gate drivers at that frequency are difficult.

I figured out the issue with the inductors. I misinterpreted the datasheet and did not realize skin effect was not included in the loss figures. I was getting ~10X the loss, so while I expected a 25C temp rise it was a ~ 250C temp rise. I wound some inductors out of rectangular magnet wire I had access to, but I did not like the aesthetic. I 3d printed a jig so I could wind the rectangular wire along the thick axis and wound some new inductors today. Still a bit clunky looking, but lower losses.

Since I was winding my own inductors I also increased the feed inductor value, which increases the impedance of the system. This will give me a better match to the on resistance / max voltage of the fets. The current board is limited to 100V input but with a safety margin I can run this GaN fets in class E up to 160V. Right now the system draws ~ 3A at 50V (150W). I need to get a higher voltage power supply for further testing and to see how much power I can push through this board.

I think a cool next step would be to take a better look at the class phi-2 topology. It adds an additional resonant network to reduce the voltage across the mosfet to ~ 2.5 the supply voltage when compared to ~3.2 (pi) times the supply voltage for class E. This should allow me to run the system directly off the AC line with a greater safety margin. Component selection is a bit more nuanced, but I will have to see if I can get it working in simulation over the winter break and spin another PCB.

I also thought a bit about protection of the class E power stage. Things can blow up quickly when the zero voltage switching is lost. The loss of ZVS implies that the waveform across the mosfet has changed from a half period of a sine wave to some smaller portion. As this waveform must integrate to the supply voltage (average voltage across an inductor is zero), I should be able to detect this condition by a decrease in the peak DS voltage. Similarly, I should be able to detect mistuning in the other direction (natural resonant frequency too high, leading to body diode conducting), by an increase in the peak DS voltage. This would allow me to monitor the system with a slow ADC.

Some more Photos:


1481874966 1316 FT178502 Img 0260



Close Up of the PCB



1481874966 1316 FT178502 Img 0168



Drawing an arc of the secondary. For scale, the entire secondary is 5.5" tall.


1481874966 1316 FT178502 Img 0162


Winding form to constrain the rectangular wire and allow me to wind it along the long axis.
Back to top
Mattski
Fri Dec 16 2016, 07:56PM
Mattski Registered Member #1792 Joined: Fri Oct 31 2008, 08:12PM
Location: University of California
Posts: 527
Interesting timing, I just saw a news article in my email today that Transphorm's GaN FETs are now available in Digikey.

Link2

They have been out for a while, but only sold directly to major customers, not to distributors. I haven't looked at how all of the specifications compare, but the Transphorm ones are rated to +/- 18V on the gate, more than the GaN Systems ones.
Back to top
Weston
Fri Dec 16 2016, 10:06PM
Weston Registered Member #1316 Joined: Thu Feb 14 2008, 03:35AM
Location: Cambridge, MA
Posts: 365
Its annoying how different GaN transistors are stocked at mouser and digikey. The GaN systems parts are unfortunately only stocked at Mouser.

The Transphorm devices look promising, but they are cascode devices, which is a small Si Mosfet co-packaged with a GaN device. You actually drive the Si Fet gate. As such they have a larger gate charge and required gate voltage, and more importantly have a body diode with an associated reverse recovery loss. GaN fets conduct in the reverse direction but do not have a reverse recovery charge, which is good for topologies like class E where slight mistuning can force a negative voltage across the device.

The Transphorm devices look like good drop in replacements for Si FETs though, especially with the different options for the connection on the thermal tab.
Back to top
Steve Ward
Wed Dec 28 2016, 01:25AM
Steve Ward Registered Member #146 Joined: Sun Feb 12 2006, 04:21AM
Location: Austin Tx
Posts: 1055
I tested the transphorm parts (TPH3006PD)... or rather, destroyed them over and over in any attempt to make them switch! Either my layout had too much inductance (which, it works perfectly fine with Si FET and Si IGBT), or there was something "wrong" with the engineering samples i bought (about a year ago), but even trying to hard switch small currents (maybe 5A) at low voltage (<50V) resulted in oscillations and failure of the device. I tried adding gate resistance and ferrite beads but the result was the same. It was quite bewildering, having dealt with all sorts of power semiconductors in the last 15 years to run into something like that which i could not fix.

I think enhancement mode GaN is where its at.

I've also tried out the gan systems part that Weston is using (or rather, i bought their half-bridge demo board for the GS66508T) and they hard-switched 50A @ 400V in <10nS as advertised.

I've been working with EPC2032 in "huge" clusters (16 parallel per "switch") for a crazy motor controller project, and those also live up to expectation. These parts *require* a 4 layer PCB (i used 6 layer) to meet inductance requirements to avoid di/dt induced gate turn-on. And basically, that explains why SiC is available in TO-247 while eGaN will probably never be, as the extremely low gate threshold plus extremely small gate charge requires very careful gate-drive layout.

Back to top
...
Wed Dec 28 2016, 05:20PM
... Registered Member #56 Joined: Thu Feb 09 2006, 05:02AM
Location: Southern Califorina, USA
Posts: 2445
Very neat project, I had toyed with the idea of doing a similar project after taking Perreault's class but never got past some simple simulations. My plan was to try and use a traditional Si mosfet to run in the 13.56Mhz ISM band which in retrospect was a bit ambitious.

Not sure if you have been already, but MITERS Link2 is fairly well set up for power electronics work. Same place as where a lot of Loneoceans coils were built wink
Back to top
Weston
Wed Dec 28 2016, 06:20PM
Weston Registered Member #1316 Joined: Thu Feb 14 2008, 03:35AM
Location: Cambridge, MA
Posts: 365
Steve Ward:

Interesting to hear your results with the transphorm parts. Since my last post I did some math on the diode recovery charge and realized that it would not be an issue at my operating frequency / current. They looked promising due to the larger package that is easier to heatsink. Having a cascode with a Si MOSFET seems like it would make things more stable to drive compared to an enhancement mode GaN FET. Looking at the transphorm app notes they do have a lot about design considerations and PCB layout to prevent oscillation, so perhaps something is weird with the devices I am not catching by reading the datasheet. Spinning PCBs is cheap nowadays. I will have to make my own class E test board for their production devices.

The lab I work in extensively uses the EPC devices, but they are not very thermally robust so I have avoided them for the class E coil work. They also apparently have a habit of taking the PCB pads with them when they pop...

Looking at the schematic of the half bridge demo board it looks like they use a negative bias on the gate. dI/dT induced turn on is hard to physically measure, and I have a soft switched topology, but I should look at this a bit more in simulation. Negative gate bias is easy enough to add.


...:

6.334 was great. Planning on doing my MEng in Perreault's lab next year. I am currently trying to figure out if I can do something related to wide load range amplifiers for my thesis (that will be secretly for plasma tweeters). I go to miters sometimes for machining stuff, but I have a roughly equivalent workbench in my dorm room with the added advantage that I can leave it all hooked up for extended periods of time.



My current topology is push pull class E and I have been experimenting with phase shifting the two amplifiers for modulation without a highside modulator. In my current version it looks rather promising. With the unmodified class E, phase shifting quickly caused a loss of ZVS, but with the modified version that maintains ZVS over a large range of resistive loads I can maintain ZVS over almost a 4:1 output power ratio.

Simulating class phi-2 and reading some more papers about it, it seems like the resonant networks have to be very precisely tuned, so it might be a bit difficult to get working in hardware. It looks like a phase shifted modified class E to remove the highside modulator seems like the more promising approach right now in improving the system.

When I get back on campus I am going to try the phase shifted modulation on my latest hardware revision. Also, I have access to a 500W class A amplifier that can run at 6.78MHz. I am going to try to take some resonator impedance measurements at power to create a model of plasma loading. This would be useful in better tuning the amplifiers in simulation, especially Class phi-2 where the impedance at the 2nd and 3rd harmonics matters. Its getting past the point where I can model the resonator as a simple lumped RCL circuit.
Back to top
Steve Ward
Fri Jan 06 2017, 03:45AM
Steve Ward Registered Member #146 Joined: Sun Feb 12 2006, 04:21AM
Location: Austin Tx
Posts: 1055
I was thinking, what about controlling the tuning of a resonant circuit with saturable inductors? Well of course, it has been done, and this looks quite applicable for Tesla coils:

Link2

Now, how you'd wrap feedback control around such a thing is a pretty big part of the challenge. If you had a suitably fast Vds feedback it might not be too crazy of an idea.
Back to top
Conundrum
Tue Jan 31 2017, 10:54AM
Conundrum Registered Member #96 Joined: Thu Feb 09 2006, 05:37PM
Location: CI, Earth
Posts: 4059
Pretty impressive. I see that the latest innovation is using these for 13.56MHz power transmission and other folks are making solid state microwave ovens using InGaN devices.

Also see Link2

Posted a new thread, as this is relevant to my current research.
Back to top
1 2 

Moderator(s): Chris Russell, Noelle, Alex, Tesladownunder, Dave Marshall, Dave Billington, Bjørn, Steve Conner, Wolfram, Kizmo, Mads Barnkob

Go to:

Powered by e107 Forum System
 
Legal Information
This site is powered by e107, which is released under the GNU GPL License. All work on this site, except where otherwise noted, is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. By submitting any information to this site, you agree that anything submitted will be so licensed. Please read our Disclaimer and Policies page for information on your rights and responsibilities regarding this site.