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



Pierre's 170W in 1600W out Looped Very impressive Build continued & moderated

Started by gotoluc, March 23, 2018, 10:12:45 AM

Previous topic - Next topic

0 Members and 9 Guests are viewing this topic.

MichelM

Quote from: seaad on March 24, 2018, 10:50:54 AM
MAIS. Il est impossible que ces relais soient activés pour aussi peu que 1,34 millisecondes! (avec précision)

Je vais approfondir mes connaissances avec Arduino pour notre projet, mais je vois que Arduino offre une fonction qui gère le temps en microcecondes, avec une précision allant jusqu'à 3 µs.
Cette fonction est la suivante : delayMicroseconds()
Je pense que c'est celle qu'il faut utiliser.
Voir cette page : http://www.mon-club-elec.fr/pmwiki_reference_arduino/pmwiki.php?n=Main.DelayMicroseconds

Exemple de code minimaliste qui utilise la méthode :

// Pour notre exemple, nous avons besoin d'une interruption du relais 1340 microsecondes (µs) après sa mise sous tension
// Evidemment, il faudra ajuster en tenant compte de son propre temps de reaction à la fermeture et à l'ouverture

int pinRelay_8 = 8;   // utilise la broche numérique n°8

void setup()
{
  pinMode(pinRelay_8, OUTPUT);   // configure la broche n° 8 en sortie
}

void loop() // boucle tous les 16666 microsecondes correspondant au cycle de fermeture du relais à 60 Hz
                // il faut soustraire la pause de 1340 microsecondes de la méthode actionRelay, qui est blocante. Cela fait 16666 - 1340 = 15326 μs
{
  actionRelay(pinRelay_8);       // appelle la méthode qui ferme le relais pendant 1340 microsecondes
  delayMicroseconds(15326);   // pause de 15326 microsecondes avant une nouvelle fermeture du relais
}

void actionRelay(int relayNumber)
{
  digitalWrite(relayNumber, HIGH);   // Fermeture du relais
  delayMicroseconds(1340);             // pause de 1340 microsecondes
  digitalWrite(relayNumber, LOW);    // Ouverture du relais
}


English

I will deepen my knowledge with Arduino for our project, but I see that Arduino offers a function that manages time in microconds, with a precision of up to 3 μs.
This function is: delayMicroseconds ()
I think it's the one to use.
See this page: http://www.mon-club-elec.fr/pmwiki_reference_arduino/pmwiki.php?n=Main.DelayMicroseconds

Example of a minimalist code that uses the method:

// For our example, we need a 1340 microsecond (μs) relay interrupt after it is powered up
// Obviously, it will be necessary to adjust taking into account its own reaction time at closing and opening

int pinRelay_8 = 8; // use digital pin n ° 8

void setup ()
{
  pinMode (pinRelay_8, OUTPUT); // configure pin 8 output
}

void loop () // loop every 16666 microseconds corresponding to the closing cycle of the 60 Hz relay
                 // We must subtract the pause of 1340 microseconds from the actionRelay method, which is blocking. This done 16666 - 1340 = 15326 μs
{
  actionRelay (pinRelay_8); // call the method that closes the relay for 1340 microseconds
  delayMicroseconds (15326); // pause 15326 microseconds before releasing the relay again
}

void actionRelay (int relayNumber)
{
  digitalWrite (relayNumber, HIGH); // Closing the relay
  delayMicroseconds (1340); // break 1340 microseconds
  digitalWrite (relayNumber, LOW); // Opening the relay
}

seaad

-->ArtMosart, All
Quote: "I do not know, but I wondered if it was possible that the Microwave would  have a
converter power supply capable of converting this type of wave."

I can't answer that. No knowledge.
My question is, however: Why does Pierre's Microwave Oven consumes about 1600W?  Mine consumes  800W. Different types??

Fr:
Je ne peux pas répondre ça. Pas de connaissances.
Ma question est, cependant: Pourquoi le micro-ondes  de Pierre consomme environ 1600W? Le mien consomme environ 800W. Différents types??

Arne

seaad

Quote from: MichelM on March 24, 2018, 02:18:17 PM
Je vais approfondir mes connaissances avec Arduino pour notre projet, mais je vois que Arduino offre une fonction qui gère le temps en microcecondes, avec une précision allant jusqu'à 3 µs.
Cette fonction est la suivante : delayMicroseconds()
Je pense que c'est celle qu'il faut utiliser.
Voir cette page : http://www.mon-club-elec.fr/pmwiki_reference_arduino/pmwiki.php?n=Main.DelayMicroseconds

I don't understand what you posted until it's translated.
But if you're asking me about Arduino then I'm lost. I don't use it. I'm using mechanical circuits at this time.

Regards Arne

français
Je ne comprends pas ce que vous avez posté jusqu'à ce qu'il soit traduit.
Mais si vous me posez des questions sur Arduino, je suis perdu. Je ne l'utilise pas. J'utilise des circuits mécaniques en ce moment.
Cordialement Arne

ARTMOSART

Quote from: seaad on March 24, 2018, 02:55:19 PM
français
Je ne comprends pas ce que vous avez posté jusqu'à ce qu'il soit traduit.
Mais si vous me posez des questions sur Arduino, je suis perdu. Je ne l'utilise pas. J'utilise des circuits mécaniques en ce moment.
Cordialement Arne

chez GM les micro onde consomme jusqu'à 1000w environ ,les 1600W me parait une estimation baser sur les données prélevées  sur le rotor fixe , vue la forme d'onde cela suppose une imprécision de taille .
cependant même à 800W ça reste très performant .

cordialement ,Mosha
at GM the microwave consumes up to 1000w, the 1600W seems to me an estimate based on the data taken from the fixed rotor , given the waveform this assumes a size inaccuracy. however even at 800W it remains very powerful.

iflewmyown

In the U.S. many commercial microwaves consume about 1500 - 1600 watts.
Garry

français
Aux États-Unis, de nombreux micro-ondes commerciales consomment environ 1500 à 1600 watts.
Garry