PROPELLER DISPLAY OF MESSAGE BY VIRTUAL LEDS

Slides:



Advertisements
Similar presentations
SUN TRACKING SOLAR PANEL. Introduction The main objective of this project is to track the sun and rotate the solar panel accordingly, to receive sunlight.
Advertisements

OBSTACLE AVOIDANCE ROBOT
ROBOTIC VEHICLE FOR STORES MANAGEMENT
ELECTRIC LINE MAN SAFETY WITH PASSWORD BASED CIRCUIT BREAKER Under the Guidance of Submitted by Project Title.
Submitted by:.  Project overview  Block diagram  Power supply  Microcontroller  MAX232 & DB9 Connector  Relay  Relay driver  Software requirements.
Mobile phone keypad sensed password entry for door opening.
PORTABLE PROGRAMMABLE MEDICATION REMINDER
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
MOVEMENT SENSED BURGLAR ALARM SYSTEM Under the Guidance of
RASH DRIVING WARNING SYSTEM FOR HIGHWAY POLICE
Parking Availability Indication System
Project Title PASSWORD BASED CIRCUIT BREAKER CONTROL TO ENSURE ELECTRIC LINE MAN’S SAFETY Under the Guidance of Submitted by.
Under the Guidance of Submitted by
UPFC, UNIFIED POWER FACTOR CONTROL
Voice Controlled Robot by Cell Phone with Android App
TOUCH SCREEN AND RF BASED HOME AUTOMATION
TOUCH SCREEN AND RF BASED HOME AUTOMATION
CELL PHONE OPERATED SAGE ROBOT
TRANSFORMER HEALTH MONITORING WIRELESS USING RF COMMUNICATION
RF BASED HOME AUTOMATION SYSTEM
Vehicle theft location intimation by GSM to the owner
PICK N PLACE ROBOTIC ARM AND MOVEMENT CONTROLLED BY ANDROID WIRELESSLY
SPEED CHECKER TO DETECT RASH DRIVING ON HIGHWAYS
Density Based Traffic Signal with Remote Override in Emergency
FIRE FIGHTING ROBOT REMOTELY OPERATED BY ANDROID APPLICATIONS
REMOTE OPERATED DOMESTIC APPLIANCES CONTROL BY ANDROID APPLICATION
CONTACTLESS LIQUID LEVEL CONTROLLER
Project Title DYNAMICALLY CHANGING SIGNAL LIGHT TIME ALLOTMENT IN STREET JUNCTIONS BASED ON TRAFFIC DENSITY Under the Guidance of Submitted by.
Project Title PREPAID ENERGY METER Under the Guidance of Submitted by.
AC PWM CONTROL FOR INDUCTION MOTOR
Under the Guidance of Submitted by
USER PROGRAMMABLE PASSWORD BASED HOTEL ROOM DOOR LOCK
RAILWAY LEVEL CROSSING GATE OPERATION REMOTELY BY ANDROID
Arduino Based Industrial appliances control system by decoding dual tone multi frequency signals on GSM / CDMA network. Submitted by:
Programmable Decoration Light
TOXIC CHEMICAL LEVEL MEASUREMENT IN A TANKER BY ULTRASONIC MEANS
Under the Guidance of Submitted by Project Title
MULTIPLE ON AND OFF TIME PROGRAMMED INDUSTRIAL LOAD
Under the Guidance of Submitted by Project Title
FACTS BY TSR, FLEXIBLE AC TRANSMISSION
Under the guidance of Submitted by Project Title
Under the Guidance of Submitted by DUAL CONVERTER USING THYRISTORS
PC CONTROLLED SCROLLING MESSAGE DISPLAY FOR COLLEGE NOTICE BOARD
RAILWAY LEVEL CROSSING GATE OPERATION REMOTELY BY ANDROID
PRE-PROGRAMMED DIGITAL SCROLLING MESSAGE
Project Title EVM IN 8051 Under the Guidance of Submitted by.
PRE-STAMPEDE MONITERING AND ALARM SYSTEM
WIRELESS DC MOTOR SPEED AND DIRECTION CONTROL USING RF COMMUNICATION
(SUPERVISORY CONTROL AND DATA ACQUISTION)
Submitted by Project Title AUTOMATIC BELL SYSTEM FOR SCHOOLS/ COLLEGES
PC Mouse operated Electrical Load Control Using VB Application
POWER THEFT INTIMATION SYSTEM
REMOTE CONTROLLED DOMESTIC APPLIANCES CONTROL
SUBMITTED BY EDGEFX TEAM
Under the Guidance of Submitted by Project Title
Project Title GSM BASED MONTHLY ELECTRICITY ENERGY METER BILLING WITH DISPLAY TO THE USER Under the Guidance of Submitted by.
VEHICLE MOVEMENT TRACKED STREET LIGHTING OF HIGHWAYST
USING TV REMOTE AS A CORDLESS MOUSE FOR THE COMPUTER
Under the Guidance of Submitted by
EMBEDDED PASSWORD BASED ACCESS CONTROL SYSTEM USING I2C PROTOCOL
Remote Override of Traffic Signal in Emergency
Under the Guidance of Submitted by
TWO PHASE BLDC MOTOR SPEED CONTROL USING FUZZY LOGIC CONTROL
GSM - GPS BASED VEHICLE TRACKING SYSTEM
PICK N PLACE ROBOTIC ARM AND MOVEMENT CONTROLLED BY ANDROID WIRELESSLY
REMOTE CONTROLLED DOMESTIC APPLIANCES CONTROL
Under the Guidance of Submitted by
Under the Guidance of Submitted by Project Title
Under the Guidance of Submitted by
A PROJECT ON PASSWORD BASED CONTROL SYSTEM. A PROJECT ON PASSWORD BASED CONTROL SYSTEM.
Presentation transcript:

PROPELLER DISPLAY OF MESSAGE BY VIRTUAL LEDS Submitted By:

ABSTRACT This project comprises of circular display of a string of LEDs. Using a high speed motor and some mechanical assembly, LED string mounted on a printed circuit board. This displays some message and or a clock timing taking advantage of persistence of vision of human eye.

BLOCK DIAGRAM

HARDWARE REQUIREMENTS Microcontroller, sensors. Resistors, Capacitors, Diodes. Transformer, Voltage Regulator. Transistors, LEDs. High Speed Motor.

Power supply

Contd.. The 230V AC supply is first stepped down to 12V AC using a step down transformer. This is then converted to DC using bridge rectifier. The AC ripples is filtered out by using a capacitor and given to the input pin of voltage regulator 7805. At output pin of this regulator we get a constant 5V DC which is used for MC and other ICs in this project.

Microcontroller It is a smaller computer Has on-chip RAM, ROM, I/O ports... RAM ROM I/O Port Timer Serial COM Port Microcontroller CPU A single chip

Block diagram of mc CPU On-chip RAM On-chip ROM for program code 4 I/O Ports Timer 0 Serial Port OSC Interrupt Control External interrupts Timer 1 Timer/Counter Bus Control TxD RxD P0 P1 P2 P3 Address/Data Counter Inputs

Features of MC 8K Bytes of In-System Programmable (ISP) Flash Memory 4.0V to 5.5V Operating Range Fully Static Operation: 0 Hz to 33 MHz 256 x 8-bit Internal RAM 32 Programmable I/O Lines Three 16-bit Timer/Counters Eight Interrupt Sources Full Duplex UART Serial Channel

Pin description

BOB BLICK'S PROPELLER CLOCK PROJECT Bob Blick made the clock spinning on a piece of perfboard. The power is provided from the spinning armature of a plain DC motor. But this Project has not got viability, Though Bob was Successful in Displaying the Numeric Digit on a propeller Display.

IMAGE OF BOB BLICK’S PROPELLER DISPLAY

BASIC PRINCIPLE OF THE PROJECT POV (Persistence Of Vision): This is the phenomenon which is related to vision capability of human eye By which an after- image is thought to persist for approximately 1/25th of a second. So, if someone is observing the images at a rate of 25 images per second then they appear to be continuous

SCHEMATIC DIAGRAM EXPLANATION Please Refer CD

…..contd As 8051 Series Has only one set of UART (TX and RX) it is essential to use a multiplexer. By using 4052 we can Switch the TX and RX pins of microcontroller to be connected to GSM and GPS. The data gets Received From The Gps Module by the microcontroller and Simultaneously Transmits the same through GSm Modem

Software requirements Keil an ARM Company makes C compilers, macro assemblers, real-time kernels, debuggers, simulators, integrated environments, evaluation boards, and emulators for ARM7/ARM9/Cortex-M3, XC16x/C16x/ST10, 251, and 8051 MCU families. Compilers are programs used to convert a High Level Language to object code. Desktop compilers produce an output object code for the underlying microprocessor, but not for other microprocessors.

Contd.. i.e the programs written in one of the HLL like ‘C’ will compile the code to run on the system for a particular processor like x86 (underlying microprocessor in the computer). For example compilers for Dos platform is different from the Compilers for Unix platform  So if one wants to define a compiler then compiler is a program that translates source code into object code.

schematic Please Refer CD

Working of project Please Refer CD

Applications Applications can find their way into cost effective solutions for large public displays, information systems. It can directly replace Railway station information displays, bus stands and many more places. 

Future scope Can be integrated With GSM Such that ANY Message from the End user with a phone can Display The text by simply Sending SMS. It Can be Made possible to Display the clock RTC on the Display.

Conclusion