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

Поделиться
HTML-код
  • Опубликовано: 14 сен 2020
  • 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.

Комментарии • 11

  • @ivanamatic3136
    @ivanamatic3136 3 года назад +2

    I am finally enlightened! Thank you!!

  • @afookinplant-toucher7830
    @afookinplant-toucher7830 3 года назад +3

    This was incredibly helpful, thank youuu

  • @sakatagintoki4211
    @sakatagintoki4211 3 года назад

    best explanation thank you so much!!

  • @shreykabir2583
    @shreykabir2583 3 года назад

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

  • @joannapedretti6754
    @joannapedretti6754 2 года назад +7

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

  • @danishzia8192
    @danishzia8192 2 года назад

    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?

  • @ayeenromero3092
    @ayeenromero3092 3 года назад

    thank you so much!

  • @monicanguyen9360
    @monicanguyen9360 3 года назад

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

    • @Intermation
      @Intermation  3 года назад +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.

  • @rominazhang1536
    @rominazhang1536 3 года назад

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

    • @Intermation
      @Intermation  3 года назад +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.