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 10 Guests are viewing this topic.

partzman

All,

To maybe help sort out the the confusion, the 2560 board I shipped to Luc uses An Atmel Mega16U2 as compared to the original Arduino AtMega8u2 for USB communications.

Regards,
Pm

gotoluc

Quote from: pmgr on April 12, 2018, 11:14:02 AM
Actually, there is a reset button on the board, see attached image. Try pushing that and then immediately after uploading the sketch, or the other way around, start the sketch upload, then press the reset button.
PmgR

Good idea Pmgr and it worked. So now I have a successful high frequency upload. So before trying it again I'm going to do some (in out) power tests at this frequency.
When you get the chance can you please add the potentiometer function to the program you modified for me so I can have that available if my next upload is also successful.
The below video contains some scope shoots of the device operating.
Thanks for everyones help
Luc

Fr. Bonne idée Pmgr et ça marché. Alors maintenant, j'ai un téléchargement à haute fréquence réussie. Donc, avant d'essayer à nouveau, je vais faire des tests (in out) de puissance à cette fréquence.
Quand vous en avez l'opportunité, veuillez ajouter la fonction potentiomètre au programme que vous avez modifié pour que je puisse l'avoir si mon prochain téléchargement réussit.
La vidéo ci-dessous contient quelques prises d'oscilloscope de l'appareil en fonctionnement.
Merci pour l'aide de tout le monde
Luc

Video demo:  https://youtu.be/I0Rjjhuayf4

forest


pmgr

Quote from: gotoluc on April 12, 2018, 01:15:51 PM
When you get the chance can you please add the potentiometer function to the program you modified for me so I can have that available if my next upload is also successful.
Attached is the sketch with the potentiometer added back in (other line with x=5 commented out).
PmgR

DreamThinkBuild

Hi Luc,

Impressive build.

I rewrote an alternative version to be more adaptive, it compiled fine but haven't tested on hardware. The only line you have to change is:

const int msDelay = 0;

When set to 0 it will take the delay value from the attached potentiometer.
When set to anything other than zero it will use that for the delay in milliseconds.

I noticed the L298n can switch down to the microseconds but doesn't like long delays >100ms maybe it's the board or my setup but it slopes off quickly. So delay() could be replaced with delayMicroseconds() later on.