Difference between revisions of "Interfacing Seven Segment Display with Atmega128 Breakout"
Raghavendra (Talk | contribs) (Created page with "category:Atmega128 Breakout After blinking the LED , Let's display user information like numeric value using seven segment display. In this tutorial we will interface a se...") |
Raghavendra (Talk | contribs) |
||
Line 16: | Line 16: | ||
=Demo= | =Demo= | ||
− | [[ | + | [[File:Interface Seven Segment with Atmega128.gif|none]] |
=Downloads= | =Downloads= |
Revision as of 15:53, 6 April 2016
After blinking the LED , Let's display user information like numeric value using seven segment display. In this tutorial we will interface a seven segment display to Atmega128 breakout board and display a single digit hex (0-F).
Contents
Basics
For this tutorial we are using common anode seven segment display. To drive this display we require a BC 547 transistor. The PORT B is connected to data lines of the display and PORT D0 is connacted to base of the transistor through 1k ohm resistor and collector is connected to VCC through 68 ohm resistor as shown in hook up.
check out Interfacing Seven Segment Displays with AVR tutorial for basics of seven segment display.
Hook Up
Code