Propeller LED display Project title:- Group no : 31

Slides:



Advertisements
Similar presentations
MICROPROCESSORS AND MICROCONTROLLERS
Advertisements

Automation and Control of a limited size parking lot using PIC18 Microcontroller Alaa Sharif Ali Ghamlouch Zaher Khattab April 2011 Presented to: Dr. Youmin.
In this presentation you will:
Tachometers – An Overview
Sensors And Micro-Controllers
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Indian Institute of Technology Hyderabad CONTACTLESS TACHOMETE R Group members: Moruboyina Alekhya Kodi Padmasree D.Hima Varsha.
Microcontroller: Introduction
BLDC MOTOR SPEED CONTROL USING EMBEDDED PROCESSOR
Interactive Voice Response System (IVRS) Presented by Sateesh Kuna Srinivasrao Dhavanam Prudhvi Bolli Nirup Charan K Ashok Kumar M Under the guidance of.
CS-280 Dr. Mark L. Hornick 1 Parts of a GP Computer (Microcomputer) Contains separate Microprocessor chip Memory/Memory controller MB control chips Peripheral.
Problem Statement Discussion Electromania
Programmable Robotic Painting Arm Presented by: Chincholkar Apoorv R. Joshi Sanket S. Gore Rigved B. Project Guide: Mr.M.D.Patil.
Other Chapters From the text by Valvano: Introduction to Embedded Systems: Interfacing to the Freescale 9S12.
MICROPROCESSOR AND MICRO CONTROLLER LAB
CS-EE 481 Spring Swift-Fox Founder’s Day, 2005 University of Portland School of Engineering Imagine the ability to view and record Up to five different.
MICROPROCESSOR AND MICRO CONTROLLER
1 Lecture on Lab 6 Lab 7 Lab 8. 2 Lab 6: Open Loop Controller As you learned in lab 5, there are two kinds of control systems: open loop and closed loop.
Automatic accident avoiding system PROJECT MEMBERS MUTHUKUMAR.K (05ME33) SAKTHIDHASAN.S (05ME39) SAKTHIVEL.N (05ME40) VINOTH.S (05ME56) PROJECT GUIDE:
pLED 2014 Ha Noi, April 26th Introduction Team 1 2 Nguyễn Thanh Tùng Nguyễn Thế Long Đỗ Văn Ban Đinh Xuân Bách Đinh Quang Hải pLED Team.
Never Thirsty DrinkMaster 8000 Stephan Zebrecky Daniel Hudepohl Brandon Davis Ryan Rhodes.
EMBEDDED SYSTEM & ROBOTICS. Introduction to robotics Robots are machines capable of carrying out a complex series of actions automatically. Robotics is.
SUBMITTED BY LENIN C INTRODUCTION Railways - cheapest mode of transportation. Aims to avoid accidents. Using simple electronic components- automate.
Steve Andre Eric Glover Shaun Greene Russell Willmot.
HOME AUTOMATION USING PC DONE BY RAJESHKUMAR S SRI HARSHA D.
 RAJ JOSHI  CHINMAY JOSHI RMS POLYTECHNIC E.C 6 TH SEM PROJECT PPT HEAD OF DEPARTMENT : HIMANSHU GUPTA INTERNAL GIDE : VIRAL.
Senior Design 1 University of Portland School of Engineering.
MICROCONTROLLER INTERFACING WITH STEPPER MOTOR MADE BY: Pruthvirajsinh Jadeja ( ) COLLEGE:DIET BRANCH:EC.
8051 Microcontroller Tutorial and Architecture with Applications.
Automatic Railway Gate Control System
Microcontroller (At89s52) LCD Display(16x2) Soil Moisture Sensor (semiconductors) Pumping Motor (or a bulb) Power Supply Kiel U vision Express PCB.
DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING Koushik Roy Bidhan kumar Majhi Guide: Subhajit Dinda Ankan Bhattacharya Prakash Kumar.
DEPARTMENT OF ELECTRONICS ENGINEERING V-SEMESTER MICROPROCESSOR & MICROCONTROLLER 1 CHAPTER NO microcontroller & programming.
Mobile phone keypad sensed password entry for door opening.
BY: VISHU KUMAR 1HK08EE055 Internal Guide: WASEEM KHANUM.
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
Application Case Study Christmas Lights Controller
Fan Assembly Driven by Magnetic Fields
ENGINEERING COLLEGE ADAMS PALONCHA ECE MINI PROJECT PRESENTATION.
MOTORS.
Propeller Clock.
Timers and Event Counters
AUTOMATIC TEMPERATURE CONTROLLED FAN USING 8051
Arduino Based Industrial appliances control system by decoding dual tone multi frequency signals on GSM / CDMA network. Submitted by:
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
PROPELLER DISPLAY OF MESSAGE BY VIRTUAL LEDS
TV OPERATION JAMMING SYSTEM
Microcontrollers & GPIO
ULTRASONIC DISTANCE METER USING 8051
MICROCONTROLLER BASED SPEEDOMETER CUM ODOMETER
POV System Done by: Supervised by : Iman Abu-Mazen Beesan Imad Zraiqi
ARDUINO FOUR QUADRANT DC MOTOR CONTROL
UNIT – Microcontroller.
8051 Timers Timers are the peripherals of the 8051 Microcontroller.
THYRISTOR POWER CONTROL BY IR REMOTE
Software Design Team KANG Group 1.
DIGITAL CALCULATOR USING 8051
ARDUINO LINE FOLLOWER ROBOT
Automatic Railway Gate Control System
DC MOTOR SPEED CONTROL 1. Introduction
SUBMITTED BY EDGEFX TEAM
Pulse Width Modulation (PWM) Motor Feedback - Shaft Encoder
An Introduction to Microprocessor Architecture using intel 8085 as a classic processor
Group #8: Adam Belkhadir Alex Dutrow John Tran
Introduction to Microprocessors and Microcontrollers
Presented by Yuntian Lu
NC and CNC machines and Control Programming
Presentation of Robotics (3)
8051 Micro Controller.
ACOE347 – Data Acquisition and Automation Systems
Presentation transcript:

Propeller LED display Project title:- Group no : 31 Chincholkar Apoorv R. 0932016 Joshi Sanket S. 0932044 Gore Rigved B. 0932032

Block Diagram Micro IR controller Sensor LED Display AT89C2051 5 V DC MOC7811 Beam Interrupt In each revolution LED Display AT89C2051 5 V DC Regulated power supply DC motor

Circuit Diagram

Power Supply

Construction Circuit LEDs MOC7811 5V GND

Introduction Confused??? What is Propeller LED Display??? Propeller is a term generally associated with rotating fan , revolving at high RPM. Just like a propeller, this is a special kind of a rotating display. How it works??? PERSISTANCE OF VISION This is a phenomenon of the eye by which an afterimage is thought to persist for approximately 1/25th of a second. So if someone is observing images at rate of 25 images/second, they appear to be continuous. Confused???

A picture is worth a thousand words….. propeller LED display

Component Selection Microcontroller : Requirements: -> Moderate speed -> Ports required : 2 -> Small Sized -> Code memory > 1kB Component Selected: Atmel AT89C2051 _______________________________________________________________ Sensor : Requirements: -> IR type sensor preferred -> Easy to interface with microcontroller -> Minimum requirement of external components Component Selected : Motorola MOC7811 interrupt sensor

The Sensor Sensor used in this project is MOC 7811 from Motorola. This is a slotted coupler/interrupter device. In each revolution as the beam is interrupted, the sensor generates a positive pulse. Microcontroller will execute interrupt routine, When a pulse occurs. Interrupt routine measures the total time taken for one revolution, divides it by 120, and stores the result into another timer, Configured in auto-reload mode. Now, the timer overflows after tiny intervals of time. Each time it overflows, next stored value is called from the lookup table, and displayed.

Measure period of one revolution with T0 START Measure period of one revolution with T0 Divide by 120 Load the result in T1 with auto reload mode. After each timer overflow interrupt, display next value from lookup table

THANK YOU!!!