Interfacing a seven-segment display
Hardware Required
- ARDUINO UNO
- Seven-segment Display
- Connecting Wires
About Arduino
Arduino is a popular open-source development board for engineers and makers to develop electronics projects in an easy way. It consists of both a physical programmable development board (based on AVR series of microcontrollers) and a piece of software or IDE which runs on your computer and used to write and upload the code to the microcontroller board.
About Seven-Segment display
A seven-segment display (SSD), or seven-segment indicator, is a form of electronic display device for displaying decimal numerals that is an alternative to the more complex dot matrix displays. Seven-segment displays are widely used in digital clocks, electronic meters, basic calculators, and other electronic devices that display numerical information.
Seven-Segment Display
Connections
|
There are 10 pins of a seven-segment display one pin from one side is GND(Negative) and others represent each LED line.
How to display numbers on the Seven-Segment Display
There are eight LED lines on a seven-segment display and if we want to turn on the LED line then in the code we will have to give the HIGH command on the alphabet on the LED line.
Displaying digital numbers on a Seven-Segment display
|
No comments:
Post a Comment