ir conroller

Upload: mayank-gangrade

Post on 05-Apr-2018

219 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/2/2019 ir conroller

    1/15

    Banwari Kamdar

    Dilip ChoudharyGovind Patidar

    Mayank Gangrade

    Mr. Nitin Chouhan

  • 8/2/2019 ir conroller

    2/15

    Content Introduction

    What is Digital Clock??

    Block diagram

    Circuit diagram

    Description

    Required component

    Advantages Disadvantages

    References

  • 8/2/2019 ir conroller

    3/15

    Introduction The circuit explained

    here displays time withtwo minutes digits and

    two seconds digits onfour seven segmentdisplays.The sevensegment and switchesare interfaced with

    8051 microcontrollerAT89C51.

  • 8/2/2019 ir conroller

    4/15

    What is Digital Clock???A digital clock is a type of clock that

    displays the time digitally, as opposed to ananalog clock, where the time is displayed byhands. Digital clocks are often associatedwith electronic drives, but the "digital"description refers only to the display, not tothe drive mechanism. (Both analog and

    digital clocks can be driven eithermechanically or electronically, but"clockwork" mechanisms with digital displaysare rare.)

  • 8/2/2019 ir conroller

    5/15

    Block Diagram

  • 8/2/2019 ir conroller

    6/15

    Circuit Diagram

    http://engineersgarage.com/content/microcontroller-at89c51
  • 8/2/2019 ir conroller

    7/15

    DescriptionAs soon as the Vcc supply is provided to this

    circuit, the clock starts from 00:00. The time

    is displayed on four seven segments (incommon anode configuration) by using the

    concept of multiplexing. This is achieved by

    using timer interrupt (Timer0) of AT89C51

    which is configured to refresh sevensegments. The segments are refreshed

    many times in a second for simultaneous

    http://engineersgarage.com/content/microcontroller-at89c51http://engineersgarage.com/content/microcontroller-at89c51http://engineersgarage.com/content/microcontroller-at89c51http://engineersgarage.com/content/microcontroller-at89c51http://engineersgarage.com/content/microcontroller-at89c51http://engineersgarage.com/content/microcontroller-at89c51http://engineersgarage.com/content/microcontroller-at89c51http://engineersgarage.com/content/microcontroller-at89c51http://engineersgarage.com/content/microcontroller-at89c51http://engineersgarage.com/content/microcontroller-at89c51http://engineersgarage.com/content/microcontroller-at89c51
  • 8/2/2019 ir conroller

    8/15

    display. The clock runs with a delay of exactly

    one second. Timer1 has been used to

    produce a time delay of one second. Thedata pins (ah) of all the segments are

    interconnected and receive signal from port

    P2 of the microcontroller. The control or

    enable pins (common anode) are connectedto pins 1-4 of port P1 (P1^0 P1^3).

  • 8/2/2019 ir conroller

    9/15

    The number on 4th segment (displaying the

    unit digit of second) is incremented once in a

    second as it goes from 0 to 9. The numberon 3rd segment is incremented after every 10

    seconds from 0 to 5. Thus seconds are

    displayed varying from 00 to 59. The digit on

    the 2nd

    segment changes after every 60seconds (a minute) from 0 to 9 and so on.

    Thus the clock runs for an hour and after that

    it resets to zero again.

  • 8/2/2019 ir conroller

    10/15

    AT89C51 Microcontroller

    Seven Segment Display

    NPN bi-polar junction transistor (Transistor BC547)

    Oscillator of 12MHz

    Resistor(10K & 330 ohm)

    Capacitor(4.7uF,25v)

    Supply of +5v

    Required Components

  • 8/2/2019 ir conroller

    11/15

    UtilizationBecause digital clocks can be very small

    and inexpensive devices that enhance

    the popularity of product designs, theyare often incorporated into all kinds of

    devices such as cars, household clocks,

    radios, televisions,microwave ovens,

    standard ovens, computers and cell

    phones.

  • 8/2/2019 ir conroller

    12/15

    AdvantagesNo signal losses due to DA and AD

    conversion.

    Geometry, clock and phase settingsunnecessary, therefore simple to use.

    Lower costs as less electronic circuitry

    required.

  • 8/2/2019 ir conroller

    13/15

    Disadvantages Low availability of models with digital

    interfaces.

    Requires graphic board with digital

    output

  • 8/2/2019 ir conroller

    14/15

    Reference http://www.engineersgarage.com/microcontro

    http://en.wikipedia.org/wiki/Digital_clock

    http://www.engineersgarage.com/microcontroller/8051projects/digital-clock-AT89C51-circuithttp://en.wikipedia.org/wiki/Digital_clockhttp://en.wikipedia.org/wiki/Digital_clockhttp://www.engineersgarage.com/microcontroller/8051projects/digital-clock-AT89C51-circuit
  • 8/2/2019 ir conroller

    15/15

    Welcometo the Queries