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 these Archives, I am asking that you help him
by making a donation on the Paypal Button above.
You can visit us or register at my main site at:
Overunity Machines Forum



Kapanadze Cousin - DALLY FREE ENERGY

Started by 27Bubba, September 18, 2012, 02:17:22 PM

Previous topic - Next topic

0 Members and 64 Guests are viewing this topic.

peper10


Quote from: AlienGrey on December 14, 2017, 08:05:32 PM
D o you know what the values of the components are ?

If you feed that transformer with a SG and look at the output with a scope you get a pinch effect like 2 magnets repelling each other a shock wave effect or vortex


I dont have the Stiffler circuit to play with but I imagine a door bell transformer would work fairly ans a 3mf AC cap to start with..  The spikes can be TAMED and be more like sinusoidal and the SHARP TRANSIENT.has the voltage to support my theory... I would start from there and move up in values of the cap..

peper10


Quote from: AlienGrey on December 14, 2017, 08:05:32 PM
D o you know what the values of the components are ?

If you feed that transformer with a SG and look at the output with a scope you get a pinch effect like 2 magnets repelling each other a shock wave effect or vortex


Tell me one thing....   Compare the two circuit and tell me how the first one CANNOT get what the second one with the in serie transformer in the first??

Jeg

Quote from: AlienGrey on December 14, 2017, 05:51:23 PM
If you dont have  the program or the device Ardueno or don't want to spend a fortune on an
equivalent of a pic-chip you can do the same thing with a NE555 and an op-amp and a MosFet driver
and 2 10k pots and very few other components, but if not, but hey don't be surprised if the pulse
blows your micro UP!

Thanks Alien but i have a lot of analog boards already! ;)

Jeg

Quote from: plaxius on December 14, 2017, 07:08:28 PM

///// This is the code ////


//Pgm Timing vars
long previousMillis = 0; // will store last time valuse measured
long interval = 100; // interval at which to Measure values (milliseconds)
unsigned long currentMillis = 0;


//pwm vars
unsigned pwm1; // Value read from A0 to give PWM duty cycle output in terms of 0-5V
unsigned pwm2;// Value read from A0 to give PWM duty cycle output in terms of 0-5V
unsigned pwmSpan;


void setup(){


//Set up PWM
pinMode(9, OUTPUT);
pinMode(10, OUTPUT);


//phase/frequency correct mode. SELECT THIS FOR INVERTED OUTPUTS.
TCCR1A = _BV(COM1A1) | _BV(COM1B1) | _BV(COM1B0) ;
// Select mode 8 and select divide by 8 on main clock.
TCCR1B = _BV(WGM13) | _BV(CS11);


Serial.begin(9600);
}


void loop(){
unsigned long currentMillis = millis();
if (currentMillis - previousMillis >= interval) {
previousMillis = currentMillis;


ICR1 = pwmSpan = map(analogRead(A3),0,1023,100,10);




pwm1 = analogRead(A0); // read duty from A0 for PWM 1
pwm2 = analogRead(A2); // read duty from A2 for PWM 2


pwm1 = map(pwm1,0,1023,0,pwmSpan); // map the duty cycle to the available steps
pwm2 = map(pwm2,0,1023,0,pwmSpan); //map the duty cycle to the available steps


OCR1A = pwm1; // set PWM pin 9
OCR1B = pwm2; // set PWM Pin 10




}
}


//////// en code ///////






Use pot in A3 for frequency
User Pot A0 & A2 for DutyCycle
Pin 9 & Pin10 is the output channels

Plaxius, this is a real Christmas gift! Thanks again for sharing. Good work!!! :)

Hoppy

A flurry of interesting posts! The Stiffler polyphase transformer looks a good candidate to what Kapanadze could have been configuring with his 3-phase mains trafo. Does anyone have more info on the Stiffler circuit? I'm feeling this drawing me towards the bench.  :o