Storing Cookies (See : http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm ) help us to bring you our services at overunity.com . If you use this website and our services you declare yourself okay with using cookies .More Infos here:
https://overunity.com/5553/privacy-policy/
If you do not agree with storing cookies, please LEAVE this website now. From the 25th of May 2018, every existing user has to accept the GDPR agreement at first login. If a user is unwilling to accept the GDPR, he should email us and request to erase his account. Many thanks for your understanding

User Menu

Custom Search

Author Topic: Tommey Reed's Pulse Magnet/Generator project  (Read 6141 times)

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #30 on: February 12, 2023, 03:53:51 PM »
Hi Dog-One,

Thanks for the information, that should help a lot.
Programming with a few different languages does get n the way.  But over all, I know what type of program I'm looking for.

At first I got stuck, I was writing the introduction of the program, when in fact I need to have the motor running first and then modified the input/output controls later.

To have so many variables will slow it down, but I plan  to read and write direct into the PIN registers. This will increase the speed even more.

Thanks again with your knowledge on the Arduino, it will save me a lot of time over all.

Tom
 

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #31 on: February 13, 2023, 08:07:26 PM »
Hi All,

New update on the pulse motor.

https://www.youtube.com/watch?v=i9X3APY9IpA

TOM

Dog-One

  • Hero Member
  • *****
  • Posts: 1019
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #32 on: February 13, 2023, 09:03:31 PM »
New update on the pulse motor.

Nice work Tom!  Looking pretty good.

On the hall sensor, I'm guessing you have the Arduino looking at the signal
trailing edge instead of leading edge due to the polarity coming out of the
comparators.  At least that's what it looks like from my angle.  If that's the
case, I can see why the length of the magnet is determining your timing.

I had a crazy idea about collecting back EMF when the coil is triggered
bipolar.  You did a lot of work in this area, so are probably two steps
ahead of me, but I'll try to describe it so others can chime-in if they want
to.

Suppose you connect a full-wave bridge rectifier to your coil and then
take that output to a cap bank.  When the caps are empty initially, they
will suck a lot of juice from the coil that is trying to actually run the
motor.  I got that much and would expect that behavior.  But what happens
when the cap bank gets charged up to the voltage level you are powering
the motor at?  Seems to me like the motor would no longer even notice the
cap bank anymore, like it's not even connected.  But the cap bank would
still collect back EMF, but what you have to do different is not allow the
cap bank to get discharged below the voltage you're powering the motor
with.  Let me toss some numbers out as an example:

Let's say the motor is being driven with 12 volts.  The cap bank starts
at 0 volts.  We switch on and the motor lugs until the cap bank gets
to 12 volts.  From there the motor starts to run normally and the cap
bank juices up to say 24 volts.  Let's keep the ground for the cap bank
completely separate from the ground of the motor supply.  And let's
bring in another 12 volt power supply (or battery) and connect its
ground to the cap bank ground.  Now between the separate power
supply positive and the cap bank positive we can attach a dump
load.  Because of that separate power source, it's impossible to drop
the voltage on the cap bank below 12 volts.  If we leave the dump
load and separate power supply connected, by way of the dump load
the cap bank will charge up to 12 volts and we can start the motor
without it even lugging initially.

Efficiency-wise this may be a bad implementation, but the concept is:
we can collect back EMF from a bipolar fed coil, we just have to be
careful not to dump the storage of it below the voltage driving the coil.
I have a hunch since the cap bank voltage will be higher than the separate
battery, it will actually end up charging the separate battery every
time we dump it.  That could be a good thing, since we can power
a load and charge a battery at the same time.  We just have to pay
initially to energize the coil.  Maybe with some kind of battery swap
relay system this thing could run for quite a long time.

Anyway, just a crazy thought I had.  Maybe you can make something
of it.

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #33 on: February 13, 2023, 10:12:47 PM »
Hi Dog-One,

Yes, that seems like a great experiment, But wouldn't the cap stay around 12v if it dumps that into another 12v battery?

Lets say the cap got up to 14v and the battery is at 12v you are trying to charge, wouldn't that also mean that 2volts is only need to recharge the cap back to 14v?

Tom


Dog-One

  • Hero Member
  • *****
  • Posts: 1019
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #34 on: February 14, 2023, 03:56:34 AM »
Yes, that seems like a great experiment, But wouldn't the cap stay around 12v if it dumps that into another 12v battery?

Lets say the cap got up to 14v and the battery is at 12v you are trying to charge, wouldn't that also mean that 2volts is only need to recharge the cap back to 14v?

You got it.  So what's the best way to power a load and charge a battery?

I'd say let the cap climb to double the battery voltage and dump it.  If the
back EMF is coming in fast enough, dump often.  Use the dump voltage and
dump speed as a power regulator.  If the battery is charging too much, dump
to a different battery.

It's kind of different approach to the Tesla Switch device, here instead of
a fixed DC, we use back EMF like a boost converter.

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #35 on: February 14, 2023, 03:59:57 AM »
Yes, I see.

In fact the 2-way flyback circuit  would work great.

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #36 on: February 20, 2023, 08:10:31 AM »
Hi All,

New update on the pulse motor generator.

https://www.youtube.com/watch?v=9Pf2dXkMOzQ

Tom

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #37 on: March 15, 2023, 02:24:06 AM »
Hi All,


Update on the pulse motor build.

https://www.youtube.com/watch?v=ffJ4E6jkgFU

Tom