This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

connection of 7 segment

i want to connection beetwen microcontroler AT89C51 with 7 segment to display 0 until F. Thank you

Parents
  • electrically, a 7-segment display is just 7 LEDs (or 8 if you include a decimal point...) that happen to be packaged together.

    So you need to start by thinking how you'd connect a single LED - then just repeat that seven times!

    Note that all the LEDs in a display usually have all their anodes connected together (common anode), or all their cathodes connected together (common cathode).

Reply
  • electrically, a 7-segment display is just 7 LEDs (or 8 if you include a decimal point...) that happen to be packaged together.

    So you need to start by thinking how you'd connect a single LED - then just repeat that seven times!

    Note that all the LEDs in a display usually have all their anodes connected together (common anode), or all their cathodes connected together (common cathode).

Children
No data