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

Поділитися
Вставка
  • Опубліковано 18 жов 2024

КОМЕНТАРІ • 11

  • @ivanamatic3136
    @ivanamatic3136 3 роки тому +2

    I am finally enlightened! Thank you!!

  • @afookinplant-toucher7830
    @afookinplant-toucher7830 3 роки тому +3

    This was incredibly helpful, thank youuu

  • @joannapedretti6754
    @joannapedretti6754 3 роки тому +7

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

  • @sakatagintoki4211
    @sakatagintoki4211 3 роки тому

    best explanation thank you so much!!

  • @shreykabir2583
    @shreykabir2583 4 роки тому

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

  • @danishzia8192
    @danishzia8192 3 роки тому

    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 роки тому +2

      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.