Ep 045: Using Karnaugh Maps to Design a 7-Segment Display Driver

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • This video offers more experience with the use of Karnaugh maps by introducing the concept of a seven-segment display driver and designing them using a four-input map. We also get a chance to use don't cares.

Komentáře • 11

  • @ivanamatic3136
    @ivanamatic3136 Před 3 lety +2

    I am finally enlightened! Thank you!!

  • @joannapedretti6754
    @joannapedretti6754 Před 2 lety +7

    are you writing all of that backwards? that’s impressive haha

  • @afookinplant-toucher7830
    @afookinplant-toucher7830 Před 3 lety +3

    This was incredibly helpful, thank youuu

  • @sakatagintoki4211
    @sakatagintoki4211 Před 3 lety

    best explanation thank you so much!!

  • @danishzia8192
    @danishzia8192 Před 2 lety

    Sir can you explain me what will be the procedure if we have to enlighten all the leds for a digit. How will the k-map look like then?

  • @shreykabir2583
    @shreykabir2583 Před 3 lety

    Thank u so much sir really helped a lot. 😊😊

  • @monicanguyen9360
    @monicanguyen9360 Před 3 lety

    What do you do when there is a rectangle containing 2 cells?

    • @Intermation
      @Intermation  Před 3 lety +1

      You'll find that a rectangle containing 2 cells will only have one variable drop out. For example, if a rectangle covered only the top left cell and the cell immediately to its right, A, B and C would all stay the same, specifically A=0, B=0, and C=0. D, however, would change from a 0 to a 1. That means D would drop out and you'd be left with a product A-bar anded with B-bar anded with C-bar.

  • @ayeenromero3092
    @ayeenromero3092 Před 3 lety

    thank you so much!

  • @rominazhang1536
    @rominazhang1536 Před 3 lety

    “e” column, I really don’t understand how did you get the result ??

    • @Intermation
      @Intermation  Před 3 lety +1

      A lot of my students have trouble with this, so you're not alone. Part of the problem is that the hexadecimal digits include A, B, C, D, E, and F, and the segments of the 7-segment display are labeled a, b, c, d, e, f, and g. There's sometimes confusion regarding these labels.
      The "e" column represents the vertical LED that is in the lower left corner of the 7-segment display. Picture putting tape over all of the other segments on the display so that only the 'e' segment is showing. The 'e' column shows whether the 'e' LED is on or off based on the different patterns of ones and zeros at the inputs.
      The ones and zeros at the inputs, on the other hand, represent what number (or hexadecimal letter) we're trying to display.