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



Agentgates´s TPU setup with strange wavehill hump

Started by agentgates, January 05, 2010, 09:28:18 AM

Previous topic - Next topic

0 Members and 14 Guests are viewing this topic.

altair

Would be a good idea to fuse the coils, or put breaker on the output.
At least, with very small wire on the primaries, it's already a protection.

agentgates

Quote from: altair on January 12, 2010, 03:07:27 PM
Would be a good idea to fuse the coils, or put breaker on the output.
At least, with very small wire on the primaries, it's already a protection.

Yes, this is the main purpose I prefer the thin primary as I've got one of them melt down already.

altair

Tony, at least place a working device in a safe place, away from your home, while you're developing some others.

agentgates

Quote from: broli on January 12, 2010, 03:05:14 PM
Tony how do you see the next few days unfolding? Would you think that a working unit would be sent to Stefan before the end of the week? I know deadlines are meant to be pushed but perhaps the extra pressure might help speed up things. I know there's still a mountain to be discovered but for now you are the only person with the unit and that is dangerous.

This gluing thing really screwd up my plans but the 2x200V secondary is on now. I need one more side to glue and a 3rd secondary for the electronics to make it self running.

For safety reasons I will put a current/voltage sense on the output to avoid accidents.

UPDATE

@broli

You can't change freq on it, but it makes a 120 degrees overlapping. I will make a professional code when I can hook up the coil. Until then it might be helpful and you can see some results on your scope:

const int digitalOutPin0 = 8;
const int digitalOutPin1 = 9;
const int digitalOutPin2 = 10;

const int onState = 1;
const int offState = 0;

int onDelay = 1;
int offDelay = 1;

void setup()
{

}

void loop()
{
  digitalWrite(digitalOutPin0, onState);
  delay(onDelay);
  digitalWrite(digitalOutPin1, onState);
  delay(onDelay);
  digitalWrite(digitalOutPin2, onState);
  delay(onDelay);
  digitalWrite(digitalOutPin0, offState);
  delay(offDelay);
  digitalWrite(digitalOutPin1, offState);
  delay(offDelay);
  digitalWrite(digitalOutPin2, offState);
  delay(offDelay);
/*  PORTC = B00000001;
  PORTC = B00000011;
  PORTC = B00000110;
  PORTC = B00000110;
  PORTC = B00000100;*/
}

agentgates

Quote from: altair on January 12, 2010, 03:11:25 PM
Tony, at least place a working device in a safe place, away from your home, while you're developing some others.

That device I can take outside and video in the far nature is the one I am gluing right now. :)

@broli

I am on it to finish and walk around Stefan's device on this week.