Author Topic: Through-hole layout of UD2.7C universal driver  (Read 10095 times)

Offline profdc9

  • High Voltage Engineer
  • ****
  • Posts: 262
  • Karma: +14/-0
    • View Profile
Through-hole layout of UD2.7C universal driver
« on: January 31, 2018, 07:56:09 PM »
Hello,
I am working on a through-hole layout of the UD2.7C universal driver board.  I am nearly finished, except for there is no equivalent of the LM8365 that is not surface mount.  Is there a good alternative?

Also, since I am new to this, maybe someone could take a look at the layout?   I prefer to use through-hole components if I have to build stuff at home, not having a reflow oven.

I used Kicad to make the schematic, so anyone can download and modify it (you don't need Eagle).

I can send the Kicad file if someone wants to take a look at the PCB layout in PCBNEW.

Thanks,

Dan


Offline Hydron

  • Administrator
  • High Voltage Engineer
  • *****
  • Posts: 487
  • Karma: +25/-0
    • View Profile
Re: Through-hole layout of UD2.7C universal driver
« Reply #1 on: January 31, 2018, 10:31:01 PM »
It's probably easy to find an alternative method to the LM8365 which is both through hole and works better as well.

This particular part was picked due to convenience more than anything else, I wanted an UVLO in my driver and modded the UD2.5 layout to include it, and the LM8365 was a) easy to use with just 3 extra parts and b) I had one in my box of random ICs.
Loneoceans then included and improved it in his UD2.7 design (along with good documentation and other improvements - thanks!).

There is a limitation to doing it the quick and easy LM8365 way - when the 24V supply rail gets really low (e.g. 8V or lower) the chip can stop working, which means the UVLO will stop working and the driver can still try and switch the IGBTs, putting them at risk. To solve this (and enable through hole construction) I would suggest you use a comparator like the LM311 (already in use for OCD), and have it sensing the 24V supply on one input, and a zener or similar reference on the other, placed in parallel with the OCD LM311 output. The LM311 will run down to 3.5V or so, which is low enough that the IGBTs won't be turning on anyway, and can be powered by the 24V supply to make the circuit as simple as one resistor, one potentiometer, a zener diode and the LM311 (maybe plus decoupling cap). See my MSPAINT drawing for an idea of what to do:

Offline profdc9

  • High Voltage Engineer
  • ****
  • Posts: 262
  • Karma: +14/-0
    • View Profile
Re: Through-hole layout of UD2.7C universal driver
« Reply #2 on: February 01, 2018, 12:06:22 AM »
Thanks for your reply.  I found the following:  MC34164-3G

https://www.onsemi.com/pub/Collateral/MC34164-D.PDF

which should do it I think, though the maximum voltage is 12 V for this part, so I am adding a resistor so that the limit of the divider is 12 V regardless of how the potentiometer is turned.

Do you know if there's anything special about the layout?  I made sure to keep the hysteresis loop components small on the comparator (TL3116) and made the traces relatively fat from the outputs of the gate drivers and FETs.  However, through-hole components are going to have more inductance due to the longer traces between the components.  Any ideas on potential layout problems?

Dan


Offline Hydron

  • Administrator
  • High Voltage Engineer
  • *****
  • Posts: 487
  • Karma: +25/-0
    • View Profile
Re: Through-hole layout of UD2.7C universal driver
« Reply #3 on: February 01, 2018, 09:59:43 PM »
The MC34164-3 will work similarly to the LM8365, but will share the problem of failing to prevent operation once the supply falls a long way. Your idea of putting adding resistor is 100% correct, people have made the mistake with the pot before and the same fix has been suggested.
There may be a way to combine protection for >12V input and the low voltage issue (likely involving more resistors and zener diodes), but I haven't thought it through properly.

Regarding the layout, I haven't had time to look at your circuit properly sorry. Nothing is too critical with this circuit though, so you should be OK.

Offline profdc9

  • High Voltage Engineer
  • ****
  • Posts: 262
  • Karma: +14/-0
    • View Profile
Re: Through-hole layout of UD2.7C universal driver
« Reply #4 on: February 02, 2018, 04:48:17 AM »
Please indulge my further questions...

So I was thinking of changing the output stage to use discrete MOSFETs rather than two sets of FDD8424H drivers to save some space on the board.  How necessary is it to have two sets of drivers?  I would only need one UCC27423, and I could use the following MOSFETs: 

IRF3205PBF   (http://www.irf.com/product-info/datasheets/data/irf3205.pdf)   (N-channel, 55V, 110A drain current)
IRF4905PBF   (https://www.infineon.com/dgdl/irf4905pbf.pdf?fileId=5546d462533600a4015355e329b1197e)
      (P-channel, -55 V, -74A drain current)

I think these peak currents should be enough to supply even four of the biggest IGBT bricks.  IRF540/IRF9540 could be substituted of course.  I would still have two outputs with two sets of series capacitors.

Also, could I run the UCC27423 at 15 V rather than 9 V?  I would think driving the MOSFET gates at a higher voltage would switch them faster.  The voltage regulator would run cooler as well, only having to drop from 24 V to 15 V rather than to 9 V.

The data sheet for the MC34164-3 says that "guaranteed operation down to 1.0 V."  I thought this to mean that the reset line is guaranteed to be pulled low down to that supply voltage.  Is this not true, or is this not sufficient to guarantee that the gate driver remains off?

Thanks,

Dan


Offline Hydron

  • Administrator
  • High Voltage Engineer
  • *****
  • Posts: 487
  • Karma: +25/-0
    • View Profile
Re: Through-hole layout of UD2.7C universal driver
« Reply #5 on: February 02, 2018, 10:46:23 AM »
If you want to swap mosfets then yes it will work with only one output stage, the second one isn't normally used unless you're driving multiple sets of IGBTs.

I would check the gate charge specification of the new parts against the old, make sure they aren't too much higher (2-3x higher is probably OK, but you don't want to go crazy).

As for running at higher than 9V, I wouldn't go all the way to 15 (getting close to max rating of the driver) but 12V is perfectly fine (is what I'm using).

The "operation down to 1V" refers to the voltage at the input pin, which is used for both power and sensing. If you've used a voltage divider to drop down from 24V then it will also reduce the input voltage below 1V at some point (probably around 8-10V depending on your trip point setting). This is not ideal as it means the driver could start up again at that point. It may be possible to stop this happening but I haven't worked out a circuit yet.

Offline Mads Barnkob

  • Administrator
  • Executive Board Member
  • *****
  • Posts: 2267
  • Karma: +71/-0
  • Denmark
    • View Profile
    • Kaizer Power Electronics
Re: Through-hole layout of UD2.7C universal driver
« Reply #6 on: February 02, 2018, 11:34:15 AM »
I can only recommend IRF540/IRF9540 which are the ones I used in my single-sided drivers, they had no problems driving 3x SKM145 IGBT bricks in parallel at 100 kHz, 5000us on-time, good square waveform, if you want more details you can check out some of the measurements here: http://kaizerpowerelectronics.dk/tesla-coils/kaizer-drsstc-iv/

Putting all your linear voltage regulators in series is properly not a good idea, unless the parallel diode is to prevent overloading regulators first in the chain, but with a mere 1A power budget of each, the 24V regulator is getting pushed.

I found it nice to add jumpers to be able to disable pulse-width limiting feature and also to be able to reverse the polarity of the optical input, so you can switch between different output topology optical receivers.
https://kaizerpowerelectronics.dk - Tesla coils, high voltage, pulse power, audio and general electronics
https://www.youtube.com/KaizerPowerElectronicsDk60/join - Please consider supporting the forum, websites and youtube channel!

Offline profdc9

  • High Voltage Engineer
  • ****
  • Posts: 262
  • Karma: +14/-0
    • View Profile
Re: Through-hole layout of UD2.7C universal driver
« Reply #7 on: February 03, 2018, 01:06:36 AM »
Could you suggest where to add the jumper to disable the pulse-width limiting feature and to reverse the polarity of the optical input?  I attached the PDF of the schematic so you can refer to the components.

Thanks,

Dan

Offline futurist

  • Global Moderator
  • High Voltage Engineer
  • *****
  • Posts: 203
  • Karma: +8/-0
    • View Profile
Re: Through-hole layout of UD2.7C universal driver
« Reply #8 on: February 03, 2018, 04:55:03 PM »
PCB looks nice so far! Don't forget to add mounting holes  :)

Offline profdc9

  • High Voltage Engineer
  • ****
  • Posts: 262
  • Karma: +14/-0
    • View Profile
Re: Through-hole layout of UD2.7C universal driver
« Reply #9 on: February 03, 2018, 05:52:17 PM »
Ok, I think I added the features:

Jumper J14 shorts out capacitor C21 to disable pulse-width limiting.
Jumper J15 allows the IFD95 optical receiver to use an inverted or noninverted signal, or it is left off if the IFD95 is not connected.
Jumper J7 allows undervoltage to be turned on and off.
Jumper J9 is a test point for OCD level, OCD current for the scope, and a ground connection.
Jumper J6 is phase control
Connectors J3 and J4 either allow a Coilcraft Slot 7 inductor to be soldered to the board, or a hand wound inductor to be connected.
Power is now 12V rather than 9V for the gate driver.

The mounting holes are designed to that a second board that is a full bridge for four TO-247s will stack on top of this one using four M3 standoffs.

It fits in 10 by 10 cm so it can be made for $5 at Seeedstudio  :) or other cheapo PCB manufacturers.

I think its nearing completion.  If someone could check a few of these things, I would appreciate it. :)

This has been a neat learning process to learn how to lay these boards out.   I will send the Kicad file out when I'm done. Kicad is free software so anyone can edit the board.  I think this board should be very hackable.

Thanks,

Dan


Offline Mads Barnkob

  • Administrator
  • Executive Board Member
  • *****
  • Posts: 2267
  • Karma: +71/-0
  • Denmark
    • View Profile
    • Kaizer Power Electronics
Re: Through-hole layout of UD2.7C universal driver
« Reply #10 on: February 04, 2018, 10:59:22 AM »
You already guessed that bridging over the capacitor is enough to disable the pulse width limiter, so that is fine.

When it comes to the inverting/non-inverting of the optical input, remember to make it possible to tie the unused hex schmitt trigger inverter inputs to ground, else you will get in trouble with crosstalk inside the IC.
https://kaizerpowerelectronics.dk - Tesla coils, high voltage, pulse power, audio and general electronics
https://www.youtube.com/KaizerPowerElectronicsDk60/join - Please consider supporting the forum, websites and youtube channel!

Offline Max

  • High Voltage Engineer
  • ****
  • Posts: 236
  • Karma: +28/-1
  • "With the first link, the chain is forged. [...]"
    • View Profile
    • My Youtube Channel
Re: Through-hole layout of UD2.7C universal driver
« Reply #11 on: March 01, 2021, 12:14:54 PM »
Hi profdc9,

I wanted to play around with the layout, however, I can't open the project in the current version of KiCad (5.1.9). It seems like part libraries are missing. I don't know how libraries worked in older KiCad versions but in the current ones you should definitely add project specific parts to a separate, project specific library.
Anyways, before spending hours with sourcing the components and footprints you used, could you migrate the project to the current KiCad version and inlcude a library with all the symbols and footprints?
I reported this as an issue on GitHub, too, but didn't know whether you have your notifications turned on.

Thank you!
Max

Offline profdc9

  • High Voltage Engineer
  • ****
  • Posts: 262
  • Karma: +14/-0
    • View Profile
Re: Through-hole layout of UD2.7C universal driver
« Reply #12 on: March 01, 2021, 04:41:08 PM »
I just loaded the file into kicad 5.1.8 and the library symbols were migrated over it seems without any problem and the design rule check worked with only minor issues like courtyard overlapping (which just means the components are a little close in places).

Could you let me know which library symbols or footprints are missing?

Hi profdc9,

I wanted to play around with the layout, however, I can't open the project in the current version of KiCad (5.1.9). It seems like part libraries are missing. I don't know how libraries worked in older KiCad versions but in the current ones you should definitely add project specific parts to a separate, project specific library.
Anyways, before spending hours with sourcing the components and footprints you used, could you migrate the project to the current KiCad version and inlcude a library with all the symbols and footprints?
I reported this as an issue on GitHub, too, but didn't know whether you have your notifications turned on.

Thank you!
Max

Offline Max

  • High Voltage Engineer
  • ****
  • Posts: 236
  • Karma: +28/-1
  • "With the first link, the chain is forged. [...]"
    • View Profile
    • My Youtube Channel
Re: Through-hole layout of UD2.7C universal driver
« Reply #13 on: March 01, 2021, 04:56:33 PM »
It seems as if the standard parts like the logic chips migrate without issues. but the optical receivers f.ex. don't. Hence I suspected that you didn't add those symbols and footprints to a project library, but to your system library which is not part of the git repository - and thus not available to me.
The optical receivers are the only thing I can remember right now. If this is not enough to track down the origin of the issue, i can make a complete list.

Kind regards,
Max

Offline profdc9

  • High Voltage Engineer
  • ****
  • Posts: 262
  • Karma: +14/-0
    • View Profile
Re: Through-hole layout of UD2.7C universal driver
« Reply #14 on: March 01, 2021, 05:12:05 PM »
The optical receivers are in the cache library.  If you recover the project it will find them, but probably they should be in their own library.   But I think the library symbols you are looking for are in the project cache library.

Dan

It seems as if the standard parts like the logic chips migrate without issues. but the optical receivers f.ex. don't. Hence I suspected that you didn't add those symbols and footprints to a project library, but to your system library which is not part of the git repository - and thus not available to me.
The optical receivers are the only thing I can remember right now. If this is not enough to track down the origin of the issue, i can make a complete list.

Kind regards,
Max

Offline Max

  • High Voltage Engineer
  • ****
  • Posts: 236
  • Karma: +28/-1
  • "With the first link, the chain is forged. [...]"
    • View Profile
    • My Youtube Channel
Re: Through-hole layout of UD2.7C universal driver
« Reply #15 on: March 01, 2021, 07:17:02 PM »
Hmmm okay... i‘ll try again and report here.

Offline Max

  • High Voltage Engineer
  • ****
  • Posts: 236
  • Karma: +28/-1
  • "With the first link, the chain is forged. [...]"
    • View Profile
    • My Youtube Channel
Re: Through-hole layout of UD2.7C universal driver
« Reply #16 on: March 01, 2021, 09:05:02 PM »
Ok I managed to migrate it. Apparently KiCad changed the library naming conventions. "Resistors_THT" f.ex. became "Resistor_THT". In fact, the project specific parts were the only ones that ended up working as expected. This made it necessary to modify all the footprint assignments. No other issues though. While working, the migration is not really clean; pretty much all standard symbols like "+24V" are taken from the rescue library instead of the build-in library. Maybe some day I'll be bored enough to change those, too. For now I'll give the layout a try and see what I can come up with. There are a couple things I would change in the schematic but for now I'll consider that one as "known working" a.k.a. "don't touch".

My work can be found here for now: https://github.com/MMMZZZZ/DRSSTC-PCB-Pack
Once I'm done I'll probably create a pull request.


Thanks for the support,
Max

Offline profdc9

  • High Voltage Engineer
  • ****
  • Posts: 262
  • Karma: +14/-0
    • View Profile
Re: Through-hole layout of UD2.7C universal driver
« Reply #17 on: March 02, 2021, 05:04:44 PM »
You might want to consider trying the ud29 design as that includes skip pulse functionality with very few changes from ud27.

Offline Max

  • High Voltage Engineer
  • ****
  • Posts: 236
  • Karma: +28/-1
  • "With the first link, the chain is forged. [...]"
    • View Profile
    • My Youtube Channel
Re: Through-hole layout of UD2.7C universal driver
« Reply #18 on: March 02, 2021, 08:54:33 PM »
Too late ::) layout done. The nice thing is, this layout can be manufactured as single or double sided pcb (a.k.a. made at home or ordered). The top layer only contains a hand full of jumper wires with vias large enough for actual wires. Other improvements are that all TO220 parts can now be mounted on a single heatsink (all located on the same edge of the PCB), all inputs are on the left side, optical receivers and status LEDs are on the front edge, and the GDT output is on the right side. Test points are on the edges of the PCB, too.

I also created an Interactive BOM, which should be a great help during assembly and potential debugging. Here‘s the link to the awesome KiCad plugin for generating those iBOMs.

Link to my version: https://github.com/MMMZZZZ/DRSSTC-PCB-Pack/tree/master/ud27c%20thru%20hole#readme


Kind regards,
Max

« Last Edit: March 02, 2021, 11:34:57 PM by Max »

Offline profdc9

  • High Voltage Engineer
  • ****
  • Posts: 262
  • Karma: +14/-0
    • View Profile
Re: Through-hole layout of UD2.7C universal driver
« Reply #19 on: March 03, 2021, 04:22:01 AM »
When laying out the board, it was impressed upon me (by G. Guangyan the creator of the ud27c SMT board) that I should have very wide traces from the IRF540/IRF9540 source leads and the 24 volt bus capacitors.  This is because in order to switch the MOSFETs rapidly the edge of the gate drive signal will likely have to be 100 ns or less in duration which requires a large peak current especially for big IGBT bricks.  On this board and the ud29 version of the board I had a GND/+24 V fill around these to ensure that there would be a very low resistance/inductance path from the bus capacitors to the MOSFET sources.    There are also ceramics very close to the MOSFETs to provide extra low impedance charge which seems to be there in the new layout.  This was a major constraint on the layout, but I think you should do this as well.   It is also important to keep signal lines as short as possible, especially for paths like the positive feedback (hysteresis) in the high speed comparator.    Otherwise it could either act too slowly or it could oscillate.  I think it is more important for a layout to have there properties than it is to be a single layer because it is so easy nowadays to have boards manufactured.  Long curvy paths to keep the traces from crossing on a single layer are likely not as good as short wires that cross each other on opposite layers at right angles.  Also it is crucial that decoupling caps have definitely short, local traces to the chips that they are supposed to decouple the supplies for.  Since it looks like most of the top layer is ground, that is likely not a problem.

Also, if you do intend the board to be used with links on a one-sided board, you should change the vias to have a wider copper gap around them because there will be no solder mask to prevent bridges between the link pads and the surrounding copper fill.

The layout is definitely in some ways better than mine, but I think it has to ensure that the sharpest edge can be delivered through the gate drive possible.

Dan

High Voltage Forum

Re: Through-hole layout of UD2.7C universal driver
« Reply #19 on: March 03, 2021, 04:22:01 AM »

 


* Recent Topics and Posts

post Re: Big Coil Build Log
[Dual Resonant Solid State Tesla coils (DRSSTC)]
flyingperson23
Today at 05:47:34 AM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
davekni
Today at 04:45:07 AM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
MRMILSTAR
Today at 04:18:27 AM
post Push Pull VTTC
[Vacuum Tube Tesla Coils (VTTC)]
janno288
Today at 01:10:08 AM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
Alberto
March 27, 2024, 10:54:52 PM
post Re: CM400 Induction Heater
[Electronic Circuits]
markus
March 27, 2024, 11:53:42 AM
post Re: OCD Triggering Early + Low Output
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
March 27, 2024, 05:14:36 AM
post Re: Is the UD2.7C under voltage lock out basically worthless?
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
March 27, 2024, 04:47:48 AM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
March 27, 2024, 04:41:59 AM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
alan sailer
March 27, 2024, 12:04:34 AM
post Re: Super flat QCW simulation (does this look reasonable?)
[Dual Resonant Solid State Tesla coils (DRSSTC)]
toooldforthis
March 26, 2024, 11:08:14 PM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Benjamin Lockhart
March 26, 2024, 11:07:20 PM
post Re: Is the UD2.7C under voltage lock out basically worthless?
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Benjamin Lockhart
March 26, 2024, 10:46:29 PM
post OCD Triggering Early + Low Output
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Saattvik24
March 26, 2024, 09:03:43 PM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
alan sailer
March 26, 2024, 08:46:59 PM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
flyingperson23
March 26, 2024, 05:02:18 PM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
alan sailer
March 26, 2024, 03:16:03 PM
post Re: CM400 Induction Heater
[Electronic Circuits]
Anders Mikkelsen
March 26, 2024, 01:41:49 PM
post Re: Benjamin's DRSSTC 2 in progress
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Benjamin Lockhart
March 26, 2024, 04:48:22 AM
post Re: Re-chargeable 1.5 volt lithium ion AAA batteries
[General Chat]
MRMILSTAR
March 26, 2024, 04:16:37 AM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
March 26, 2024, 04:16:24 AM
post Re: Smoke Screen Machine Protect 950 XP - Teardown of a Smoke Cannon!
[Electronic Circuits]
davekni
March 26, 2024, 04:13:02 AM
post Re: CM400 Induction Heater
[Electronic Circuits]
davekni
March 26, 2024, 04:00:43 AM
post Re: Re-chargeable 1.5 volt lithium ion AAA batteries
[General Chat]
davekni
March 26, 2024, 03:19:18 AM
post Re: Benjamin's DRSSTC 2 in progress
[Dual Resonant Solid State Tesla coils (DRSSTC)]
thedoc298
March 26, 2024, 01:50:42 AM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
flyingperson23
March 25, 2024, 08:05:02 PM
post Re: Smoke Screen Machine Protect 950 XP - Teardown of a Smoke Cannon!
[Electronic Circuits]
Mads Barnkob
March 25, 2024, 07:41:29 PM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
alan sailer
March 25, 2024, 06:45:46 PM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
flyingperson23
March 25, 2024, 05:44:25 PM
post Re: CM400 Induction Heater
[Electronic Circuits]
Anders Mikkelsen
March 25, 2024, 04:47:17 PM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
alan sailer
March 25, 2024, 04:27:22 PM
post Re-chargeable 1.5 volt lithium ion AAA batteries
[General Chat]
MRMILSTAR
March 25, 2024, 03:57:34 PM
post Re: CM400 Induction Heater
[Electronic Circuits]
markus
March 25, 2024, 02:06:41 PM
post Re: Odd MOSFET Driver Behavior
[Solid State Tesla Coils (SSTC)]
KrisPringle
March 25, 2024, 04:43:25 AM
post Re: Odd MOSFET Driver Behavior
[Solid State Tesla Coils (SSTC)]
davekni
March 25, 2024, 02:39:40 AM
post Re: Odd MOSFET Driver Behavior
[Solid State Tesla Coils (SSTC)]
KrisPringle
March 25, 2024, 12:47:09 AM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
Alberto
March 24, 2024, 07:36:32 PM
post Re: My completed 14-stage Cockroft-Walton voltage multiplier
[Voltage Multipliers]
Alberto
March 24, 2024, 07:27:24 PM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
MRMILSTAR
March 24, 2024, 04:25:23 AM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
Alberto
March 23, 2024, 10:47:35 PM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
MRMILSTAR
March 23, 2024, 09:30:21 PM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
Alberto
March 23, 2024, 04:34:31 PM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
MRMILSTAR
March 23, 2024, 03:04:25 PM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
Alberto
March 23, 2024, 01:38:34 PM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
MRMILSTAR
March 23, 2024, 04:20:03 AM
post Re: Welcome new members, come say hello and tell a little about yourself :)
[General Chat]
davekni
March 23, 2024, 12:54:30 AM
post Re: Smoke Screen Machine Protect 950 XP - Teardown of a Smoke Cannon!
[Electronic Circuits]
davekni
March 23, 2024, 12:05:57 AM
post capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
Alberto
March 22, 2024, 11:45:03 PM
post Re: Welcome new members, come say hello and tell a little about yourself :)
[General Chat]
OmGigaTron
March 22, 2024, 11:30:09 PM
post Smoke Screen Machine Protect 950 XP - Teardown of a Smoke Cannon!
[Electronic Circuits]
Mads Barnkob
March 22, 2024, 10:20:35 PM
post Re: Where's all this voltage coming from?
[Spark Gap Tesla Coils (SGTC)]
Benbmw
March 22, 2024, 09:21:13 PM
post Re: What actually kills MOSFETs?
[Beginners]
AstRii
March 22, 2024, 03:37:11 PM
post What actually kills MOSFETs?
[Beginners]
FPS
March 22, 2024, 05:09:20 AM
post Re: Benjamin's DRSSTC 2 in progress
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Benjamin Lockhart
March 22, 2024, 03:57:54 AM
post Re: Benjamin's DRSSTC 2 in progress
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
March 22, 2024, 02:59:25 AM
post Re: Benjamin's DRSSTC 2 in progress
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Benjamin Lockhart
March 21, 2024, 06:31:42 PM
post Re: 2x Panasonic Inverter Microwaves - what to salvage, dangers?
[General Chat]
rikkitikkitavi
March 21, 2024, 03:08:01 PM
post Re: [WTS] IGBT, Ferrite, Capacitors, Tools, PSU, Industrial components and parts
[Sell / Buy / Trade]
Mads Barnkob
March 21, 2024, 01:37:32 PM
post Re: Difference between these transformers
[Transformer (Ferrite Core)]
Alberto
March 21, 2024, 11:42:07 AM
post Re: Phase Lead Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
March 21, 2024, 04:09:14 AM
post Re: Benjamin's DRSSTC 2 in progress
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Benjamin Lockhart
March 21, 2024, 02:15:31 AM
post My Homemade Structural Analysis X-Ray Machine
[X-ray]
Luca c.
March 21, 2024, 01:35:40 AM
post Re: Phase Lead Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Saattvik24
March 20, 2024, 10:40:00 PM
post Re: Difference between these transformers
[Transformer (Ferrite Core)]
Mads Barnkob
March 20, 2024, 08:03:41 PM
post Re: 2x Panasonic Inverter Microwaves - what to salvage, dangers?
[General Chat]
Mads Barnkob
March 20, 2024, 07:51:57 PM
post Re: Benjamin's DRSSTC 2 in progress
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Mads Barnkob
March 20, 2024, 10:39:47 AM
post Re: Phase Lead Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
March 20, 2024, 04:09:59 AM
post Re: 160mm DRSSTC II project | Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Benjamin Lockhart
March 20, 2024, 01:13:23 AM
post Re: Phase Lead Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Keybored
March 20, 2024, 12:45:16 AM
post Re: Benjamin's DRSSTC 2 in progress
[Dual Resonant Solid State Tesla coils (DRSSTC)]
flyingperson23
March 20, 2024, 12:30:30 AM
post Re: Benjamin's DRSSTC 2 in progress
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Benjamin Lockhart
March 19, 2024, 11:12:24 PM
post Re: 160mm DRSSTC II project | Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Late
March 19, 2024, 09:47:49 PM
post Re: 160mm DRSSTC II project | Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Late
March 19, 2024, 09:44:19 PM
post Phase Lead Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Saattvik24
March 19, 2024, 06:52:09 PM
post Re: 160mm DRSSTC II project | Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
flyingperson23
March 19, 2024, 05:02:44 PM
post Re: Welcome new members, come say hello and tell a little about yourself :)
[General Chat]
Mads Barnkob
March 19, 2024, 05:01:41 PM
post Re: Benjamin's DRSSTC 2 in progress
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Mads Barnkob
March 19, 2024, 04:31:02 PM
post Re: 160mm DRSSTC II project | Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Mads Barnkob
March 19, 2024, 03:59:54 PM
post Re: Benjamin's DRSSTC 2 in progress
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Benjamin Lockhart
March 19, 2024, 06:41:39 AM
post Re: Welcome new members, come say hello and tell a little about yourself :)
[General Chat]
davekni
March 19, 2024, 04:05:49 AM
post Re: Welcome new members, come say hello and tell a little about yourself :)
[General Chat]
OmGigaTron
March 18, 2024, 09:08:35 PM
post Re: Can I Trust This Super Cheap Site?
[General Chat]
2020-Man
March 18, 2024, 09:07:35 PM
post Re: Can I Trust This Super Cheap Site?
[General Chat]
Twospoons
March 18, 2024, 08:57:06 PM
post Re: Can I Trust This Super Cheap Site?
[General Chat]
MRMILSTAR
March 18, 2024, 03:51:33 PM
post Re: 160mm DRSSTC II project | Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Late
March 18, 2024, 02:59:46 PM
post Re: 160mm DRSSTC II project | Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Late
March 18, 2024, 02:33:25 PM
post Can I Trust This Super Cheap Site?
[General Chat]
2020-Man
March 18, 2024, 11:02:12 AM
post Re: Where's all this voltage coming from?
[Spark Gap Tesla Coils (SGTC)]
Twospoons
March 18, 2024, 02:36:11 AM
post Re: Best forum for vacuum tube amplifiers?
[General Chat]
Mads Barnkob
March 17, 2024, 07:42:55 PM
post Re: 2x Panasonic Inverter Microwaves - what to salvage, dangers?
[General Chat]
Michelle_
March 17, 2024, 04:15:14 PM
post Re: 2x Panasonic Inverter Microwaves - what to salvage, dangers?
[General Chat]
Michelle_
March 17, 2024, 05:05:04 AM
post Re: Where's all this voltage coming from?
[Spark Gap Tesla Coils (SGTC)]
davekni
March 17, 2024, 04:50:51 AM
post Re: 2x Panasonic Inverter Microwaves - what to salvage, dangers?
[General Chat]
Twospoons
March 17, 2024, 04:45:17 AM
post 2x Panasonic Inverter Microwaves - what to salvage, dangers?
[General Chat]
Michelle_
March 17, 2024, 04:17:51 AM
post Where's all this voltage coming from?
[Spark Gap Tesla Coils (SGTC)]
Terry
March 17, 2024, 01:29:32 AM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
flyingperson23
March 17, 2024, 12:33:06 AM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Keybored
March 16, 2024, 08:46:20 PM
post Re: Bleeder resistor for MMC
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Hydron
March 16, 2024, 08:39:24 PM
post Re: DRSSTC Questions
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Hydron
March 16, 2024, 08:21:44 PM
post Best forum for vacuum tube amplifiers?
[General Chat]
yourboi
March 16, 2024, 08:20:13 PM

Sitemap 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 
SimplePortal 2.3.6 © 2008-2014, SimplePortal