Persistence-of-Vision Display

From Mech
Revision as of 00:30, 17 March 2009 by Kwang Sim (talk | contribs)
Jump to navigationJump to search

Team Members

POV
  • Gregory McGlynn(Computer Science, Class of 2011)
  • Alexander Park (Material Science, Class of 2010)
  • Kwang Xiong Sim (Mechanical Engineering, Class of 2010)














Overview

The purpose of this project was to create a display using the concept of Persistence of Vision. Essentially, we created a rotating platform that spins a column of LEDs. By controlling the frequency of blinking on each LED, and synchronizing it with the rate of rotation of the platform, we can tune the moving column of LEDs to display a desired image.

Theory of Persistence of Vision

Although arguably much more complex, human vision functions in a manner similar to modern motion pictures; our eyes retain images for a fraction of a second, not unlike a frame in a movie. This is called the persistence of vision (POV). When images change fast enough, what we see is a subtle blend of what we see now and a fraction of a second ago.


Mechanical Design

Primary Components

Base Box

Control Panel

Rotor Display

Electrical Design

Schematic

POVschematic





































Circuit Diagram

Code

Control Panel code

Rotating Display code

User input code (Java)

Results

Mode 1: Canned Response

Mode 2: Real time image input

Additional Notes

Possible Future Improvements/Enhancements