forms.kr 8051 microcontroller를 이용한 7-segment stop watch구현 > forms3 | forms.kr report

8051 microcontroller를 이용한 7-segment stop watch구현 > forms3

본문 바로가기

forms3


[[ 이 포스팅은 제휴마케팅이 포함된 광고로 커미션을 지급 받습니다. ]


8051 microcontroller를 이용한 7-segment stop watch구현

페이지 정보

작성일 22-10-14 04:57

본문




Download : lab3.zip







interrupt를 이용하여

interrupt의 원리와 작동을 이해하고,
(엘레베이터 층계 숫자같이 여러 LED조각으로 숫자를 만드는 LED조합)
리포트는 영문이지만, 한국인 대학생이 작성한 것이라 어렵지 않게 해석할 수 있습니다.

레포트/공학기술
C언어를 이용하여 작성하였기 때문에
COMPACT 51 의 7-segment LED 를 이용하여


stopwatch,7segment,microcontroller,8051,compact51,공학기술,레포트

7-segment LED 가 있거나 연결된 board에 모두 적용 가능합니다.
다.
8051 microcontroller를 이용하여,

(소숫점 아래 첫째자리 초까지..)





설명
8051 microcontroller를 이용한 7-segment stop watch구현

Download : lab3.zip( 89 )


8051 microcontroller를 이용하여,interrupt의 원리와 작동을 이해하고,interrupt를 이용하여COMPACT 51 의 7-segment LED 를 이용하여stop watch를 구현하였습니다. , 8051 microcontroller를 이용한 7-segment stop watch구현공학기술레포트 , stopwatch 7segment microcontroller 8051 compact51

stop watch를 구현하였습니다.


순서
소스 코드는 문서안에 포함되어 있으며,



1. Purpose
In this experiment, we are going to design our own digital system to improve our design ability using 8051 microcontroller. We have to understand the interrupt operation of 8051 microcontroller. Though this process we are getting familiar with COMPACT51 / KEIL uVIsionII development environment for 8051 microcontroller.

2. Problem statement
(A) 7-Segment
Implement the stopwatch. The timer starts when INT0 button is pushed, and the timer stops when INT0 button is pushed again. The timer becomes “0.00” (cleared) when TIMER0 button is pushed. Time is represented by the three 7 segment LED modules. During the first 10 seconds, the leftmost module represents ‘second, the middle one represents ‘1/10 second, and the rightmost one represents ‘1/100 second. At this time, there is a decimal point between leftmost one and right 2 logics, i.e., between 1 second and 1/10 second. After 10 seconds, 2 left modules represent the ‘second level and the rightmost one represents ‘1/10 second. In other words, the position of a decimal point shifts right and the number of 1/100 second disappears. Then, the timer can represent up to 99.9 second.

(B) LED
During stopwatch operates, 8 LED modules present the number of 7 segment LED as binary number. 4 LED modules present multiples of 10 second, and other 4 LED modules present multiples of 1 second. For example, if number of 7 segment is 37.2, 8 LED modules should be 0011 0111. Implement 0 as turned-off LED and 1 as turned-on LED. Dont express multiples of 0.1 second and 0.01 second, and express only multiples of 1 second and 10 second. When reset button is pushed, 8 LED modules should be turned off.





최종적으로 A+ 받았습니다.또한, 핵심적인 내용은 표로 작성하였기 때문에 한눈에 보기 쉽습니다.(소숫점 아래 첫째자리 초까지..)C언어를 이용하여 작성하였기 때문에7-segment LED 가 있거나 연결된 board에 모두 적용 가능합니다.또한, core적인 내용은 표로 작성하였기 때문에 한눈에 보기 쉽습니다.최종적으로 A+ 받았습니다.(엘레베이터 층계 숫자같이 여러 LED조각으로 숫자를 만드는 LED조합)소스 코드는 문서안에 포함되어 있으며,리포트는 영문이지만, 한국인 대학생이 작성한 것이라 어렵지 않게 해석할 수 있습니다.
Total 6,705건 434 페이지

검색

REPORT 73(sv75)



해당자료의 저작권은 각 업로더에게 있습니다.

forms.kr 은 통신판매중개자이며 통신판매의 당사자가 아닙니다.
따라서 상품·거래정보 및 거래에 대하여 책임을 지지 않습니다.
[[ 이 포스팅은 제휴마케팅이 포함된 광고로 커미션을 지급 받습니다 ]]

[저작권이나 명예훼손 또는 권리를 침해했다면 이메일 admin@hong.kr 로 연락주시면 확인후 바로 처리해 드리겠습니다.]
If you have violated copyright, defamation, of rights, please contact us by email at [ admin@hong.kr ] and we will take care of it immediately after confirmation.
Copyright © forms.kr All rights reserved.