Overunity.com Archives is Temporarily on Read Mode Only!



Free Energy will change the World - Free Energy will stop Climate Change - Free Energy will give us hope
and we will not surrender until free energy will be enabled all over the world, to power planes, cars, ships and trains.
Free energy will help the poor to become independent of needing expensive fuels.
So all in all Free energy will bring far more peace to the world than any other invention has already brought to the world.
Those beautiful words were written by Stefan Hartmann/Owner/Admin at overunity.com
Unfortunately now, Stefan Hartmann is very ill and He needs our help
Stefan wanted that I have all these massive data to get it back online
even being as ill as Stefan is, he transferred all databases and folders
that without his help, this Forum Archives would have never been published here
so, please, as the Webmaster and Creator of this Forum, I am asking that you help him
by making a donation on the Paypal Button above
Thanks to ALL for your help!!


Holcomb Energy Systems:Breakthrough technology to the world

Started by ramset, March 14, 2022, 11:07:24 AM

Previous topic - Next topic

0 Members and 9 Guests are viewing this topic.

Feb2006


Alternating between four input spikes (1N 1S)(2N 2S)(3N 3S)(4N 4S).


Feb2006


It's a big delay between input spikes for now. What do you think will happens when
we make it faster?


//initialize
digitalWrite(out01, HIGH);
digitalWrite(out02, HIGH);
digitalWrite(out03, HIGH);
digitalWrite(out04, LOW);


int tmicrsec = 1000;     // delay microsecond


while (1)
{
  digitalWriteFast(out01, LOW);   // turn the out01 off
  digitalWriteFast(out04, HIGH);  // turn the out04 on
         
delayMicroseconds(tmicrsec);     // wait


  digitalWriteFast(out02, LOW);   // turn the out02 off
  digitalWriteFast(out01, HIGH);  // turn the out01 on
 
delayMicroseconds(tmicrsec);     // wait

  digitalWriteFast(out03, LOW);   // turn the out03 off
  digitalWriteFast(out02, HIGH);  // turn the out02 on


delayMicroseconds(tmicrsec);     // wait


  digitalWriteFast(out04, LOW);   // turn the out04 off
  digitalWriteFast(out03, HIGH);  // turn the out03 on

delayMicroseconds(tmicrsec);     // wait
}

kolbacict

I don't understand nothing. About what device goes to say ? circuit ?

Feb2006

solid state linear generator  LINGEN
8 input coils 32 turns on each, 4 north 4 south (1N 2N 3N 4N)(1S 2S 3S 4S)
out01..04 goes to 1 north and 1 south input coil each.
And turns on or off with 4 mosfets.
8 output coils in series 12 turns on each and a 33 ohm resistor series connected.

SolarLab

Quote from: Feb2006 on September 17, 2023, 01:03:43 PM
solid state linear generator  LINGEN
8 input coils 32 turns on each, 4 north 4 south (1N 2N 3N 4N)(1S 2S 3S 4S)
out01..04 goes to 1 north and 1 south input coil each.
And turns on or off with 4 mosfets.
8 output coils in series 12 turns on each and a 33 ohm resistor series connected.
Hi Feb2006,

Some excellent work!

FYI - included two B-H Curve data sheets for the TDK Ferrite Cores I think you are using.
(from your previous pdf - you likely have these already, but in case not) 

The complete data sheets and some other good design data are here:

https://www.tdk-electronics.tdk.com/download/519704/069c210d0363d7b4682d9ff22c2ba503/ferrites-and-accessories-db-130501.pdf

Thanks for sharing! [* likely the first OU device to be shared on the forums *] Also, thanks for the code...

Best Regards,

SL