Lecture 23: Assembly language program to interface seven segment display to 8051|display interfacing

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • In this video assembly language to interface one seven segment display and also multiplex seven segment display is explained.
    For the theory of 8051 and PIC microcontroller refer the following blog:
    kkwtemicrocont...
    For MSP430 refer the following blog:
    learncontrolle...
    To learn Computer languages and Microcontrollers click the link:
    sites.google.c...

КОМЕНТАРІ • 12

  • @AmitMishra-jh6ep
    @AmitMishra-jh6ep Місяць тому

    very nicely explained madam...thank u

  • @jeffnay6502
    @jeffnay6502 3 роки тому +1

    This is a nice tutorial on multiplexing 7 segment displays. However, you only discuses one possible 7 segment display table for the common cathode. There are many different ways of reading and writing the 7 segment display codes. I am not trying to confuse anyone, just providing the information, that there are several ways of writing a truth table for a 7 segment display and it also depends on how you wire your segments and of course there are just as many different tables for common anode displays as well.

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

      Hi,
      I have few question on 7 segment display and i am making one project based on it and i'm stuck in that project, can you please help me Jeff Nay

  • @jeffnay6502
    @jeffnay6502 3 роки тому +1

    This Lecture would go nicely with the 4x4 matrix keypad lecture 29, that way you would actually have an input and a two HEX digit output, using the 8051 micro controller.I think you would have to store the first value entered and shitf it over when a second value is detected. Then when a third value is detected clear the fist value out or back to zero.

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

    Mam can you explain how we can use serial communication in 7 segement diaplay if i press my pc keyboard numbers then it will display on SSD ?

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

    Can you please provide me the ASM PROGRAM for counting from 000 to 999 on multiplexed SSD using the same microcontroller?

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

    Is the coding same for Msp430 microcontroller

  • @shazneyhamili2733
    @shazneyhamili2733 2 роки тому

    How about in assembly code for common anode?

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

    Hi,
    I'm Taral Mehta,
    I am trying to make one small project for my knowledge. I want some help from your side, I want to use an 8051 microcontroller with 2x seven segment display. I want to add three modes in that display by coding ,please help me in this part , I am stuck in it.

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

    Hi,
    I'm trying to make a code for 7 segment display with three modes(using switch)...can you please help me in that case???

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

      Were you able to work out your problem? I am interested in what you were trying to do. I am looking to display 2 7 segment displays using a keypad.