Fork me on GitHub

Project Notes

#410 The Bouncy Thief LED Blinking Machine

A totally Rube-Goldberg contraption for blinking an LED with a AAA battery, homopolar motor and joule thief mechanisms.

HomopolarJouleThiefBlinky_build

Here’s a quick demo..

clip

Notes

Here’s a marriage of Homopolar motor and Joule thief that results in a truly impractical Rube-Goldberg mechanism for blinking an LED with a AAA battery. It may be inefficient, but I like it .. mainly because I haven’t seen any quite similar before!

Where did this come from? I stumbled upon the amazing “World’s Simplest Electric Train” video posted by 君AmazingScience yesterday and was playing around with some copper wire to reproduce the effect:

clip

Wayne Schmidt provides a good explanation in his How to Build the Simplest Electric Train video.

The concept is pretty clearly derivative of HomopolarMotor concepts and in fact was thoroughly explored in the January 2016 issue of American Journal of Physics.

After some fiddling around, I ended up with a vertically-mounted demonstration that produced a nice bouncing spring… which immediately got me thinking about the collapsing electromegnetic field on each bounce, and how that reminded me of what is going on in a Joule Thief.

Seems like this might suit the MacroFab Design Contest: Blink an LED Sponsored by Mouser Electronics. See the project I’ve submitted over on hackaday.io.

PS: This is cool! Got a mention on MEP#133

The Design

Quite a simple arrangement of two subsystems:

  • the battery, magnets and coil are arranged as a bouncy homopolar motor
  • a diode and capacitor attached to the coil harvest the flyback energy to power the LED

The charge pump/joule thief element of the circuit enables the LED to be powered from the 1.5V AAA source, even though the LED forward voltage is higher. The minimum forward voltages of the LEDs I’ve been using are as follows:

  • white LED Vf ~2.6V
  • red LED Vf ~1.8V

Here’s a sketch of my design:

design_notes

There are only four electrical components required for this circuit:

Hardware and additional components required:

  • some neodymium magnets (I’m not sure of the formulation of the ones I have - they are strong, but not the strongest)
  • copper wire for the coil
  • some fine gauge hookup/magnet wire to tap the bottom of the coil to the diode

I made a second with a red LED and a 100nF ceramic capacitor:

HomopolarJouleThiefBlinky_build_pair

Here’s a video of them in action:

clip

HomopolarJouleThiefBlinky_in_action2

How It Works

We basically have a chain of energy transformations. Totally ineffiecient, but it works! Here’s my short explanation:

  • Chemical -> EM transformation:
    • When the coil is in contact with the magents on each pole of the battery, we have a dead short that establishes an electromagnetic field in the coil (inductor)
  • EM -> Kinetic:
    • Given the orientation of the coil, the polarity of the magnets and the direction of the current, the EM field produces a force that “bounces” the coil up and breaks the circuit
  • EM -> Electric Charge
    • As the EM field collapses, a flyback current is generated. This passes via D1 and builds up a charge in C1 (a “charge pump” effect)
  • Current -> Light
    • When the voltage across C1 exceeds the forward voltage of the LED, current will flow and the LED will blink on.

Note there is no current-limiting resistor for the LED. This probably exposes the LED to higher voltages than is desirable, but so far no blow-outs! If there were, a resistor in series would assist in sinking excess voltage.

The frequency and on-time duty cycle of the blinking LED is pretty chaotic and largely depends on the frequency and stability of the spring oscillations that are generated.

Construction

Here’s the schematic of the charge pump/LED circuit:

Schematic

HomopolarJouleThiefBlinky_build

Credits and References

About LEAP#410 KineticsLEDOscillators
Project Source on GitHub Project Gallery Return to the LEAP Catalog

This page is a web-friendly rendering of my project notes shared in the LEAP GitHub repository.

LEAP is just my personal collection of projects. Two main themes have emerged in recent years, sometimes combined:

  • electronics - usually involving an Arduino or other microprocessor in one way or another. Some are full-blown projects, while many are trivial breadboard experiments, intended to learn and explore something interesting
  • scale modelling - I caught the bug after deciding to build a Harrier during covid to demonstrate an electronic jet engine simulation. Let the fun begin..
To be honest, I haven't quite figured out if these two interests belong in the same GitHub repo or not. But for now - they are all here!

Projects are often inspired by things found wild on the net, or ideas from the many great electronics and scale modelling podcasts and YouTube channels. Feel free to borrow liberally, and if you spot any issues do let me know (or send a PR!). See the individual projects for credits where due.