How a Spinning LED Strip Can Create the Illusion of an Image Pro Preview

You’ve probably seen a spinning fan with LED lights that forms text or images mid-air — like magic! But what’s really going on?

This cool effect is based on a concept called Persistence of Vision (POV). By spinning an LED strip fast and changing the lights at the right moment, our brain gets tricked into seeing a complete image — even though it’s really just one line of lights!

To access the full video please subscribe to FLLCasts.com

Subscribe

  • #2491
  • 11 Sep 2025

Understand Persistence of Vision

Persistence of Vision is a visual phenomenon where an image stays in our brain for a tiny fraction of a second after it disappears. This is the same principle that makes movies work — you see 24 still images per second, but your brain blends them into smooth motion.

In numbers: Our eyes “remember” an image for about 1/10th of a second (100 milliseconds)

Think of the LED Strip as a Moving Paintbrush

Now imagine an LED strip with just a single row of lights, spinning quickly in a circle.

  1. The strip lights up different LEDs at different times as it spins.

  2. Since it’s moving fast, each LED’s light appears in a slightly different position around the circle.

  3. Because of persistence of vision, your eye blends all these positions into a full image or pattern.

It’s like the LED strip is “painting” the image into the air one line at a time — and your brain is filling in the rest!

Timing Is Everything

To make this work, the microcontroller (like an Arduino) must:
  1. Know the rotation speed (usually measured using a sensor like a Hall effect sensor or magnet).

  2. Change the LEDs precisely as the strip spins, so the right pixels show up at the right angles.

  3. Repeat this cycle fast enough to make the image appear stable.