Persistence of Vision Display

DOI : 10.17577/IJERTV10IS090199

Download Full-Text PDF Cite this Publication

Text Only Version

Persistence of Vision Display

Jahnvi Mishra

Department of Electrical and Electronics Engineering Maharaja Agrasen Institute of Technology Delhi,India

Shreeanant Bharadwaj

Department of Electrical and Electronics Engineering Maharaja Agrasen Institute of Technology Delhi,India

Chirag Mohan Sharma

Department of Electrical and Electronics Engineering Maharaja Agrasen Institute of Technology Delhi,India

Ayushi Aggarwal

Department of Electrical and Electronics Engineering Maharaja Agrasen Institute of Technology Delhi,India

Abstract:- The purpose of this project is to design and to create a persistence of vision (POV) display. The objective is to develop an LED display system which uses enormously lesser amount of LEDs and power consumption than the normal LED display and which is compact in nature using persistence of vision based technology.

This display will allow users to upload an image to be displayed through wireless communication using LED lights. The rotational speed of the LED's is fast enough such that the human eye perceives a two-dimensional image.Our project focuses on meeting the tremendous growth of advertisement.

Keywords:- POV technology,Arduino,Micro controller,LED display,Microprocessor

  1. INTRODUCTION

    Persistence of Vision (POV), occurs when a visual image seems to persist continuously when a stream of light is repeatedly interrupted for very brief instances and does not enter our eyes during those durations[1]. A POV display exploits this phenomenon by spinning a one-dimensional row of LED's through a two-dimensional space at such a high frequency that a two-dimensional display is visible. There are a lot of applications of persistence of vision. For example, Newton Disc, Kaleidoscopic color top, Thaumatrope, rubber pencil trick etcetera[2]. A visual form of memory known as iconic memory has been described as the cause of this phenomenon. A critical part of understanding that emerges with these visual perception phenomena is that the eye is not a camera and does not see in frames per second[3]. In other words, vision is not as simple as light registering on a medium, since the brain has to make sense of the visual data the eye provides and construct a coherent picture of reality.

  2. LITREATURE REVIEW

    Here are the theory and concepts from the past projects. The objective is to explain the perspective and method which has been used in the past projects and to observe how this project can be related to existing research and theory. This shows how the theory and concept have been implemented to solve project problems. Here are the past theories on this project :

    A. Past Theories

    This project is based on the microcontroller AT89C2051, which is a derivative of the 8051 families, from Atmel Inc. This used an Interrupter module consisting of the IR interrupt

    sensor MOC7811, from Motorola Inc. This sensor was used because of its small size, precise interrupt sensing, and study casing. This module was interfaced with the microcontroller with two resistors and a general-purpose transistor. It consisted of IR LED and Photodiode facing each other enclosed in the plastic body. When light emitted by the IR LED is blocked because of some completely opaque object, the logic level of the photodiode changed. This change in the logic level was sensed by the microcontroller or by discrete hardware[4]. An interrupt module is used (Interrupt circuit), to introduce an interrupt after each revolution. In our project, the hardware is further simplified by removing the interrupt module and programmatically implementing it. Introducing an interrupt module complicated the coding and the hardware part. It was not an effective way to generate the display as there would be an interrupt after displaying each column and this adds to the extra delay[6]. To enhance the synchronization of the display we will remove the interrupt module in our project[5]. The project referred to in this paper used a microcontroller AT89C2051, which had few drawbacks. We are using Arduino Atmega 328 due to its extended features and simple implementation. The next paper that we referred was Low-Cost Propeller LED Display by Manavi Sharma1and Krishan Mohan (The project in this paper used a VCR motor to prevent noise)[6]. The circuit also consisted of a phototransistor to generate a precise index pulse. To display the characters, the circuit had a memory capacitor to keep the character displaying even when the power is not supplied to the circuit. Our project will not include any existing patents, copyrights, or trademarks. We will make all the hardware from scratch and all the software will be our original work with some assistance from the project head.

  3. METHODOLOGY

    The overall design of this project can be grouped into the following three categories: electrical design, mechanical design, and software design. The logic behind this project is very straightforward. The nature of our design allows the software and hardware design to be independent of each other in terms of trade-offs. The more robust the hardware becomes (i.e. the tying down wires and securing boards), the safe the software becomes. The more robust the software (i.e. LED mapping), the more optimized and error-free the project

    becomes. The circuit of our project includes two parts display and main supply.

    A. Block Diagram

    F. Software Design

    The final consideration of our project is user interactivity. While commercial POV displays present a static image, our display was intended to be customized. Another challenging aspect of the project is finalizing a mechanical system in time to test the functionality of our electrical and software systems.

    1. Main Supply

      Fig. 1 Main Circuit

    2. Circuit Diagram

      Fig. 2 Main Supply

      Fig. 3 Circuit Diagram

    3. Mechanical Design

      The major mechanical challenge we will face of designing a robust rotating system capable of transmitting power to the display circuitry. The mechanical system also has to be sufficiently reliable to withstand multiple tests at a minimum rotation speed of 1200 rpm to achieve POV[7]. Our POV display uses a fix speed motor. To create a platform to hold our LED array and circuit board we will use a wooden board. Also, we will use a PVC pipe to hold the display and give it a certain height.

    4. Electrical Design

    The main challenge when designing the electrical system is to control 7 LEDs, with Arduino ATmega328 for 2- dimensional display. To accomplish this, LEDs are split into 5 columns of 7 LEDs each which could be selectively turned on and off by synchronizing the flashing of LED and rotation of the DC motor. The main component of the electrical system is the timing system and LED control system for 7 LEDs using Arduino.

    Fig. 4 Software Flowchart

  4. SCOPE OF THE PROJECT

  1. Future Scopes

    1. An innovative evolution of POV display known as JANUS display is the advancement in POV display. It is being developed by Design media and HCI labs of KAIST in Daejeon, South Korea aims to expand upon both the functionality and practicality of these devices[8].

    2. The present POV display features a single LED array facing towards one viewer is potentially problematic for anyone viewing the image from the other side- it will appear inverted. The JANUS display includes a second arm on the opposing side of the device which allows for two viewers to observe the image from either of the sides[9].

    3. JANUS display also incldes direct interaction by placing two sheets of plexiglass between the observer and the blade so this evolves a new development- one might even go so far as to say that it is a holographic imager[10]. This advanced implementation of the present POV display is certainly a unique concept, one can come up with plenty of interesting ideas to take advantage of it and this may lead to the future of display technologies[11].

    4. Ultra low cost solar rechargeable POV display this produces a bright and eye-catching display to write text and small images through the air[12]. It has a

      built-in RC clock and uses a small rechargeable battery and solar cell which are typically pricey items, but currently, there is a huge flood of keying-sized cheap solar-powered torches from China[13].

  2. Expected Outcomes

Safety will be a concern for our project. Spinning essentially a blade at 500rpm is dangerous enough, and we will mount several PCB boards, a 9V battery, a transceiver and a row of LED's to our spinning blade.

CONCLUSION

In the the following few words the entire conclusion can be summed up.In our project, hardware and software based system were designed and developed for the implementation of persistence of vision phenomenon through Arduino technology using various LEDs and an AC motor . The software algorithm,electrical and mechanical systems were designed from the scratch and were implemented through a working physical model of the project .The main aim of the project was achieved and various images and text could be displayed on the POV display which uses an AC motor.

REFERENCES

  1. Musburger, Robert B., and Gorham Kindem. Introduction to media production: the path to digital media production. Routledge, 2012.

  2. FONSECA, L., VINIT, G., GUPTA, A., MIRANDA, R., & Guide,

    P. P. (2018). Propeller LED Message Display. ST. FRANCIS INSTITUTE OF TECHOLOGY.

  3. Baddeley, A. D. (1997). Human memory: Theory and practice. psychology press

  4. Manihar, M. S. R., Dewangan, M. K. P., & Dansena, M. A. K. (2012). The Design and construction of a low cost propeller LED display. Global Journal of Research In Engineering, 12(4-F).

  5. Forster, K. I., & Forster, J. C. (2003). DMDX: A Windows display program with millisecond accuracy. Behavior research methods, instruments, & computers, 35(1), 116-124

  6. Sharma, M., & Mohan, K. (2015). Low Cost Propeller LED Display. International Journal of Application or Innovation in Engineering & Management (IJAIEM), 4(2), 39-42.

  7. Martyr, A. J., & Plint, M. A. (2011). Engine testing: theory and practice. Elsevier

  8. Choi, Y., Ryu, N., Kim, M. J., Dementyev, A., & Bianchi, A. (2020, October). BodyPrinter: Fabricating Circuits Directly on the Skin at Arbitrary Locations Using a Wearable Compact Plotter.

    In Proceedings of the 33rd Annual ACM Symposium on User Interface Software and Technology (pp. 554-564).

  9. Li, J., Greenberg, S., & Sharlin, E. (2017). A two-sided collaborative transparen

  10. t display supporting workspace awareness. International Journal of Human-Computer Studies, 101, 23-44

  11. Hillis, K. J. (1996). Geography, identity, and embodiment in virtual reality. The University of Wisconsin-Madison.

  12. Cooper, L. A., Holderness Jr, D. K., Sorensen, T. L., & Wood, D. A. (2019). Robotic process automation in public accounting. Accounting Horizons, 33(4), 15-35

  13. Wang, W., & Qi, L. (2019). Light management with patterned microand nanostructure arrays for photocatalysis, photovoltaics, and optoelectronic and optical devices. Advanced Functional Materials, 29(25), 1807275

  14. Ferdous, R. M., Reza, A. W., & Siddiqui, M. F. (2016). Renewable energy harvesting for wireless sensors using passive RFID tag technology: A review. Renewable and Sustainable Energy Reviews, 58, 1114-1128.

  15. Wertheimer, 1912. ExperimentelleStudienüber das Sehen von Bewegung.ZeitschriftfürPsychologie 61, pp. 161265.

  16. Bazin, André (1967) What is Cinema?, Vol. I, Trans. Hugh Gray, Berkeley: University of California Press.

  17. Cook, David A. (2004) A History of Narrative Film. New York, W.

    W. Norton & Company.

  18. Metz, Christian (1991) Film Language: A Semiotics of the Cinema, trans. Michael Taylor. Chicago: University of Chicago Press.

  19. Reference Note : http://en.wikipedia.org/

  20. Image courtesy: http://soullostatsea.deviantart.com/

  21. Reference Image : http://en.wikipedia.org/wiki/Arduino

  22. Reference Image : arduino.cc/en/uploads/Main

  23. Reference:http:/Evil Genious.com/motor controller

  24. Reference: www.wayneandlayne.com/projects/blinky

  25. Dr. Dobb's Journal, Atmel's AT89C2051 Microcontroller July 1997.

  26. Sarik, J. ;Kymissis, I. , Lab kits using the Arduino prototyping platform , Publication Year: 2010 , Page(s): T3C-1- T3C-5 , IEEE conference.

  27. Arduino Due Released; Arduino.cc

  28. Kyuchang Kang ; Dongoh Kang ; Kiryong Ha ; Jeunwoo Lee , Android phone as wireless USB storage device through USB/IP connection , Publication Year: 2011 , Page(s): 289- 290 , IEEE conference.

Leave a Reply