Project: security lock system

Slides:



Advertisements
Similar presentations
Welcome To All The Teacher’s of SMIT.
Advertisements

Multivibrators and the 555 Timer
Chris Whiting & Keddy Malcolm.  555 Timer Pin Layout  555 Timer Configuration  555 Timer – Other Applications  Malcolm Results  Whiting Results 
Basic Circuits TEST YOUR BRAIN!.
What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
555 Timer ©Paul Godin Updated February Oscillators ◊We have looked at simple oscillator designs using an inverter, and had a brief look at crystal.
Project: Electronic Cricket
Electricity and Circuits
Section 24.4 The 555 Timer. 2 Rectangular Waves - Reminder: Duty Cycle – ratio of pulse width to cycle time where PW = the pulse width of the circuit.
Part A: Controlling Oscillation Frequency with Capacitors and Resistors Part B: Diodes and Light Experiment Timer.
Section 24.4 The 555 Timer. Rectangular Wave In the RC circuit from last week, we charged and discharged the capacitor by moving a switch. If you repeatedly.
Project 3 Build an Astable Multivibrator
DIGITAL CIRCUITS Dr. L M Head Sophomore Clinic Fall 2004.
Electronic Instrumentation 1 Experiment 7 Digital Logic Devices and the 555 Timer Part A: Basic Logic Gates Part B: Flip Flops Part C: Counters Part D:
Astable multivibrators I
WATER LEVEL CONTROLLER USING 555 TIMER
As an Astable Multivibrator 1. 2  An integrated chip that is used in a wide variety of circuits to generate square wave and triangular shaped single.
EET 1131 Unit 13 Multivibrators and the 555 Timer
M.S.P.V.L. Polytechnic College, Pavoorchatram
Pulse Width Modulation (PWM) LED Dimmer Circuit
Announcements Assignment 6 due on Friday Project ideas due today
As an Astable Multivibrator.  An integrated chip that is used in a wide variety of circuits to generate square wave and triangular shaped single and.
Electronic Metronome Using a 555 Timer.
555 Timer ©Paul Godin Updated February Oscillators ◊We have looked at simple oscillator designs using an inverter, and had a brief look at crystal.
TIMERS.
The 555 as an Astable Multivibrator. Inside look at a 555 Integrated Circuit Timer.
Pulse Width Modulation (PWM) LED Dimmer Circuit
Project: sun tracker Idea: –Use two photodiodes to detect where the sun is –Control a motor to turn toward the sun –When sun is “half-way” between PD,
Astable Multivibrator
PHY 202 (Blum)1 Analog-to-Digital Converter and Multi-vibrators.
SIGMA-DELTA ADC SD16_A Sigma-Delta ADC Shruthi Sujendra.
PWM Circuit Based on the 555 Timer. Introduction In applications LED Brightness Control we may want to vary voltage given to it. Most often we use a variable.
Operational Amplifier 555 Timers Term 4 Projects.
Astable Multivibrators ©Paul Godin Created February 2007 Oscillator Basics.
Electronic. Analog Vs. Digital Analog –Continuous –Can take on any values in a given range –Very susceptible to noise Digital –Discrete –Can only take.
Project: security lock system Idea: –Create a 4bit password using switches –Send data serially (one bit at a time) using an LED –Receive the code serially.
1 13. Pulsed waveforms and Timing Circuit Design 13.1Op. Amp. Pulse GeneratorsOp. Amp. Pulse Generators timer IC Oscillator555 timer IC Oscillator.
Students should be able to :
US ADC (Analogue to Digital Conversion) and DAC (Digital to Analogue Conversion) 4 Weeks 3 Credits.
TITLE: 555 Timer OM INSTITUTE OF TECHNOLOGY Subject: Analog Electronics ( ) Semester: 03 Prepared By:
Application Case Study Christmas Lights Controller
SENSORS.
Clock Signals: 555 Timer 555 Timer Digital Electronics TM
Key Stage ic Using a (555 IC) as a Monostable / Astable Circuit 555 IC Live Wire / PCB Wizard - (555 IC) Circuit RA Moffatt.
TOPIC:PWM LED DIMMER/BRIGHTNESS CONTROL BY 555 TIMER
LATCHED, FLIP-FLOPS,AND TIMERS
Visit for more Learning Resources
REMOTE JAMMING DEVICE.
TV OPERATION JAMMING SYSTEM
EI205 Lecture 8 Dianguang Ma Fall 2008.
UNIT-IV Application of Special I.C’s.
555 Timer EEE DEPARTMENT KUMPAVAT HARPAL( )
Digital Fundamentals Floyd Chapter 7 Tenth Edition
Chapter 13 Linear-Digital ICs
Block Diagram Nikon (on-focal ) microscope Electronic Box NI: DAQ card
Administrative stuff Turn in your HW #3!
Principles & Applications
Multivibrator.
Unit IV 555 Timer.
Electronic Education Kits
Chapter 7 Latches, Flip-Flops, and Timers
Project 3 Build an Astable Multivibrator
555 Timer 555 Timer Digital Electronics TM 1.2 Introduction to Analog
EET 1131 Unit 13 Multivibrators and the 555 Timer
ELEC207 Linear Integrated Circuits
Project 3 Build an Astable Multivibrator
Engineering Electronics I
555 Timer 555 Timer Digital Electronics TM 1.2 Introduction to Analog
Mark Bristow CENBD 452 Fall 2002
Electricity and Circuits
Presentation transcript:

Project: security lock system Idea: Create a 4bit password using switches Send data serially (one bit at a time) using an LED Receive the code serially and convert data into a 4 bit number Compare the received data with original code Unlock the key if it matches! Potential uses: TV/ DVD/Car unlock … remote control Components: Timer -- Switch Shift Register -- Comparators Amplifier Optional: extending the system into 8-bit …101001101… ?

LM555 Timer Used as an oscillator to drive a speaker Trigger: when < 1/3 Vcc, the output is high (Vcc) Threshold input: when > 2/3 Vcc and the trigger is > 1/3 Vcc, the output is low (0V). If the trigger is < 1/3 Vcc, it overrides the threshold input and holds the output high. Reset input: when less than about 0.7V, all other inputs are overridden and the output is low. Discharge pin: This is connected to 0V when the timer output is low and is used to discharge the timing capacitor in astable operation.

LM555 Timer as an oscillator Astable operation: The circuit oscillates on its own. With the output high, the capacitor C is charged by current flowing through RA and RB. The threshold and trigger inputs monitor the capacitor voltage and when it reaches 2/3Vcc (threshold), the output becomes low and the discharge pin is connected to 0V. The capacitor discharges with current flowing through RB into the discharge pin. When the voltage falls to 1/3Vcc (trigger) the output becomes high again and the discharge pin is disconnected, allowing the capacitor to start charging again. Adjust duty cycle (time on : total time) by adjusting the ratio between RA and RB. Note that pin 4 (reset) is held at Vcc here. You will need change the connection for light sensitivity. From http://www.national.com/ds/LM/LM555.pdf

D = t1/(t1 + t2) =(RA + RB )/(RA + 2RB) LM555 Timer Some equations for astable operation: The charge time (output high) is given by: t1 = 0.693 (RA + RB) C And the discharge time (output low) by: t2 = 0.693 (RB) C Thus the total period is: T = t1 + t2 = 0.693 (RA + 2RB) C The frequency of oscillation is: f = 1/T = 1.44/ (RA + 2RB) C And the duty cycle is: D = t1/(t1 + t2) =(RA + RB )/(RA + 2RB) t1 t2 T

Comparator Built using an op-amp (a 741 will do) Compares it’s “+” and “-” inputs If V+ > V- then output = VHigh (a digital “1”) If V+ < V- then output = Vlow (a digital “0”) Useful for converting small analog voltages into big, digital signals To power up, attach Vlow to -6V, Vhigh to +6V V+ V- Vlow Vhigh output Test: attach output to LED in series with a 1kΩ resistor to ground Set V+, V- with SMUs, confirm that LED turns on when V+ > V-

Shift register (1) A shift register is a kind of digital memory It has 6 data inputs: Parallel data D0,D1,D2,D3 Serial data DSR, DSL It has three controls: Shift controls, S0, S1 Clock It has 4 outputs: Q0,Q1,Q2,Q3 These outputs change only when the clock changes from 0 to 1 Set VCC to 5V, VSS to 0V, pin 1 to 5V

Shift register (2) The shift register has 4 modes, set by S0, S1, and triggered by the clock When S0=1, S1 =1, Q0 = D0, Q1 = D1, etc When S0 = 0, S1 = 0 Q0,Q1,Q2,Q3 hold their value When S0 = 0, S1 = 1 Data shifts left: Q1 = Q0 (from before clock) Q2= Q1, etc Q0 = DSR When S0 = 1, S1 = 0 Data shifts right: Q2 = Q3 (from before clock) Q1= Q2, etc Q3 = DSL Test: attach outputs to 4 LEDs in series with 1kΩ resistors to ground Set function generator to make a 5V square wave (2.5V offset) with frequency = 1Hz, attach it to the clock input Short D0, D2, D3, SDR to ground, short D1, SDL to 5V Try different combinations of S0, S1. What happens? You should see things shift left or right.

Comparator (1) Includes combination of AND and XOR gated: AND: XOR: NOT A Y=1 if A=B=1, Y B otherwise Y=0 False if A=B True if A≠B A Y If A=1, Y=0, if A=0, Y=1

Comparator (2) Comparing two 2-bit numbers: A = A2,A1 B= B2,B1 A1 B1 1 when A=B 0 when A≠B

Latch circuit A C B Question: write a truth table for this circuit: what happens when A=B=1? Test: hook up and gates as you did yesterday, test its function: does it behave as you predicted?