Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - profdc9

Pages: [1] 2 3 ... 14
1
Hi Dan

I build the interrupter with normal, burst, audio and USB MIDI options. Left out the MIDI for now as I got so many others.

The input voltage range of the LM339 is Vcc -2V at worst, so when I want to run the whole board at 5V, that leaves me with only 0-3V audio input range, what is it currently designed to take with the 9-12V supply voltage?

Yes, I designed it to take a 9-12 V supply.  But I think it should still work at 5 V.  The threshold for audio input to trigger a pulse is the voltage drop of a Schottky diode, about 0.2 V, high enough above the rail to work reliably.  Everything else is triggered to a threshold voltage created by the voltage divider of R8/R9.  If you are having problems, decrease R8 from 10k to perhaps 6.8k so it is well below the LM339 common-mode limit.

2
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

3
You might want to consider trying the ud29 design as that includes skip pulse functionality with very few changes from ud27.

4
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

5
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

6
General Chat / Horizontal Jacob's latter in power lines
« on: February 15, 2021, 09:01:30 PM »
In Louisiana, USA, the winter storms have caused blackouts and other electrical problems.  Watch the horizontal Jacob's ladder between the phases of the power lines:

https://twitter.com/ABC/status/1361393756067487744


7
For a full-bridge version of this, does one do the obvious thing and just feed the two halves of the bridge with opposite phases of the gate transformer?  And is the current limited in the circuit mostly by shifting the oscillation frequency to be further above resonance, as it does not appear that a series inductor with the load can be used to limit the current because the resonance frequency and therefore oscillation frequency will shift down accordingly?

First time I've seen that circuit implemented with IGBTs.  I've used it in both half and full bridges with BJTs.  For BJTs, that simple circuit is convenient.  CT ratio defines the forced-beta.  With a 10:1 CT, base current is always 10% of collector current.  I've heard that some CFLs use the BJT version.

8
Electronic Circuits / Interesting self-oscillating half-bridge article
« on: December 27, 2020, 05:45:41 PM »
I found this interesting self-oscillating half-bridge article

Bal, G., Oncu, S., & Ozbas, E. (2013). Self-Oscillated Induction Heater for Absorption Cooler. Elektronika Ir Elektrotechnika, 19(10), 45-48. https://doi.org/10.5755/j01.eee.19.10.5894

https://eejournal.ktu.lt/index.php/elt/article/view/5894

It uses a gate drive transformer in series with the load to drive the gates of the half bridge, with the two upper and lower gates being driven in opposite phases.  An inductor Lss (see figure 1) is included so that the oscillation frequency is somewhat higher than the resonance frequency, achieving ZVS.

It looks like a particularly simple setup for a self-oscillating half bridge.  If anyone has experience with this perhaps they could comment?

9
I have a full bridge of FGH60N60 running on doubled 120 VAC (330V bus voltage).  I use pulse skip mode so that the peak current is only 120 A and the pulses are somewhat longer than ordinary interrupter mode which ends the pulse when the overcurrent limit is exceeded.

Since this mode stays pretty close to the SOA for the IGBTs, and the duty cycle is pretty low, I have not had a problem with blowing the IGBTs.  However, I can easily drive the full bridge hard enough to trigger a 20A breaker.  In fact, I usually do just that when I play Bach's Toccata and Fugue.  However, it has never caused a problem because there is undervoltage protection on the driver board so it shuts off and does not allow shoot-through of the IGBTs as the bridge is powering down.  All that is required is to reset the breaker, allow the overload trip to cool, and it's back in business.  At least so far.  :)

So no problems here.

10
I have a version called ud29 which also provides pulse skip for basically nothing additional (one transistor)

https://github.com/profdc9/DRSSTC-PCB-Pack/tree/master/ud29

welp, i would have much rather done a thru hole version. Thanks if this one doesn't work i will just wait a bit till i can restock the hobby fund and try.

regards,

11
Electronic Circuits / Re: Nixie clock build
« on: November 18, 2020, 12:24:24 AM »
If you're curious, you could check out this Nixie clock project I did

https://github.com/profdc9/NixieClock

It uses an Arduino and no obsolete electronics (except for the Nixie tubes of course) and uses the 555 timer boost converter to avoid proprietary ICs.  It is based on shift registers and is therefore expandable.


13
Electronic Circuits / Re: Complete 300 watt audio amplifier project
« on: November 15, 2020, 03:11:16 AM »
Generally they will drive frequencies up to about 100 kHz into 8 ohms with increased distortion.  The amplifier uses the high open loop gain to minimize distortion and this is reduced at higher frequencies.  Capacitive loads can definitely destabilize the feedback, and many ultrasonic devices are capacitive.  Some combination of resistance/inductance network is usually used to limit the current through capacitive loads.  Inductive loads are less of a problem but of course high inductance means that the effective load impedance is increased at high frequencies (and current is less).

With the ON Semi transistors with 30 MHz fT and good SOA (MJL1302/MJL3281), you can drive hundreds of watts using 4 NPN/PNP pairs so 100 watts should be no problem.

14
Electronic Circuits / Complete 300 watt audio amplifier project
« on: November 13, 2020, 01:17:41 PM »
Hello,

I have designed and made available schematics, gerbers, heatsink drill patterns, and construction documentation for a 300 watt class AB BJT-based audio amplifier.   It is intended to be a complete design for educational study that also has flexible part substitution.  It can be found at the github

http://www.github.com/profdc9/PowerAmpAudio

It is a high quality amplifier you can build yourself, save some money over an expensive commercial amp, and learn how to do it in the process.   It includes the amplifier, a power conditioning PCB, a soft start PCB to limit current inrush, and an balanced (XLR) to unbalanced input.

Check out the github, there's a lot of stuff there.

15
Could you post a PDF of your complete schematic?  I'm having a problem reading your .sch file.

Dan

Those Inductor shells are also on aliexpress, that's nice to know about that. Thanks!

The changes I've made are only between LT1016 and "AND" gates (attachement jpg).

I had a huge problems with phase lead adjust with only an inductor on my big bricks inverter. If I adjust phase lead very early (for optimal switching on), I have a problems with turning off to early and then strange things happen. That's why I have this idea and it's not only my idea. In my coutry almost everybody use Hammertons Predikter because of that issue :( But I love SKP feature, UD is easier, cheaper, more complete and more ... universal?  :D

Your design is so great and it would be a pity not to use it to make this improvement.

Please analyze the changes and say what you think about it.  If it's to hard, that's ok. Then the only solution will be a new board from the scratch.

16
I will take a look at the schematic.  The PCB is already pretty full.  You can wind your own coil using these forms you can buy:

https://www.ebay.com/itm/20-Pcs-Inductor-Shell-Skeleton-Empty-Ferrite-Core-No-Inductor-Coil-25-100MHZ/172915617600

You just wind your own magnet wire (I used 30 AWG) and solder it to the pins.  Then there is a ferrite slug in there you can adjust the inductance with.  Using this, you can make inductors with different tuning ranges.

  • you don't need to use adjustable coils (they are sensifive and hard to find in stores - I have to remove them from old xD radios), a simple coil for a few cents is enough

17
I used the USBComposite library for my vector network analyzer ( http://www.github.com/profdc9/VNA ) and Roger's stm32duino core.  You can use it in place of the built-in USB serial if you compile without it.    For example:


void usb_init_serial()
{
  if (usb_initialized)
    USBComposite.end();
  usb_initialized = 1;
  usb_reenumerate();
  USBComposite.clear();
  USBComposite.setProductId(VENDOR_ID);
  USBComposite.setProductId(SERIAL_CDC_PRODUCT_ID);
  CompositeSerial.registerComponent();
  console_setMainSerial(&CompositeSerial);
  USBComposite.begin();
  //while (!USBComposite.isReady());
}

bool usb_init_mass_storage()
{
  DWORD sectors;
  flash_mount_fs_card();
  if (!flash_fs_mounted) return false;
  if (disk_ioctl(0, GET_SECTOR_COUNT, &sectors) != RES_OK) return false;
 
  if (usb_initialized)
    USBComposite.end();
  usb_initialized = 1;
  usb_reenumerate();
  USBComposite.clear();
  USBComposite.setProductId(VENDOR_ID);
  USBComposite.setProductId(MASS_STORAGE_PRODUCT_ID);
  MassStorage.setDriveData(0, sectors, sd_read, sd_write);
  MassStorage.registerComponent();
  console_setMainSerial(NULL);
  USBComposite.begin();
  while (!USBComposite.isReady());
  return true;
}


I have not tried the MIDI support, however, but the USBSerial and USBMassStorage works for me.

I can use my laptop but I's slightly inconvenient.
Regarding using USB, I looked into it but I couldn't find any USB libraries that are compatible with the STM32Duino core. USBComposite requires a different core that I was unable to get working. I might try again when I have more time on my hands. I'm kinda busy this week.

18
I have two similar flybacks like that.  Be careful!  They arc between windings quite readily.  I patched mine up with some epoxy, but be warned.   I think the insulation strength decreases over time.

19
Laboratories, Equipment and Tools / Re: Moving to a new lab!
« on: August 14, 2020, 12:55:12 AM »
You are on your way to having the technical sophistication of Gordon Freeman.

The old rotten and leaking workshop wall and door appeared to be installed on top of an even older rotted wall. It was time to do it properly, I broke everything down and built a new wall with fiber cement, insulation and some proper wood panels on the inside.

/>

20
Transformer (Ferrite Core) / Re: Air Gap: why and how much?
« on: August 13, 2020, 10:59:27 PM »
The air gap increases the reluctance of the magnetic circuit that contains the primary and secondary windings. 

https://en.wikipedia.org/wiki/Magnetic_reluctance

Some increase in reluctance can be beneficial as the amount of flux in the circuit will be reduced given a certain of ampere-turns of your winding.  The gap which is useful for switching power supplies like flyback transformers that transfer the energy stored in the gap.  It also increases the amount of current tolerated before the transformer saturates.

For other kinds of switching supplies that use direct coupling of the primary and secondary windings, an excessive large gap can create too much leakage inductance that reduces the current and can create large voltage spikes on the switches (MOSFETs or IGBTs). 

You can use a piece of tape to introduce a small gap in a U/I core transformer.  I have example formulas on calculating the gap size in this document:

https://drive.google.com/file/d/0BwFicJLV0O4jYlQ0ejJ6NE9XVE0/view



Pages: [1] 2 3 ... 14

* Recent Topics and Posts

post Re: 100kHz CM300 gate resistor choice
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Benjamin Lockhart
Today at 02:35:56 AM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
Bobakman
April 19, 2024, 09:37:52 PM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
klugesmith
April 19, 2024, 09:20:10 PM
post Re: Next Gen DRSSTC
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Mads Barnkob
April 19, 2024, 07:22:26 PM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 19, 2024, 04:46:36 PM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
alan sailer
April 19, 2024, 03:49:28 PM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
Bobakman
April 19, 2024, 01:53:57 PM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
MRMILSTAR
April 19, 2024, 05:24:19 AM
post Re: Difference between these transformers
[Transformer (Ferrite Core)]
Tesla Junior
April 19, 2024, 04:24:09 AM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 19, 2024, 04:20:35 AM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
Bobakman
April 19, 2024, 04:05:28 AM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
alan sailer
April 19, 2024, 04:03:54 AM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 19, 2024, 03:19:19 AM
post Re: IKY150N65EH7, is it good for DRSSTC
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
April 19, 2024, 03:09:29 AM
post Re: IKY150N65EH7, is it good for DRSSTC
[Dual Resonant Solid State Tesla coils (DRSSTC)]
unrealcrafter2
April 19, 2024, 01:47:37 AM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
Bobakman
April 19, 2024, 12:19:21 AM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
klugesmith
April 18, 2024, 11:33:01 PM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
Bobakman
April 18, 2024, 11:15:15 PM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
davekni
April 18, 2024, 10:59:36 PM
post Re: What actually kills MOSFETs?
[Beginners]
unrealcrafter2
April 18, 2024, 10:03:48 PM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
klugesmith
April 18, 2024, 09:53:25 PM
post Re: Welcome new members, come say hello and tell a little about yourself :)
[General Chat]
unrealcrafter2
April 18, 2024, 09:50:09 PM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 18, 2024, 09:15:55 PM
post Re: 100kHz CM300 gate resistor choice
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Mads Barnkob
April 18, 2024, 08:50:49 PM
post Re: 100kHz CM300 gate resistor choice
[Dual Resonant Solid State Tesla coils (DRSSTC)]
unrealcrafter2
April 18, 2024, 08:11:27 PM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
davekni
April 18, 2024, 07:28:05 PM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
Bobakman
April 18, 2024, 06:30:30 PM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 18, 2024, 06:03:57 PM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 18, 2024, 05:26:13 PM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
NyaaX_X
April 18, 2024, 04:03:38 PM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 18, 2024, 02:56:40 PM
post Re: DIY induction guns? (warning:long)
[Induction Launchers, Coil Guns and Rails guns]
Benbmw
April 18, 2024, 06:17:15 AM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 18, 2024, 05:46:07 AM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
MRMILSTAR
April 18, 2024, 05:18:31 AM
post Re: IKY150N65EH7, is it good for DRSSTC
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
April 18, 2024, 04:34:52 AM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
klugesmith
April 18, 2024, 04:11:53 AM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 18, 2024, 04:02:44 AM
post Re: 100kHz CM300 gate resistor choice
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
April 18, 2024, 03:35:52 AM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
MRMILSTAR
April 17, 2024, 11:54:05 PM
post 100kHz CM300 gate resistor choice
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Benjamin Lockhart
April 17, 2024, 11:37:16 PM
post Re: Has anyone tried to build a TMT (extra coil) Tesla coil?
[General Chat]
Michelle_
April 17, 2024, 02:29:30 AM
post Re: Has anyone tried to build a TMT (extra coil) Tesla coil?
[General Chat]
MRMILSTAR
April 16, 2024, 11:56:12 PM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
klugesmith
April 16, 2024, 11:46:57 PM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
Bobakman
April 16, 2024, 10:40:11 PM
post Has anyone tried to build a TMT (extra coil) Tesla coil?
[General Chat]
Michelle_
April 16, 2024, 09:21:39 PM
post Re: Medium Drsstc question
[Dual Resonant Solid State Tesla coils (DRSSTC)]
flyingperson23
April 16, 2024, 08:04:16 PM
post Re: First DRSSTC SKM100
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Benjamin Lockhart
April 16, 2024, 06:48:05 PM
post Re: Game changing tesla coil secondary winding suggestions
[General Chat]
Michelle_
April 16, 2024, 06:18:40 PM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 16, 2024, 06:14:53 PM
post Re: 3D printed mini-slayer: world's weakest tesla coil
[Solid State Tesla Coils (SSTC)]
unrealcrafter2
April 16, 2024, 05:44:44 PM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
MRMILSTAR
April 16, 2024, 03:12:12 PM
post Re: Drsstc voltage spike question
[Dual Resonant Solid State Tesla coils (DRSSTC)]
unrealcrafter2
April 16, 2024, 02:28:01 PM
post Re: First DRSSTC SKM100
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Saattvik24
April 16, 2024, 01:56:26 PM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 16, 2024, 06:50:47 AM
post Re: IKY150N65EH7, is it good for DRSSTC
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Anders Mikkelsen
April 16, 2024, 04:57:47 AM
post Re: IKY150N65EH7, is it good for DRSSTC
[Dual Resonant Solid State Tesla coils (DRSSTC)]
ethanwu0131
April 16, 2024, 03:40:53 AM
post Re: First DRSSTC SKM100
[Dual Resonant Solid State Tesla coils (DRSSTC)]
flyingperson23
April 16, 2024, 01:31:17 AM
post Re: Game changing tesla coil secondary winding suggestions
[General Chat]
Michelle_
April 15, 2024, 11:19:52 PM
post 3D printed mini-slayer: world's weakest tesla coil
[Solid State Tesla Coils (SSTC)]
Michelle_
April 15, 2024, 11:10:19 PM
post Re: Game changing tesla coil secondary winding suggestions
[General Chat]
alan sailer
April 15, 2024, 11:04:19 PM
post Re: Ignitron trigger drive ideas?
[Capacitor Banks]
Twospoons
April 15, 2024, 11:02:05 PM
post Re: Game changing tesla coil secondary winding suggestions
[General Chat]
Michelle_
April 15, 2024, 10:57:59 PM
post Re: Game changing tesla coil secondary winding suggestions
[General Chat]
Michelle_
April 15, 2024, 10:55:46 PM
post Re: Return of Electronics Flea Market in "Silicon Valley"
[Sell / Buy / Trade]
klugesmith
April 15, 2024, 10:37:32 PM
post Re: First DRSSTC SKM100
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Saattvik24
April 15, 2024, 10:05:00 PM
post Re: How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
MRMILSTAR
April 15, 2024, 09:28:50 PM
post Ignitron trigger drive ideas?
[Capacitor Banks]
klugesmith
April 15, 2024, 09:06:42 PM
post Re: First DRSSTC SKM100
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Mads Barnkob
April 15, 2024, 08:46:32 PM
post Re: Game changing tesla coil secondary winding suggestions
[General Chat]
Benbmw
April 15, 2024, 08:38:39 PM
post Re: Game changing tesla coil secondary winding suggestions
[General Chat]
sky-guided
April 15, 2024, 08:23:40 PM
post How to get a GE Yokogawa AB40 Sync Scope to rotate without a powerplant.
[Laboratories, Equipment and Tools]
Bobakman
April 15, 2024, 06:43:23 PM
post Re: First DRSSTC SKM100
[Dual Resonant Solid State Tesla coils (DRSSTC)]
flyingperson23
April 15, 2024, 06:29:10 AM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 15, 2024, 05:21:53 AM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 15, 2024, 05:15:33 AM
post Re: First DRSSTC SKM100
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
April 15, 2024, 04:07:54 AM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
davekni
April 15, 2024, 03:49:03 AM
post Re: Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
alan sailer
April 14, 2024, 09:46:30 PM
post Small-ish 3D printed SGTC via cheap ZVS flyback build, humbly asking a couple ?s
[Spark Gap Tesla Coils (SGTC)]
Michelle_
April 14, 2024, 07:31:00 PM
post Re: First DRSSTC SKM100
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Saattvik24
April 14, 2024, 02:26:19 PM
post Re: mg75q2ys40 IGBT
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Mads Barnkob
April 14, 2024, 07:20:54 AM
post Re: IKY150N65EH7, is it good for DRSSTC
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Mads Barnkob
April 14, 2024, 07:18:20 AM
post Re: Game changing tesla coil secondary winding suggestions
[General Chat]
Michelle_
April 13, 2024, 06:46:40 AM
post Re: Game changing tesla coil secondary winding suggestions
[General Chat]
Michelle_
April 13, 2024, 04:18:42 AM
post Re: Upper and Lower Explosive Limits on Confined Flammable Vapors at -79 C.
[General Chat]
alan sailer
April 13, 2024, 03:24:20 AM
post Re: Game changing tesla coil secondary winding suggestions
[General Chat]
alan sailer
April 13, 2024, 03:20:46 AM
post Game changing tesla coil secondary winding suggestions
[General Chat]
Michelle_
April 13, 2024, 03:13:22 AM
post Re: Capacitor Blowout
[Sell / Buy / Trade]
lbattraw
April 12, 2024, 09:14:58 PM
post mg75q2ys40 IGBT
[Dual Resonant Solid State Tesla coils (DRSSTC)]
thedark
April 12, 2024, 08:40:18 PM
post Re: UD 2.7 OCD LED stays on, no output during inital test
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
April 12, 2024, 07:20:30 PM
post Re: Mosfet Buffer Stage Questions
[Beginners]
davekni
April 12, 2024, 07:12:43 PM
post IKY150N65EH7, is it good for DRSSTC
[Dual Resonant Solid State Tesla coils (DRSSTC)]
ethanwu0131
April 12, 2024, 04:47:33 PM
post Re: UD 2.7 OCD LED stays on, no output during inital test
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Admiral Aaron Ravensdale
April 12, 2024, 11:43:36 AM
post Mosfet Buffer Stage Questions
[Beginners]
Egg
April 12, 2024, 12:49:02 AM
post Re: UD 2.7 OCD LED stays on, no output during inital test
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
April 12, 2024, 12:41:16 AM
post Re: Plasma Torid - Class E Self Resonant Dual/Stereo - Plasma Torid Build
[Dual Resonant Solid State Tesla coils (DRSSTC)]
davekni
April 12, 2024, 12:22:41 AM
post Re: Capacitor Blowout
[Sell / Buy / Trade]
Michelle_
April 11, 2024, 10:45:53 PM
post Re: UD 2.7 OCD LED stays on, no output during inital test
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Admiral Aaron Ravensdale
April 11, 2024, 07:39:30 PM
post Re: UD 2.7 OCD LED stays on, no output during inital test
[Dual Resonant Solid State Tesla coils (DRSSTC)]
flyingperson23
April 11, 2024, 07:24:52 PM
post Re: Tesla coil safety questions, risk analysis quantified
[Beginners]
sky-guided
April 11, 2024, 06:09:30 PM
post UD 2.7 OCD LED stays on, no output during inital test
[Dual Resonant Solid State Tesla coils (DRSSTC)]
Admiral Aaron Ravensdale
April 11, 2024, 12:55:16 PM

SimplePortal 2.3.6 © 2008-2014, SimplePortal