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.

gotoluc

Quote from: pmgr on April 14, 2018, 03:29:20 AM
Luc, how did you connect the LEDs? Did you use a serial resistor with them? If not, each of them is probably at least drawing 20-30mA if not more. Multiply that with 30 and you are drawing 750mA. The Arduino can't supply that and the computer USB can't supply that either (probably only 500mA), yet the battery can supply the current, but the Arduino is turning on and off (Arduino fuse on board is probably heating up and disconnecting; I believe that board has a thermal 500mA fuse).

Yes, I kind of figured the LED's are a little too much current demand for the Arduino. Are there LED's that use less current?

Quote from: pmgr on April 14, 2018, 03:29:20 AM
You should remove your LEDs as the Arduino can't supply that much current directly. Even with a series resistor in place, it might not be able to handle it. This is also why the USB no longer shows up at your computer. The Arduino board simply can't handle the current load and so everything gets messed up.
PmgR

Sorry, that's not why the USB no longer shows up at your computer. I remove the ground between Arduino and the L298N which shuts off the load on the Arduino and no difference.
I've had nothing but communications errors and problems with this Chinese Arduino version right from day one (new out of the box). Only ever got 2 successful uploads out of 60 tries.
It needs to be replaced, period.

Regards
Luc

gotoluc

Quote from: TinselKoala on April 14, 2018, 05:23:13 AM
Luc, we have mentioned before that the maximum rated continuous current output of the Mega is 200 mA total. You definitely should be using a current-limiting resistor in series with _each_ LED to limit the current to something like 5 mA per LED. With modern bright LEDs this will be plenty bright for visual display purposes. Even though you aren't turning on all your LEDs at once, you still need some current limiting for the LEDs. For a Green LED with a Vf of say 1.8 V, and the 5 V supply, you need to calculate the resistor value like this: R=V/I so R =(Vsupply - Vf)/5 mA = (5-1. 8) /0.005 = 640 ohms. So use a resistor value close to this for each LED. (I'm using 470 ohms on my test board.) This way even if all 30 LEDs are on the system will draw 150 mA, well below the total limit. (The speed control pot will draw a little current also but if you use a reasonable sized pot this will be negligible.)

It is possible that your uploading and intermittent problems have to do with the high current draw. (At fast speeds it "looks like" all LEDs are on at once, causing the thermal overload problem.) This is why I suggested earlier that you try the uploading with all external circuitry disconnected from the Mega. If this solves your uploading problem then you will know the cause, and can most probably cure it with adding current-limiting resistors to all your LEDs.

Driving a mosfet, as has been pointed out before, doesn't need much current usually. So you should be able to drive the LED+resistor, and the mosfet, for each of the 30 switches with no additional problem, once the LED current is limited.

There is no need to switch to the Propeller system. It will have similar output current restrictions, and it uses a different IDE interface and IIRC it uses a variant of the BASIC programming language. While any program can be written in just about any language.... I think you will have more help available if you stick to the Arduino system and the C++ language. If it turns out that you have a defective Mega we can arrange for you to get a new one. If it turns out that you need more current than the raw Arduino can supply you can always put in current-amplification transistors between the Arduino outputs and the mosfets (or H bridges or relays, whatever).

But FIRST THINGS FIRST, try uploading to the Mega with _all external circuitry disconnected_ to see if the current draw is really the problem.
If it works fine this way, then you can probably cure the present problem simply by adding the current-limiting resistors to each LED.

Thanks TK

The Arduino (communication side) is definitely defective and that was from day one right out of the box. The first time I tried it was on my Ubuntu laptop and I never got it to work.
Got it to work once with a new install on windows 7 but now every time I unplug it and plug it back in (without powering the LED's or L298N "ground removed") windows no longer recognizes it.
If I uninstall the Arduino software and reinstall then the first time I connect it it windows recognizes it but always get an upload error.

I've done everything possible. This is crazy.

Regards
Luc

gotoluc

Interesting no one here has picked up why my device has such a low current output!!!
Often in morning when I wake up I get a clear answer on something I've been contemplating on. I showed you all in my last video that my coils are 6 slot apart but it hasn't hit anyone.
It was clear to me this morning that in my configuration all my coils are Bucking... and no wonder I hardly get any output.
Pierre picked up on it and sent me a PM late last night which I only got this morning and he concluded the same thing.

Do you not see it?... 2 coils (in the same slot)  are powered together but each with the current in the opposite direction.
I need to take all the stator coils out and reposition them to 5 slots apart.
I'll be busy for some days.

Regards
Luc

gotoluc

Quote from: T-1000 on April 14, 2018, 06:45:13 AM
Hi Luc,

I am finding your coils aligment do not match Pierre's winding style.
Your setup have 2 coils in single slot while Pierre made just 1. Please see video screenshot attached.

The second very important thing to remember - the magnetic field strentgh weakens to the distance from coils squared. Which means in your setup you need to put out really strong magnetic field on stator to reach coil in the middle. Which also means the bare minimum power required will be high to induce current on the output. This is where bank of supercaps may play crucial role.

The third thing, when you attach 12V battery I suspect internal Arduino 5V stabilizer is messing up or is partially burned out. You may diagnose its issues or make external circuit to cope with power consumption on LEDs/etc. Personally I would introduce mosfet drivers to output transistors when driving coils.

Cheers!

Look at the pictures below, around 4 o-clock. You can clearly see the last winding goes into the slot over the previous winding.

Regards
Luc

e2matrix

Quote from: gotoluc on April 14, 2018, 10:05:58 AM
Thanks TK

The Arduino (communication side) is definitely defective and that was from day one right out of the box. The first time I tried it was on my Ubuntu laptop and I never got it to work.
Got it to work once with a new install on windows 7 but now every time I unplug it and plug it back in (without powering the LED's or L298N "ground removed") windows no longer recognizes it.
If I uninstall the Arduino software and reinstall then the first time I connect it it windows recognizes it but always get an upload error.

I've done everything possible. This is crazy.

Regards
Luc


Luc,  Does your Arduino have the CH340G serial chip?   If it does that may be the problem.   I recall something about that serial chip being blocked by a Windows update and it seems that this cheaper Chinese serial chip has caused a lot of headaches with drivers and connection to computers.   Some Arduino's use that chip but better ones use a different serial chip (Atmega 16u2 ? ).