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 6136 times)

TommeyReed

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

Yes, I'm not Claiming OU, but it's very close.

I'm setting up a 64000uf (0.06403137537393323F )capacitor bank. Will it run and how long?

Tom

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #16 on: February 02, 2023, 04:10:39 PM »
Hi All,

This is the first test run using 64000uf capacitor as the battery bank.

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

Tom

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #17 on: February 03, 2023, 05:23:58 PM »
Hi All,

New update on the pulse motor build.

https://www.youtube.com/watch?v=UBSc61bcspU&t=161s

Tom

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #18 on: February 05, 2023, 09:49:50 PM »
Hi All,

Update on modified Pulse motor build.

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

Tom

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #19 on: February 06, 2023, 10:15:19 PM »
Hi All,

This may be the first internal gravitational field to increase power input/output.

This is the first test run.

https://www.youtube.com/watch?v=8AgE_VycMMg

Tom

TommeyReed

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

Update on the pulse motor, now with a PWM pulse generator output.

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

Tom

Dog-One

  • Hero Member
  • *****
  • Posts: 1019
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #21 on: February 07, 2023, 03:33:23 PM »
Now that's some cool stuff right there.

I think this is an excellent example of using an inductor as not only a boost converter, but allowing it to do mechanical work at the same time.  You've done a lot of pulse motor builds over the years, but this concept you are demonstrating now may be on to something that can be easily exploited to achieve an overall power gain.  Keep the creative juices flowing.  Looking forward to what you bump into next.

TommeyReed

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

Thank you for the complement, I believe we all can work together and try new things.

Tom

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #23 on: February 07, 2023, 11:24:42 PM »
Hi All,

It's time to go high tech on this pulse motor generator. Why not create a simple AI to find the most efficient way to run this motor.

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

Tom

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #24 on: February 08, 2023, 07:12:50 PM »
Hi ALL,

New update on the pulse motor.

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

Tom

TommeyReed

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

New update on the pulse motor build.

https://www.youtube.com/watch?v=Eqqd2X47FDs&t=4s

Tom

Dog-One

  • Hero Member
  • *****
  • Posts: 1019
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #26 on: February 10, 2023, 07:34:18 AM »
Suggestions...

Make all portions of your code that are time critical to be interrupt driven.

Languages...

I have had good success using CircuitPython, especially on my Teensy 4.0.
Be sure to include the asyncio library so you can process menu commands
and do stats or other housekeeping operations without impacting the main
signal processing.  This gives you a pseudo-RTOS and once you build yourself
a framework that makes sense to you and works, you'll use it as a template
for everything else you do.

Like anything else, there is a bit of a learning curve, but once you get the
hang of it, it's a new tool you have in your toolbox for later use.

For the project itself, I think with the sensors you have and the design you're
striving for, it looks good to me.  Should be able to run the guts out of that
window motor and collect all sorts of data to find an angle where you can
maximize the effect you're after.

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #27 on: February 12, 2023, 05:45:17 AM »
Hi All,

Thanks Dog-One for your input.

Update on the pulse motor.

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

Tom

TommeyReed

  • Sr. Member
  • ****
  • Posts: 327
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #28 on: February 12, 2023, 08:13:35 AM »
Hi All,

Ok, got it up and running with the Arduino running on 1 hall effect at this time.

https://www.youtube.com/watch?v=78L9R1eoHU8

Tom

Dog-One

  • Hero Member
  • *****
  • Posts: 1019
Re: Tommey Reed's Pulse Magnet/Generator project
« Reply #29 on: February 12, 2023, 03:04:24 PM »
Ok, got it up and running with the Arduino running on 1 hall effect at this time.

Yeap, yeap, yeap, there you go...


Push-pull with a half-bridge?  Yes you can.  Just need a bipolar power source--two batteries.


"If" statements, also known as fuzzy logic.  You can reduce much of this by coordinated
logic.  For example:

Instead of:
   if ((x && y && z) || (a && b)) { digitalWrite(A0, HIGH); }

Change things to:
   digitalWrite(A0, ((x && y && z) || (a && b)));

A novice programmer will have a more difficult time reading the second expression
I fully get that, but the idea is to let the power of logic do the work for you.  Once
you begin to think in logical operations, your code can be transformed directly to
pure hardware if ever need be.  When I first started writing VHDL and later Verilog,
it took me quite a while to change my thinking and one day after many days fussing
with my code, the light came on for me.  I never looked back.  Now I can sit down
and draw up a state machine, map it directly to logic components and have it work
flawlessly.  And the beauty in all this is, with logic you can't drive an Arduino pin
both high and low at the same time--one expression defines exactly what that
pin needs to do.  You can execute that expression as often as you need to and
it will always do the right thing defined by your logic.  Should you get in a situation
where you simply cannot process the logic changes fast enough, grab some actual
logic gate chips and wire them up the same way.  It will run as fast as the chips can
go, usually in the MHz range.