SlideShare a Scribd company logo
1 of 56
ELECTRONICS CLUB
           IIT JODHPUR




  Digital electronics
Content...
1) Breadboard
2) Resistors and Capacitor
3) Digital
4) Clock Pulse
5) Logic Gates
6) 555 timer
7) Decade counter
8) Decoder
9) 7 segment LED display
10) Digital clock workshop
BREADBOARD
WHY BREADBOARD..??

• Bread + Board

•Strip of metal (copper usually) runs underneath the board
connecting the holes to one another.

•   Used to connect a circuit to reduce use of wires.
•   Easy to modify the circuit in case of errors.
•   No soldering required
•   Since it is not permanent, can be reused.
•   Not used for professional purposes
Resistors…




B B ROY of Great Britain has a Very Good Wife
Types of Resistors
FIXED RESISTORS:
1) Carbon Composition Resistor
2) Precesion wire wound
3) NIST Standards
4) Power wire wound resistor
5) Fuse resistors
6) Carbon film resistors
7) Metal Film resistors
8) Foil Resistors
9) Filament resistors
10) Power Film resistors

VARIABLE RESISTORS
1) Rheostat
2) Potentiometer
3) Preset
Capacitance..
• Capacitance   is the measure of capacitor to STORE
CHARGE.

•Units of capacitance Farads, pF, uF

• Q= C*V

• Charging and Discharging
• Also used for coupling
• Allows AC to pass through and blocks DC.
TYPES OF CAPACITOR
1) Electrolytic capacitor
2) Non- Electrolytic capacitor
3) Variable Capacitance (varicap)

Other types capacitor
 Ceramic Capacitor
 Mica Capacitor
 Mylar Capacitor
 Dielectric Capacitor
 Film Capacitor
 Radial Lead type capacitor
 Axial Lead type capacitor
 Tantalum Electrolytic Capacitor
LETS BEGIN THE MAIN
    SECTION…!!
• DIGITAL




• ANALOG
DIGITAL ELECTRONICS
Digital electronics represent signals by discrete bands of analog levels,
rather than by a continuous range. All levels within a band represent the
same signal state.

If the individual values of the signal at the various intervals are
approximated to certain precision rather than being noted precisely, the
resultant signal is called a digital signal, the process being called
quantization.
DIGITAL ELECTRONICS

• Consists of only two states.
• Low state refers to 0 V.
• High state refers to 5 V.
DESIGNING A DIGITAL CLOCK
APPLICATIONS
•Small and Inexpensive
•Digital Clock
•Timers in Microwaves, cars ,televisions, AC etc
What do we need?
•A display

•Something that counts – Counter

•Speed controlling of counter
HOW DO WE COUNT..???
Using a 4029 counter
How to generate Clock ?


      555
     Astable
     mode

               OUTPUT
TIME TO DISPLAY
FINAL CIRCUIT




555
CLOCK
• In digital electronics, system clock is the basic timing
unit.

•System clock is a device which generates a periodic
train of clock pulses.

•The basic time interval during which logic operation
must be performed is called clock cycle time.

  clock cycle time = 1 period of clock waveform
CLOCK PULSE
INTEGRATED CIRCUITS (IC)
• Integrated circuit originally referred to a
miniaturized electronic circuit consisting of semiconductor
devices, as well as passive components bonded to a
substrate or circuit board.

• In short, a package of complex circuit to perform a task.

• The circuit in the IC may be even more tiny but it is
enclosed in bigger box for ease of handling.

• It can be considered to be a black box doing you work..!! :P
GATES
Any binary operation (addition, multiplication etc) can be
implemented using logic gates.

Basic Gates
 AND
 OR
 NOT
Derived Gates
 NAND
 NOR
 Ex-OR
VOLTAGE REGULATOR

• It produces fixed DC output voltage from variable DC.

•A device which converts pulsating DC to fixed DC at output.

• Mainly two types
   - Fixed
   - Variable
FIXED
 1) 78XX series is positive voltage regulator.
 2) 79XX series is negative voltage regulator.

• 1st 2 digits indicate the sign and XX indicates the output voltage.

  Eg. IC 7805- +ve voltage regulator giving +5V at output.
555 TIMER OR
     CLOCK PULSE GENERATOR

Used to generate clock pulse

So it is most commonly used IC.
PIN CONFIGURATION
BLOCK DIAGRAM
• Name 555 due to 3 5kohm resistor potential divider
circuit.

• Consists of 2 OPAMP used as comparator, 1 flip flop
and a discharge transistor.

•Comparator used to compare the voltage at input and
give output accordingly.

• Flip flop is bistable multivibrator (both states are
stable).
• Non-inverting terminal of Comp1 is at +Vcc/3 .
• When trigger input voltage (pin 2- inverting terminal) voltage is
slightly less than +Vcc/3  resets flip flop (R=1)  Q=0 
transistor cut off  Capacitor charges

• Inverting terminal of Comp2 is at +2Vcc/3.
• When threshold voltage (pin 6- non inverting terminal) voltage
slightly more than +2Vcc/3  sets flip flop (S=1)  Q= 1 
transistor saturates  Capacitor discharges.

• Pin 1  Ground
• Pin 8  +Vcc
• Pin 4  Reset (if gnd, prevents device from working)
• Pin 3  Output
APPLICATIONS
• Monostable Multivibrator
• Astable Multivibrator
• Voltage controlled divider
• Pulse position modulator (PPM)
• Pulse amplitude modulator (PAM)
• Frequency shift keying (FSK)
• Ramp generator
MONOSTABLE MULTIVIBRATOR
• Pin 6 and 7 are shorted.
• 1 stable state.
• Transistor changes state when trigger is given.
• Produces gating pulse.
ASTABLE MULTIVIBRATOR
• Pin 2 and 6 are shorted
• Also called ‘Free running multivibrator’
• Both states are temporary.
• The states keep changing without trigger pulse.
• A duty cycle is the time that an entity spends in an active state as a fraction of the
total time under consideration.

  Duty cycle = (W/T)* 100
              = (R1+R2)/ (R1+2R2) *100
              = 0.693 (R1+ 2R2)*C

  Frequency,                   f=       1.44__
                                    [(R1+2R2)*C]

 T – time period
 W – Width
 R1, R2 – Resistances in ohms
 C – Capacitance in farads
 f – Frequency in hertz

The time period can be split into two parts: T = Tm + Ts
Mark time (output high): Tm = 0.7 (R1 + R2) C1
Space time (output low): Ts = 0.7 R2 C1
LETZ
  BEGIN
     FIRST
        STEP….!!

GENERATE CLOCK PULSE..!!
COUNTER
• It is a special kind of register, designed to count the number of clock
pulses arriving at its input.

Applications:
1) To count number of clock pulses.
2) To measure frequency.
3) For frequency division.
4) Measurement of time.
5) To generate a pulse of known width.
6) To generate timing pulses for horizontal and vertical generator in TV.
7) For direct counting of objects moving at a high speed.
8) In digital voltmeter etc.
MODULUS OF A COUNTER:
• The modulus of a counter is the total number of states through
which the counter can progress.
• The natural count is given by 2^n, where n is the number of flip
flops used.



TYPES OF COUNTER:
1) Ripple or asynchronous counter
2) Synchronous counter
3) Combination counter
DECADE COUNTER
• It has a modified count.

•By using 4 negative edge triggered J-K flip flops,
Mod- 16 counter can be constructed.

• By using feedback, 6 states are skipped making it
Mod-10 counter.
Up- Down Counter- IC 4029
• Synchronous counter so its output changes precisely
together with change in clock pulse.
• The count occurs as clock input becomes high (positive
edge triggered).
• Up/Down determines the direction of counting:

High  Up  4 bit binary 0 to 15
Low  Down  decade 0 to 9

• Preset and Carry in terminal is low for normal
operation.
PIN CONFIGURATION




Gives 4 bit BCD (Binary Coded Decimal) output.
PIN CONNECTIONS

PIN 1- Preset – Ground
PIN 2, 6, 11, 14 – Output
PIN 3, 4, 12, 13 – Input – Ground
PIN 5 – Carry In – Open
PIN 7 – Carry out – Open
PIN 8 – Ground
PIN 9 – binary/decade – Low
PIN 10 – up/down – High
PIN 15 – Clock
PIN 16 - +Vcc
LED Display

              PIN   FUNCTION
               1    Segment E
               2    Segment D
               3    Common Anode
               4    Segment C
               5    Decimal point
               6    Segment B
               7    Segment A
               8    Common Anode
               9    Segment F
              10    Segment G
• Types of LED display
 - Common anode type.
 - Common cathode type.

• We will be using common anode type.
• Active- low output decoder is used for common anode type display.
• Current limiting resistors are connected between LED and ground.
NOW WE CAN COUNT THE CLOCK
PULSE…

     BUT IN BCD CODE…

        WE NEED IN 7 Segment…

       WHAT NOW…???
IC 7447 Pin Configuration
IC 7447
• IC 7447 is used to convert BCD to 7- segment code.
• It has 4 input lines and 7 output lines to drive 7 segment
display.
• The output terminals are connected to respective segment
(a through g) of the display.
• It is active- low output decoder.

• LT (Lamp Test) : Used to check the segments of LED display.
                   Connect LT to logic 0 to check.
                   Usually it is connected to logic 1.
TRUTH TABLE
PIN CONNECTIONS
PIN 1  Input B  Connected to Output B of 4029 (Pin 11)
PIN 2  Input C  Connected to Output C of 4029 (Pin 14)
PIN 3  Lamp test  Connected to +Vcc
PIN 4  Blank out  Open
PIN 5  Blank Input  +Vcc
PIN 6  Input D  Connected to Output D of 4029 (Pin 2)
PIN 7  Input A  Connected to Output A of 4029 (Pin 6)
PIN 8  Ground
PIN 9  e  Connected to Pin 1 of Led Display
PIN 10  d  Connected to Pin 2 of Led Display
PIN 11  c  Connected to Pin 4 of Led Display
PIN 12  b  Connected to Pin 6 of Led Display
PIN 13  a  Connected to Pin 7 of Led Display
PIN 14  g  Connected to Pin 10 of Led Display
PIN 15  f  Connected to Pin 9 of Led Display
PIN 16  +Vcc
LETS COMPLETE THE
DIGITAL CLOCK…
          
THANK YOU…!!!

More Related Content

What's hot

A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3Abhishekvb
 
PIC-18 Microcontroller
PIC-18 MicrocontrollerPIC-18 Microcontroller
PIC-18 MicrocontrollerASHISH RANJAN
 
Pic microcontroller architecture
Pic microcontroller architecturePic microcontroller architecture
Pic microcontroller architectureDominicHendry
 
INTRODUCTION TO MICROCONTROLLER
INTRODUCTION TO MICROCONTROLLERINTRODUCTION TO MICROCONTROLLER
INTRODUCTION TO MICROCONTROLLERAnkita Jaiswal
 
UNIT-IV .FINITE STATE MACHINES
UNIT-IV .FINITE STATE MACHINESUNIT-IV .FINITE STATE MACHINES
UNIT-IV .FINITE STATE MACHINESDr.YNM
 
VLSI
VLSI VLSI
VLSI So Ma
 
AVR Fundamentals
AVR FundamentalsAVR Fundamentals
AVR FundamentalsVinit Vyas
 
Comparison between the FPGA vs CPLD
Comparison between the FPGA vs CPLDComparison between the FPGA vs CPLD
Comparison between the FPGA vs CPLDGowri Kishore
 
Digital clock
Digital clockDigital clock
Digital clockAbi Malik
 
Digital Clock Using Logic Gates
Digital Clock Using Logic GatesDigital Clock Using Logic Gates
Digital Clock Using Logic GatesJalpaMaheshwari1
 
Bcd to 7 segment display
Bcd to 7 segment displayBcd to 7 segment display
Bcd to 7 segment displayMaulik Sanchela
 
Digital object counter (group 12)
Digital object counter (group 12)Digital object counter (group 12)
Digital object counter (group 12)Aviral Srivastava
 
Sequential cmos logic circuits
Sequential cmos logic circuitsSequential cmos logic circuits
Sequential cmos logic circuitsSakshi Bhargava
 

What's hot (20)

Switch level modeling
Switch level modelingSwitch level modeling
Switch level modeling
 
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
A Report on Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
 
ARM Processor
ARM ProcessorARM Processor
ARM Processor
 
PIC-18 Microcontroller
PIC-18 MicrocontrollerPIC-18 Microcontroller
PIC-18 Microcontroller
 
8255 PPI
8255 PPI8255 PPI
8255 PPI
 
2 Digit Object counter
2 Digit Object counter2 Digit Object counter
2 Digit Object counter
 
Pic microcontroller architecture
Pic microcontroller architecturePic microcontroller architecture
Pic microcontroller architecture
 
INTRODUCTION TO MICROCONTROLLER
INTRODUCTION TO MICROCONTROLLERINTRODUCTION TO MICROCONTROLLER
INTRODUCTION TO MICROCONTROLLER
 
UNIT-IV .FINITE STATE MACHINES
UNIT-IV .FINITE STATE MACHINESUNIT-IV .FINITE STATE MACHINES
UNIT-IV .FINITE STATE MACHINES
 
Pll ppt
Pll pptPll ppt
Pll ppt
 
Led chaser
Led chaserLed chaser
Led chaser
 
VLSI
VLSI VLSI
VLSI
 
AVR Fundamentals
AVR FundamentalsAVR Fundamentals
AVR Fundamentals
 
Comparison between the FPGA vs CPLD
Comparison between the FPGA vs CPLDComparison between the FPGA vs CPLD
Comparison between the FPGA vs CPLD
 
Digital clock
Digital clockDigital clock
Digital clock
 
Digital Clock Using Logic Gates
Digital Clock Using Logic GatesDigital Clock Using Logic Gates
Digital Clock Using Logic Gates
 
Bcd to 7 segment display
Bcd to 7 segment displayBcd to 7 segment display
Bcd to 7 segment display
 
Object counter
Object counterObject counter
Object counter
 
Digital object counter (group 12)
Digital object counter (group 12)Digital object counter (group 12)
Digital object counter (group 12)
 
Sequential cmos logic circuits
Sequential cmos logic circuitsSequential cmos logic circuits
Sequential cmos logic circuits
 

Viewers also liked

Digitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segment
Digitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segmentDigitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segment
Digitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segmentIbrahim R
 
Digital clock
Digital clockDigital clock
Digital clockgooby
 
555 timer-digital-clock
555 timer-digital-clock555 timer-digital-clock
555 timer-digital-clockGaditek
 
Digital Alarm Clock 446 project report
Digital Alarm Clock 446 project reportDigital Alarm Clock 446 project report
Digital Alarm Clock 446 project reportAkash Mhankale
 
Implementing a Digital Stopwatch Using Basic Stamp2
Implementing a Digital Stopwatch Using Basic Stamp2Implementing a Digital Stopwatch Using Basic Stamp2
Implementing a Digital Stopwatch Using Basic Stamp2Vijay Elavunkal
 
Digital stop watch
Digital stop watchDigital stop watch
Digital stop watchviv3ksharma
 
Stopwatch
StopwatchStopwatch
StopwatchMizzi
 
Intro to Electronics design
Intro to Electronics designIntro to Electronics design
Intro to Electronics designmark_nabil
 
Presentation on knock door bell project by namit
Presentation on knock door bell project by namitPresentation on knock door bell project by namit
Presentation on knock door bell project by namitNamit Sood
 
Automatic doorbell with object detection
Automatic doorbell with object detectionAutomatic doorbell with object detection
Automatic doorbell with object detectionAnurag Alaria
 
Automatic led night lamp
Automatic led night lampAutomatic led night lamp
Automatic led night lamppratik parekh
 
Logic Gates Presentation
Logic Gates PresentationLogic Gates Presentation
Logic Gates Presentationnad407
 

Viewers also liked (20)

Digitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segment
Digitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segmentDigitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segment
Digitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segment
 
Digital clock
Digital clockDigital clock
Digital clock
 
Digital clock
Digital clockDigital clock
Digital clock
 
555 timer-digital-clock
555 timer-digital-clock555 timer-digital-clock
555 timer-digital-clock
 
Digital Alarm Clock 446 project report
Digital Alarm Clock 446 project reportDigital Alarm Clock 446 project report
Digital Alarm Clock 446 project report
 
Implementing a Digital Stopwatch Using Basic Stamp2
Implementing a Digital Stopwatch Using Basic Stamp2Implementing a Digital Stopwatch Using Basic Stamp2
Implementing a Digital Stopwatch Using Basic Stamp2
 
Digital stop watch
Digital stop watchDigital stop watch
Digital stop watch
 
Stopwatch
StopwatchStopwatch
Stopwatch
 
Intro to Electronics design
Intro to Electronics designIntro to Electronics design
Intro to Electronics design
 
Presentation on knock door bell project by namit
Presentation on knock door bell project by namitPresentation on knock door bell project by namit
Presentation on knock door bell project by namit
 
Smart door bell
Smart door bellSmart door bell
Smart door bell
 
Logic gates (1)
Logic gates (1)Logic gates (1)
Logic gates (1)
 
Clocks
ClocksClocks
Clocks
 
Speech communication
Speech communicationSpeech communication
Speech communication
 
Automatic doorbell with object detection
Automatic doorbell with object detectionAutomatic doorbell with object detection
Automatic doorbell with object detection
 
Automatic led night lamp
Automatic led night lampAutomatic led night lamp
Automatic led night lamp
 
digital Counter
digital Counterdigital Counter
digital Counter
 
Logic Gates Presentation
Logic Gates PresentationLogic Gates Presentation
Logic Gates Presentation
 
Flipflop
FlipflopFlipflop
Flipflop
 
logic gates
logic gateslogic gates
logic gates
 

Similar to IIT Jodhpur Electronics Club Digital Clock Workshop

Integrated circuit
Integrated circuitIntegrated circuit
Integrated circuitcooljunk
 
Digital Alarm Clock (IC-TMS-8560)
Digital Alarm Clock (IC-TMS-8560)Digital Alarm Clock (IC-TMS-8560)
Digital Alarm Clock (IC-TMS-8560)Chintan Patel
 
digitalvoltmeterusing805112b2-170214173216 (1).pdf
digitalvoltmeterusing805112b2-170214173216 (1).pdfdigitalvoltmeterusing805112b2-170214173216 (1).pdf
digitalvoltmeterusing805112b2-170214173216 (1).pdfsatyamsinha37
 
DIGITAL VOLTMETER USING 8051 MICROCONTROLLER
DIGITAL VOLTMETER USING 8051 MICROCONTROLLERDIGITAL VOLTMETER USING 8051 MICROCONTROLLER
DIGITAL VOLTMETER USING 8051 MICROCONTROLLERChirag Lakhani
 
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE VaishaliVaishali14
 
UNIT 4 & 5 - I nterfacing_Lecture7.pptx
UNIT 4 & 5 - I         nterfacing_Lecture7.pptxUNIT 4 & 5 - I         nterfacing_Lecture7.pptx
UNIT 4 & 5 - I nterfacing_Lecture7.pptxnaveen088888
 
internship report and presentation for electronics students
internship report and presentation for electronics studentsinternship report and presentation for electronics students
internship report and presentation for electronics studentsjaisivajaisiva0492
 
Industrial training report of embedded system and robotics
Industrial training report of embedded system and roboticsIndustrial training report of embedded system and robotics
Industrial training report of embedded system and roboticsPallavi Bharti
 
8051interfacing 190425062221
8051interfacing 1904250622218051interfacing 190425062221
8051interfacing 190425062221Indranil Hatai
 
Mc module5 lcd_interface_ppt_msj
Mc module5 lcd_interface_ppt_msjMc module5 lcd_interface_ppt_msj
Mc module5 lcd_interface_ppt_msjmangala jolad
 
Peripherals and interfacing
Peripherals  and interfacingPeripherals  and interfacing
Peripherals and interfacingRAMPRAKASHT1
 
b658014a-3762-420f-b315-8d2d0576e752-150428010626-conversion-gate02.pdf
b658014a-3762-420f-b315-8d2d0576e752-150428010626-conversion-gate02.pdfb658014a-3762-420f-b315-8d2d0576e752-150428010626-conversion-gate02.pdf
b658014a-3762-420f-b315-8d2d0576e752-150428010626-conversion-gate02.pdfPARSHOTTAMRAJ
 

Similar to IIT Jodhpur Electronics Club Digital Clock Workshop (20)

Integrated circuit
Integrated circuitIntegrated circuit
Integrated circuit
 
Digital Alarm Clock (IC-TMS-8560)
Digital Alarm Clock (IC-TMS-8560)Digital Alarm Clock (IC-TMS-8560)
Digital Alarm Clock (IC-TMS-8560)
 
digitalvoltmeterusing805112b2-170214173216 (1).pdf
digitalvoltmeterusing805112b2-170214173216 (1).pdfdigitalvoltmeterusing805112b2-170214173216 (1).pdf
digitalvoltmeterusing805112b2-170214173216 (1).pdf
 
DIGITAL VOLTMETER USING 8051 MICROCONTROLLER
DIGITAL VOLTMETER USING 8051 MICROCONTROLLERDIGITAL VOLTMETER USING 8051 MICROCONTROLLER
DIGITAL VOLTMETER USING 8051 MICROCONTROLLER
 
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE
 
UNIT 4 & 5 - I nterfacing_Lecture7.pptx
UNIT 4 & 5 - I         nterfacing_Lecture7.pptxUNIT 4 & 5 - I         nterfacing_Lecture7.pptx
UNIT 4 & 5 - I nterfacing_Lecture7.pptx
 
internship report and presentation for electronics students
internship report and presentation for electronics studentsinternship report and presentation for electronics students
internship report and presentation for electronics students
 
Final report
Final reportFinal report
Final report
 
Industrial training report of embedded system and robotics
Industrial training report of embedded system and roboticsIndustrial training report of embedded system and robotics
Industrial training report of embedded system and robotics
 
embedded system
embedded systemembedded system
embedded system
 
Speed control of motor
Speed control of motorSpeed control of motor
Speed control of motor
 
Parth xyz
Parth xyzParth xyz
Parth xyz
 
ATmega 16
ATmega 16ATmega 16
ATmega 16
 
Unit 6.pptx
Unit 6.pptxUnit 6.pptx
Unit 6.pptx
 
8051interfacing 190425062221
8051interfacing 1904250622218051interfacing 190425062221
8051interfacing 190425062221
 
8051 interfacing
8051 interfacing8051 interfacing
8051 interfacing
 
Mc module5 lcd_interface_ppt_msj
Mc module5 lcd_interface_ppt_msjMc module5 lcd_interface_ppt_msj
Mc module5 lcd_interface_ppt_msj
 
Peripherals and interfacing
Peripherals  and interfacingPeripherals  and interfacing
Peripherals and interfacing
 
Badal sharma
Badal sharmaBadal sharma
Badal sharma
 
b658014a-3762-420f-b315-8d2d0576e752-150428010626-conversion-gate02.pdf
b658014a-3762-420f-b315-8d2d0576e752-150428010626-conversion-gate02.pdfb658014a-3762-420f-b315-8d2d0576e752-150428010626-conversion-gate02.pdf
b658014a-3762-420f-b315-8d2d0576e752-150428010626-conversion-gate02.pdf
 

Recently uploaded

Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 

Recently uploaded (20)

Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 

IIT Jodhpur Electronics Club Digital Clock Workshop

  • 1. ELECTRONICS CLUB IIT JODHPUR Digital electronics
  • 2. Content... 1) Breadboard 2) Resistors and Capacitor 3) Digital 4) Clock Pulse 5) Logic Gates 6) 555 timer 7) Decade counter 8) Decoder 9) 7 segment LED display 10) Digital clock workshop
  • 4. WHY BREADBOARD..?? • Bread + Board •Strip of metal (copper usually) runs underneath the board connecting the holes to one another. • Used to connect a circuit to reduce use of wires. • Easy to modify the circuit in case of errors. • No soldering required • Since it is not permanent, can be reused. • Not used for professional purposes
  • 5. Resistors… B B ROY of Great Britain has a Very Good Wife
  • 6. Types of Resistors FIXED RESISTORS: 1) Carbon Composition Resistor 2) Precesion wire wound 3) NIST Standards 4) Power wire wound resistor 5) Fuse resistors 6) Carbon film resistors 7) Metal Film resistors 8) Foil Resistors 9) Filament resistors 10) Power Film resistors VARIABLE RESISTORS 1) Rheostat 2) Potentiometer 3) Preset
  • 7. Capacitance.. • Capacitance is the measure of capacitor to STORE CHARGE. •Units of capacitance Farads, pF, uF • Q= C*V • Charging and Discharging • Also used for coupling • Allows AC to pass through and blocks DC.
  • 8. TYPES OF CAPACITOR 1) Electrolytic capacitor 2) Non- Electrolytic capacitor 3) Variable Capacitance (varicap) Other types capacitor  Ceramic Capacitor  Mica Capacitor  Mylar Capacitor  Dielectric Capacitor  Film Capacitor  Radial Lead type capacitor  Axial Lead type capacitor  Tantalum Electrolytic Capacitor
  • 9. LETS BEGIN THE MAIN SECTION…!!
  • 11. DIGITAL ELECTRONICS Digital electronics represent signals by discrete bands of analog levels, rather than by a continuous range. All levels within a band represent the same signal state. If the individual values of the signal at the various intervals are approximated to certain precision rather than being noted precisely, the resultant signal is called a digital signal, the process being called quantization.
  • 12. DIGITAL ELECTRONICS • Consists of only two states. • Low state refers to 0 V. • High state refers to 5 V.
  • 14. APPLICATIONS •Small and Inexpensive •Digital Clock •Timers in Microwaves, cars ,televisions, AC etc
  • 15. What do we need? •A display •Something that counts – Counter •Speed controlling of counter
  • 16. HOW DO WE COUNT..???
  • 17. Using a 4029 counter
  • 18. How to generate Clock ? 555 Astable mode OUTPUT
  • 20.
  • 22. CLOCK • In digital electronics, system clock is the basic timing unit. •System clock is a device which generates a periodic train of clock pulses. •The basic time interval during which logic operation must be performed is called clock cycle time. clock cycle time = 1 period of clock waveform
  • 24. INTEGRATED CIRCUITS (IC) • Integrated circuit originally referred to a miniaturized electronic circuit consisting of semiconductor devices, as well as passive components bonded to a substrate or circuit board. • In short, a package of complex circuit to perform a task. • The circuit in the IC may be even more tiny but it is enclosed in bigger box for ease of handling. • It can be considered to be a black box doing you work..!! :P
  • 25. GATES Any binary operation (addition, multiplication etc) can be implemented using logic gates. Basic Gates AND OR NOT Derived Gates NAND NOR Ex-OR
  • 26.
  • 27. VOLTAGE REGULATOR • It produces fixed DC output voltage from variable DC. •A device which converts pulsating DC to fixed DC at output. • Mainly two types - Fixed - Variable
  • 28. FIXED 1) 78XX series is positive voltage regulator. 2) 79XX series is negative voltage regulator. • 1st 2 digits indicate the sign and XX indicates the output voltage. Eg. IC 7805- +ve voltage regulator giving +5V at output.
  • 29. 555 TIMER OR CLOCK PULSE GENERATOR Used to generate clock pulse So it is most commonly used IC.
  • 32. • Name 555 due to 3 5kohm resistor potential divider circuit. • Consists of 2 OPAMP used as comparator, 1 flip flop and a discharge transistor. •Comparator used to compare the voltage at input and give output accordingly. • Flip flop is bistable multivibrator (both states are stable).
  • 33. • Non-inverting terminal of Comp1 is at +Vcc/3 . • When trigger input voltage (pin 2- inverting terminal) voltage is slightly less than +Vcc/3  resets flip flop (R=1)  Q=0  transistor cut off  Capacitor charges • Inverting terminal of Comp2 is at +2Vcc/3. • When threshold voltage (pin 6- non inverting terminal) voltage slightly more than +2Vcc/3  sets flip flop (S=1)  Q= 1  transistor saturates  Capacitor discharges. • Pin 1  Ground • Pin 8  +Vcc • Pin 4  Reset (if gnd, prevents device from working) • Pin 3  Output
  • 34. APPLICATIONS • Monostable Multivibrator • Astable Multivibrator • Voltage controlled divider • Pulse position modulator (PPM) • Pulse amplitude modulator (PAM) • Frequency shift keying (FSK) • Ramp generator
  • 35. MONOSTABLE MULTIVIBRATOR • Pin 6 and 7 are shorted. • 1 stable state. • Transistor changes state when trigger is given. • Produces gating pulse.
  • 37. • Pin 2 and 6 are shorted • Also called ‘Free running multivibrator’ • Both states are temporary. • The states keep changing without trigger pulse.
  • 38.
  • 39. • A duty cycle is the time that an entity spends in an active state as a fraction of the total time under consideration. Duty cycle = (W/T)* 100 = (R1+R2)/ (R1+2R2) *100 = 0.693 (R1+ 2R2)*C Frequency, f= 1.44__ [(R1+2R2)*C] T – time period W – Width R1, R2 – Resistances in ohms C – Capacitance in farads f – Frequency in hertz The time period can be split into two parts: T = Tm + Ts Mark time (output high): Tm = 0.7 (R1 + R2) C1 Space time (output low): Ts = 0.7 R2 C1
  • 40. LETZ BEGIN FIRST STEP….!! GENERATE CLOCK PULSE..!!
  • 41.
  • 42. COUNTER • It is a special kind of register, designed to count the number of clock pulses arriving at its input. Applications: 1) To count number of clock pulses. 2) To measure frequency. 3) For frequency division. 4) Measurement of time. 5) To generate a pulse of known width. 6) To generate timing pulses for horizontal and vertical generator in TV. 7) For direct counting of objects moving at a high speed. 8) In digital voltmeter etc.
  • 43. MODULUS OF A COUNTER: • The modulus of a counter is the total number of states through which the counter can progress. • The natural count is given by 2^n, where n is the number of flip flops used. TYPES OF COUNTER: 1) Ripple or asynchronous counter 2) Synchronous counter 3) Combination counter
  • 44. DECADE COUNTER • It has a modified count. •By using 4 negative edge triggered J-K flip flops, Mod- 16 counter can be constructed. • By using feedback, 6 states are skipped making it Mod-10 counter.
  • 45. Up- Down Counter- IC 4029 • Synchronous counter so its output changes precisely together with change in clock pulse. • The count occurs as clock input becomes high (positive edge triggered). • Up/Down determines the direction of counting: High  Up  4 bit binary 0 to 15 Low  Down  decade 0 to 9 • Preset and Carry in terminal is low for normal operation.
  • 46. PIN CONFIGURATION Gives 4 bit BCD (Binary Coded Decimal) output.
  • 47. PIN CONNECTIONS PIN 1- Preset – Ground PIN 2, 6, 11, 14 – Output PIN 3, 4, 12, 13 – Input – Ground PIN 5 – Carry In – Open PIN 7 – Carry out – Open PIN 8 – Ground PIN 9 – binary/decade – Low PIN 10 – up/down – High PIN 15 – Clock PIN 16 - +Vcc
  • 48. LED Display PIN FUNCTION 1 Segment E 2 Segment D 3 Common Anode 4 Segment C 5 Decimal point 6 Segment B 7 Segment A 8 Common Anode 9 Segment F 10 Segment G
  • 49. • Types of LED display - Common anode type. - Common cathode type. • We will be using common anode type. • Active- low output decoder is used for common anode type display. • Current limiting resistors are connected between LED and ground.
  • 50. NOW WE CAN COUNT THE CLOCK PULSE… BUT IN BCD CODE… WE NEED IN 7 Segment… WHAT NOW…???
  • 51. IC 7447 Pin Configuration
  • 52. IC 7447 • IC 7447 is used to convert BCD to 7- segment code. • It has 4 input lines and 7 output lines to drive 7 segment display. • The output terminals are connected to respective segment (a through g) of the display. • It is active- low output decoder. • LT (Lamp Test) : Used to check the segments of LED display. Connect LT to logic 0 to check. Usually it is connected to logic 1.
  • 54. PIN CONNECTIONS PIN 1  Input B  Connected to Output B of 4029 (Pin 11) PIN 2  Input C  Connected to Output C of 4029 (Pin 14) PIN 3  Lamp test  Connected to +Vcc PIN 4  Blank out  Open PIN 5  Blank Input  +Vcc PIN 6  Input D  Connected to Output D of 4029 (Pin 2) PIN 7  Input A  Connected to Output A of 4029 (Pin 6) PIN 8  Ground PIN 9  e  Connected to Pin 1 of Led Display PIN 10  d  Connected to Pin 2 of Led Display PIN 11  c  Connected to Pin 4 of Led Display PIN 12  b  Connected to Pin 6 of Led Display PIN 13  a  Connected to Pin 7 of Led Display PIN 14  g  Connected to Pin 10 of Led Display PIN 15  f  Connected to Pin 9 of Led Display PIN 16  +Vcc