Author Topic: Next Gen DRSSTC  (Read 80288 times)

Offline acobaugh

  • High Voltage Experimenter
  • **
  • Posts: 69
  • Karma: +0/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #140 on: April 02, 2021, 08:03:40 PM »
Still no luck. New programmer works. Built a binary from the latest master, and no matter what I try, both the fibernet and a plain usb-uart converter fail to talk to the serial output. I can see bits being passed with the convert, but it's unintelligible.

Offline Netzpfuscher

  • High Voltage Technician
  • ***
  • Posts: 137
  • Karma: +13/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #141 on: April 02, 2021, 10:18:24 PM »
With min enabled you cannot use a normal Terminal, you need Teslaterm. It's a binary protocol. If you want to use a normal Terminal you need to switch off min save and restart. Then you should get a CLI with a usb serial cable.

With fibernet... You have a DHCP running? We have a fallback to a static IP but it can take some time.

« Last Edit: April 02, 2021, 10:27:26 PM by Netzpfuscher »

Offline TMaxElectronics

  • High Voltage Engineer
  • ****
  • Posts: 297
  • Karma: +23/-0
    • View Profile
    • My random (and very empty) electronics blog
Re: Next Gen DRSSTC
« Reply #142 on: April 03, 2021, 01:41:31 AM »
The fibernet will not initialize networking until it got its setup data from the UD3, so if there is no serial comms for whatever reason it will not even try to get an IP. Does the fibernet LED still remain solid red?
If the red LED goes out it means it got its setup data, once the blue LED is on it got an IP from the DHCP server. whenever there's comms with the UD3 it will flash the green LED and network stuff should flash the blue one if I remember correctly.

It also has the segger find protocol implemented so you can get its IP without needing to do a scan. The client is on this website (teslaterm has one built in too if you go to the IP box of the connect dialog, delete everything and press arrow down on your keyboard) https://www.segger.com/products/connectivity/emnet/technology/find-protocol/

Did you check the alarms on the UD3 with the cli on the USB port? The fibernet pushes some initialisation messages there

Offline acobaugh

  • High Voltage Experimenter
  • **
  • Posts: 69
  • Karma: +0/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #143 on: April 03, 2021, 02:48:13 AM »
Figured it out. I have the wrong XTAL. The BOM was generated from the Altium project, which calls out a 16MHz crystal (ABM8G-16.000MHZ-18-D2Y-T3). The project was configured to use a 24MHz XTAL. Changed that to 16MHz, and I'm off to the races. How critical is the XTAL frequency to the timing of other functions?

I guess that explains all the unusual behavior I've been seeing!

Next issue: my local dhcp server made a DHCPOFFER of 192.168.0.199, but the fibernet configured itself with 192.168.0.100. There was no DHCPACK. I can use .100 to talk to it just fine, so I can carry on with my testing. Maybe there's something it doesn't like about the response from dnsmaq?

Offline Netzpfuscher

  • High Voltage Technician
  • ***
  • Posts: 137
  • Karma: +13/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #144 on: April 03, 2021, 08:04:49 AM »
The 16Mhz shouldn't be an issue, the PLL locks to 64Mhz if you set the XTAL to 16Mhz in Psoc Creator. But then you need to make it every time I change something on this file in the GIT. A much better solution is to just remove the XTAL from the board. The firmware starts on the internal oscillator and try to start the XTAL, which fails and stays on the internal oscillator. The accuracy from the crystal isn't needed. The clock to the PC is synced with a PLL and can compensate for that. With the dev board version of the UD3 there is also no crystal.

The IP problem...
You can logon to the fibernet through the UD3. Just type "debug fn", then you get the CLI in the fibernet. To exit just press CTRL+C, to exit top or iotop in the fibernet just press "q".
"ifconfig" gives you some ip infos or let you set a ip (You loose connection with setting the IP over a IP connection ;) ) If you connect over USB to the UD3 you can see the DHCP messages from the fibernet without the problem of loosing the connection.

The ifconfig settings are not saved yet. I think we can make a config file on the SD card later.


« Last Edit: April 03, 2021, 08:07:38 AM by Netzpfuscher »

Offline Kevindk9

  • High Voltage Enthusiast
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #145 on: October 21, 2021, 12:54:21 AM »
I built profdc9's SMD version for the dev kit, as you can see there were a few mistakes with the PCB I didn't notice until I received the board.. KiCad got the pinout wrong for the gate drive mosfets so I had to airwire them :'(


Anyway very long story short I got the driver working! I am unsure if i am using it right though, there is not much documentation for the interface.

There was also a lot of timing warnings when i built and programmed the board. Do i need an external crystal for this board? I also moved the gate drive pins around to fit the dev board layout. And is the correct order to build the "UARTldr_QFN", then program the board, then build the "UD3_QFN" and program the board?



As you can see in the photo im using a USB to TTL converter to connect to my laptop. I see the default baud rate set to 460800 but it looks like my computers USB can output a max of 128000. Do I change it in the PSoC creator to match my USB port?

I connect to Teslaterm in serial(simple) with 460800 baud, then change it to serial(MIN). I connect my coil with a low voltage on the bus and type in "Tune Prim" to run the tuning and get the suggested resonant frequency. I then change the start frequency to that frequency with 3 start cycles.  I turn "TR mode on" and adjust the on time and frequency which works fine. But when I try to play MIDI files it sounds bad and a lot of files that work on other members coils don't sound right. 

As im typing this i realize that it might be the UVLO triggering, im powering it at 17v because the on board regulators get way too hot at 24v im afraid they will die.  Could this be the problem, or is it a serial issue, or a problem with the midi files?  But i see in PSoC creator the UVLO doesn't have anything there so maybe thats not it.


Also what's the difference between UD3 node and Teslaterm? What is UD3 node for? only if you want to connect over ethernet? Do i need it to play SID music files? When i try running UD3-node.exe from https://github.com/malte0811/Teslaterm/releases/tag/v0.0.2  i get this error message.

 I also see this version of UD3 node from https://github.com/Netzpfuscher/UD3-node but i don't know what to do with those files, so i will stick with using Teslaterm on malte0811's github.

Sorry for all the questions and for rambling on, I want to get everything working and make sure im doing it right so i can write step by step instructions instructions for the wiki how to get it to work.
« Last Edit: October 21, 2021, 12:57:38 AM by Kevindk9 »

Offline Intra

  • High Voltage Enthusiast
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
    • teslamusicband.com
Re: Next Gen DRSSTC
« Reply #146 on: October 21, 2021, 01:27:29 PM »
There was also a lot of timing warnings when i built and programmed the board.
Not sure you can ignore this exactly warnings but I got a bunch warning with my setup and seems to it's okay. Try to skip it.

Do i need an external crystal for this board?
No.

Is the correct order to build the "UARTldr_QFN", then program the board, then build the "UD3_QFN" and program the board?
Yes. I built all then from PSoC Programmer upload "UARTldr_QFN" then upload "UD3_QFN".

As you can see in the photo im using a USB to TTL converter to connect to my laptop. I see the default baud rate set to 460800 but it looks like my computers USB can output a max of 128000. Do I change it in the PSoC creator to match my USB port?
Not sure I'm right person to answer on that, but I bet for no. What laptop model do you use?

im powering it at 17v because the on board regulators get way too hot at 24v im afraid they will die.  Could this be the problem
Yes. You should use 24v and some way cold down your board regulators or use another way to deliver regulated power to board. SMD regulators on high load without decent cooling system is in risk of overheating and damaging. For SMD there is a special boards classified as "one-sided aluminum PCB", which capable to be screwed up to heatsink it's aluminium side and pass heat to heatsink through the board's holes under component if maked, but this profdc9's SMD version did not made for that boards. So regulators and if will be high load on gate transistor then the gate transistors too should not be in SMD and should be in TO-220 or something and should be screwed up on decent size heatsinks through aluminium nitride ceramic substrate with Arctic MX-5 or another.

Do i need it to play SID music files?
I used Teslaterm to play SID files. If I remember right then you need drag and drop the SID file to Teslaterm to play it in SID mode and enable SID mode in Teslaterm


When i try running UD3-node.exe from https://github.com/malte0811/Teslaterm/releases/tag/v0.0.2  i get this error message.
I also see this version of UD3 node from https://github.com/Netzpfuscher/UD3-node but i don't know what to do with those files, so i will stick with using Teslaterm on malte0811's github.
Try this build https://drive.google.com/file/d/1pMMMhAq4u94cykIYivyjZuGO93iYG1C2/view

Offline Netzpfuscher

  • High Voltage Technician
  • ***
  • Posts: 137
  • Karma: +13/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #147 on: October 22, 2021, 07:03:26 AM »
Anyway very long story short I got the driver working! I am unsure if i am using it right though, there is not much documentation for the interface.

Cool  8)

There was also a lot of timing warnings when i built and programmed the board. Do i need an external crystal for this board? I also moved the gate drive pins around to fit the dev board layout. And is the correct order to build the "UARTldr_QFN", then program the board, then build the "UD3_QFN" and program the board?


Yes, all correct. You don't need a crystal.

As you can see in the photo im using a USB to TTL converter to connect to my laptop. I see the default baud rate set to 460800 but it looks like my computers USB can output a max of 128000. Do I change it in the PSoC creator to match my USB port?

You can change the baudrate with Teslaterm in settings. But 460800 is standard for all UD3 also for the Fibernet, its fast enough. You get no benefit of turning it up.

I connect to Teslaterm in serial(simple) with 460800 baud, then change it to serial(MIN). I connect my coil with a low voltage on the bus and type in "Tune Prim" to run the tuning and get the suggested resonant frequency. I then change the start frequency to that frequency with 3 start cycles.  I turn "TR mode on" and adjust the on time and frequency which works fine. But when I try to play MIDI files it sounds bad and a lot of files that work on other members coils don't sound right. 

Have you tested with a coil or a speaker on TP6? A speaker will not sound right on current modulation for debugging with a speaker it needs to be set to ontime modulation ("vol_mod"). For the coil, there is another parameter (you also can use ontime modulation on a coil) Whats the maximum current of your coil? There is a min current parameter, it's used for volume modulation "min_tr_current" maybe set it to a lower value. "set min_tr_current 50" It means that a playing note with low volume still produces a output of 50A (for linearization).

As im typing this i realize that it might be the UVLO triggering, im powering it at 17v because the on board regulators get way too hot at 24v im afraid they will die.  Could this be the problem, or is it a serial issue, or a problem with the midi files?  But i see in PSoC creator the UVLO doesn't have anything there so maybe thats not it.


You cannot set the UVLO in software it is simply a digital pin, you need to modify the external voltage divider. You can check if it was UVLO, with "alarms get" if there is a UVLO event in the alarm monitor or display the signal state with "signals". I bet it is the problem. No one has a problem with MIDI.

Also what's the difference between UD3 node and Teslaterm? What is UD3 node for? only if you want to connect over ethernet? Do i need it to play SID music files? When i try running UD3-node.exe from https://github.com/malte0811/Teslaterm/releases/tag/v0.0.2  i get this error message.

 I also see this version of UD3 node from https://github.com/Netzpfuscher/UD3-node but i don't know what to do with those files, so i will stick with using Teslaterm on malte0811's github.

If you use a new version of Teslaterm and Node... There is no difference in function. The node version is simply for a headless device like a Raspberry in the coil. The UI can then accessed with Chrome from another computer.

Please use only this: https://github.com/Netzpfuscher/Teslaterm/tree/new_versions
Binarys: https://github.com/Netzpfuscher/Teslaterm/actions/runs/1221655930

Other versions are not really supported anymore.

Sorry for all the questions and for rambling on, I want to get everything working and make sure im doing it right so i can write step by step instructions instructions for the wiki how to get it to work.

That would be great :)

Oh and please give me your complete changed pinout, then I put it into github. That makes updates easier. Now I put together the VMS branch, it is a super big improvement over the old MIDI synthesizer. But the master branch is also working. But it doesn't support drums and other instruments in MIDI mode.

If you want to try (I added the pinout of the screenshot):
https://github.com/Netzpfuscher/UD3/tree/vms_dev

The instrument file (you need actual Teslaterm: https://github.com/Netzpfuscher/Teslaterm/actions/runs/1221655930) just pull the file into the scope on teslaterm to flash it into the UD3:
https://github.com/TMaxElectronics/MidiStick_Firmware/releases/download/V2.0/VMS.example.mcf

If you update the UD3 over psoc creator the instruments are deleted you need to reflash the mcf file. If you update over bootloader it is preserved.
« Last Edit: October 22, 2021, 07:41:54 AM by Netzpfuscher »

Offline Kevindk9

  • High Voltage Enthusiast
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #148 on: November 16, 2021, 01:16:07 AM »
Hey Netzpfuscher and Intra thanks for all the help, I think I've got everything working pretty good!

Camels_Run.sid - https://i.imgur.com/tz1zx1n.mp4

Here im trying the QCW function with a 15ms burst - https://i.imgur.com/LzcDnUn.mp4

This is the coil accidently going CW when I issued  "set synth 3" - https://i.imgur.com/v4iRskI.mp4

The pinout for the VMS-DEV branch is now correct for the dev board, so you don't need to change anything.  And here is a link to the fixed board at EasyEDA with an up to date BOM. https://easyeda.com/editor#id=0fd4d406188442ae8a9967b1bb865cb6|bf5b447561684507937553f8265b6cd4

I have a few small things im still working on, I want to include an ESP8266 or 32 on the board, i bought some modules but cant figure out how to interface with them.  I should choose MIN over UDP, correct? And i shouldn't need to modify any code?

I cant get the pulse width longer than 400us in TR mode. I've tried editing the range in psoc creator, and some of the GUI files for TeslaTerm, nothing seems to work and i don't know where to look.  Another suggestion i have is a "one shot" button for TR and QCW mode.

And finally, for tuning, I run "tune_Prim" and i get a graph. Say my secondary resonance is 55khz, I should try to get my primary resonance in the graph at ~50khz? Then have the auto tune start at 56khz?

Thanks again!

Offline Netzpfuscher

  • High Voltage Technician
  • ***
  • Posts: 137
  • Karma: +13/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #149 on: November 16, 2021, 07:09:35 AM »
Camels_Run.sid - https://i.imgur.com/tz1zx1n.mp4

Here im trying the QCW function with a 15ms burst - https://i.imgur.com/LzcDnUn.mp4

Cool, good progress

This is the coil accidently going CW when I issued  "set synth 3" - https://i.imgur.com/v4iRskI.mp4

Oh, yes there was something. Check the newest commit (I also switched VMS_Dev to master) I disabled QCW synth for now. With the VMS it was intended to make the QCW MIDI synth also block based configurable but I had not time to do it yet. So I disabled the QCW synth for safety reasons now.

I have a few small things im still working on, I want to include an ESP8266 or 32 on the board, i bought some modules but cant figure out how to interface with them.  I should choose MIN over UDP, correct? And i shouldn't need to modify any code?

Not right... The ESP32 project is obsolete and not working anymore. https://github.com/TMaxElectronics/UD3-Fibernet-Firmware <--Essentially we need to port this or port it in parts. MIN UDP is very simple, you get a UDP packet from teslaterm and you can put it 1:1 to the UART on the ESP. For receiving you need to implement parts of the MIN UART receive function to detect frame start and end (you can take a look at the fibernet code) und put a MIN frame 1:1 in a UDP packet and send it to Teslaterm.

I cant get the pulse width longer than 400us in TR mode. I've tried editing the range in psoc creator, and some of the GUI files for TeslaTerm, nothing seems to work and i don't know where to look.  Another suggestion i have is a "one shot" button for TR and QCW mode.

The 400us is only a limit in Teslaterm. The UD3 allows 10000us have you set "max_tr_pw" also to a higher value? For the Teslaterm slider I need to take a look in the code. As workaround you can set a higher pw directly in the console with "set pw 1000" or so

And finally, for tuning, I run "tune_Prim" and i get a graph. Say my secondary resonance is 55khz, I should try to get my primary resonance in the graph at ~50khz? Then have the auto tune start at 56khz?
If you run tune prim you get the primary resonance frequency. For best results you should remove the secondary and make a run at low voltage (like 60V or so) to change the frequency you only can change the tap on the primary. There is no way to change the frequency in software.


Offline dbach

  • High Voltage Enthusiast
  • *
  • Posts: 34
  • Karma: +0/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #150 on: November 21, 2021, 06:16:06 PM »
Hello,
Quote
The UD3s are playing the frames by the timecode. To get it over multiple control computers working the master sends his time to all slaves every 500ms. The slaves are calculating a offset (which get smoothed to get rid of latency jitter) to their time and are sending the corrected time to their UD3 which is syncing to this time (the master time). I need to measure the timing differences but it sounds good.

I had some confusion over this, is there one master computer using the others as slaves, and then each slave is paired with a ud3? Or is one computer with a master ud3 using the others as salves (with the other computers being used as aux USB ports?)

Thanks so much! The ud3 looks amazing




Offline Intra

  • High Voltage Enthusiast
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
    • teslamusicband.com
Re: Next Gen DRSSTC
« Reply #151 on: November 24, 2021, 02:32:28 PM »
With the VMS it was intended to make the QCW MIDI synth also block based configurable but I had not time to do it yet. So I disabled the QCW synth for safety reasons now.
Which commit is last safe for using QCW synth? This one? https://github.com/Netzpfuscher/UD3/commit/cd4d18a4d5818ee01e0f0742d89642772fda708a

Offline Netzpfuscher

  • High Voltage Technician
  • ***
  • Posts: 137
  • Karma: +13/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #152 on: November 25, 2021, 07:09:29 AM »
Hello,
Quote
The UD3s are playing the frames by the timecode. To get it over multiple control computers working the master sends his time to all slaves every 500ms. The slaves are calculating a offset (which get smoothed to get rid of latency jitter) to their time and are sending the corrected time to their UD3 which is syncing to this time (the master time). I need to measure the timing differences but it sounds good.

I had some confusion over this, is there one master computer using the others as slaves, and then each slave is paired with a ud3? Or is one computer with a master ud3 using the others as salves (with the other computers being used as aux USB ports?)

Thanks so much! The ud3 looks amazing

Problem is, that I hadn't time to implement it in the new Teslaterm version.

-One UD3 is connected to one instance of Teslaterm it syncs its time with a PLL to the computer time
-One Master Teslaterm syncs the time to all slave Teslaterms
-The Master Teslaterm plays the SID and taggs the frames with time and transmit it to slaves.

Quote
Which commit is last safe for using QCW synth? This one? https://github.com/Netzpfuscher/UD3/commit/cd4d18a4d5818ee01e0f0742d89642772fda708a

Seems so. All before VMS I think.


Offline Intra

  • High Voltage Enthusiast
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
    • teslamusicband.com
Re: Next Gen DRSSTC
« Reply #153 on: November 26, 2021, 03:52:08 PM »
Quote
Which commit is last safe for using QCW synth? This one? https://github.com/Netzpfuscher/UD3/commit/cd4d18a4d5818ee01e0f0742d89642772fda708a

Seems so. All before VMS I think.

Wouldn't it be inconvenient if I bother you to help with build errors for a QFN project from a commit https://github.com/Netzpfuscher/UD3/commit/cd4d18a4d5818ee01e0f0742d89642772fda708a ?

Offline Netzpfuscher

  • High Voltage Technician
  • ***
  • Posts: 137
  • Karma: +13/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #154 on: November 29, 2021, 12:15:12 PM »

Offline Intra

  • High Voltage Enthusiast
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
    • teslamusicband.com

Offline Kevindk9

  • High Voltage Enthusiast
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #156 on: February 15, 2022, 11:54:02 PM »
I've been using and learning about the UD3 for awhile now, and I just finished a smaller QCW coil and it works great.  I would like to play music on them both at the same time, but im having a hard time figuring out how to do that. 

Im controlling the UD3 with a HC-06 bluetooth module which acts like a serial com port. I would like to keep the whole thing wireless if its possible.

Also, I have a few suggestions for features that could be added to the Teslaterm app. It would be nice to have the lead time as an adjustable slider to make tuning faster. Im getting a random bug where changing the lead time will stop transient mode from working when you try starting it again. "reset" fixes the problem but it seems to be a 1 in 5 chance it happens when I change the lead time.

It would also be nice to have a "one shot" button, a tr/qcw mode switch, and a start/stop button instead of a dropdown menu.

Is there a way to change the scale of the telemetry readout? I have my maximum current set to 300a, but the graph seems to default to 327a/division.

I've tried to make some changes to the teslaterm source code but I'm not quite sure how to compile it.

Offline zix

  • High Voltage Enthusiast
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #157 on: February 17, 2022, 01:34:51 AM »
Im getting a random bug where changing the lead time will stop transient mode from working when you try starting it again. "reset" fixes the problem but it seems to be a 1 in 5 chance it happens when I change the lead time.

I've seen the same thing.  I think it is because there is a resource leak in initialize_interrupter() which gets called when lead_time is changed.  After about 5 times the system runs out of dma descriptors and some of the dma channels become disabled which stops the interrupter.  I fixed it in my own copy and it is working for me.  If Netzpfuscher agrees I will make a pull request for my changes.

Offline Netzpfuscher

  • High Voltage Technician
  • ***
  • Posts: 137
  • Karma: +13/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #158 on: February 17, 2022, 07:18:09 AM »
Quote
  I would like to play music on them both at the same time, but im having a hard time figuring out how to do that.
Teslaterm makes a MIDI RTP server. Here is a Windows client: https://www.tobias-erichsen.de/software/rtpmidi.html
You need to start multiple instances of Teslaterm (I remember you need to copy Teslaterm to a second folder or use a second computer) Then put them all into one MIDI RTP session. With the filter string in the UD3 you can set the channels and frequency you want to play on that coil.

Quote
I've tried to make some changes to the teslaterm source code but I'm not quite sure how to compile it.
You can execute it directly with electron no need to compile. Sadly our build system in github is broken because of some packages missing.
To start if you have npm:
npm run-script install-electron
npm run-script start-electron

For the headless version (with webserver):
npm run-script install-node
npm run-script start-node

Quote
Is there a way to change the scale of the telemetry readout? I have my maximum current set to 300a, but the graph seems to default to 327a/division.
It's calculated with max measurable current... The values are not in Teslaterm, the UD3 say Teslaterm how to configure every chart and gauge. So needs changes in the UD3... Please show what you mean, I'm not 100% sure.

Offline zix

  • High Voltage Enthusiast
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Next Gen DRSSTC
« Reply #159 on: March 08, 2022, 12:47:38 AM »
The PSoC chip used in the UD3 is just about impossible to find due to the chip shortage.  One solution is to desolder the cy8c5868axi-lp032 chip from a SparkFun FreeSoC dev board using a hot air rework station.  You can currently buy these dev boards on eBay for about $25.  That is the same price as the chip itself (if you can find one for sale).  Here is the link to the ebay board I used in case it helps anyone: https://www.ebay.com/itm/134041232376?ViewItem=&item=134041232376

High Voltage Forum

Re: Next Gen DRSSTC
« Reply #159 on: March 08, 2022, 12:47:38 AM »

 


* Recent Topics and Posts

post Re: Capacitor in Parallel with Primary Coil
[Beginners]
FPS
Today at 01:39:04 PM
post Re: Kaizer VTTC 1
[Vacuum Tube Tesla Coils (VTTC)]
Mads Barnkob
Today at 10:23:02 AM
post Re: Capacitor in Parallel with Primary Coil
[Beginners]
Mads Barnkob
Today at 10:17:34 AM
post Capacitor in Parallel with Primary Coil
[Beginners]
FPS
Today at 10:01:41 AM
post Re: Re-chargeable 1.5 volt lithium ion AAA batteries
[General Chat]
MRMILSTAR
Today at 04:47:35 AM
post Re: Re-chargeable 1.5 volt lithium ion AAA batteries
[General Chat]
davekni
Today at 03:59:27 AM
post Re: Kaizer VTTC 1
[Vacuum Tube Tesla Coils (VTTC)]
MRMILSTAR
March 28, 2024, 09:15:11 PM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
Alberto
March 28, 2024, 01:01:12 PM
post Re: Big Coil Build Log
[Dual Resonant Solid State Tesla coils (DRSSTC)]
flyingperson23
March 28, 2024, 05:47:34 AM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
davekni
March 28, 2024, 04:45:07 AM
post Re: capacitor and diodes. Voltage values for a CW
[Voltage Multipliers]
MRMILSTAR
March 28, 2024, 04:18:27 AM
post Push Pull VTTC
[Vacuum Tube Tesla Coils (VTTC)]
janno288
March 28, 2024, 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

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