Posts | Comments

Planet Arduino

Archive for the ‘POV Display’ Category

The human brain and eyes are imperfect, so your visual perception has a limited “frame rate.” That is somewhere between 30 and 60 frames per second (fps). Most films are 24fps, which is part of the reason they don’t quite look like real life. Once you reach the upper limits of the human visual frame rate, you begin to perceive moving objects like solid blurs. This small rotating display harnesses that effect and utilizes a CD drive motor to do so.

A PoV (persistence of vision) display like this one relies on your low frame rate perception. It is just a spinning disk with two lines of LEDs. But if it spins fast enough, it can blink those LEDs at certain angles and you will perceive a solid spot of light at each of those points. When the timing is right, it can create the appearance of graphics like alphanumeric characters or simple pictures. In this case, it reveals the weather and the time (in analog or digital style).

An Arduino Nano board controls the 40 LEDs, while an ESP8266 ESP-01 module tells it what image to show based on time and weather data pulled from the internet via Wi-Fi®. Those mount onto a custom circular PCB spun by a small CD drive motor. Because that PCB spins, it would have been difficult to run wires for power. So this takes advantage of wireless power transfer through coils on that primary PCB and a secondary PCB underneath that exists purely for that purpose.

This is a clever design, because it keeps the cost and complexity down. But the results are still quite impressive!

The post Small PoV display uses CD drive motor for high-speed rotation appeared first on Arduino Blog.

Chances are you’re likely familiar with POV displays. These devices move through the air at a high enough speed to trick your eyes into thinking that a sequence of flashing lights is actually a solid image. Though interesting enough in two dimensions, LED aficionado “Gelstronic” decided to add more depth to his display, stacking 12 LED-enabled circuit boards in a helical pattern. This meant his project, dubbed “PropHelix,” can create a light display in not two, but three dimensions.

PropHelix’s LED pattern is controlled by an also-spinning Propeller board, powered by a wireless charging setup normally seen used with mobile phones. An Arduino Pro Mini in the base of the assembly takes care of making things spin at the correct speed via a multicopter-style ESC and brushless motor, while an encoder handles feedback.

You can find more details on this build in its Instructables write-up here, or check out the beautiful images in the video below!



  • Newsletter

    Sign up for the PlanetArduino Newsletter, which delivers the most popular articles via e-mail to your inbox every week. Just fill in the information below and submit.

  • Like Us on Facebook