国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

電動(dòng)自行車(chē)速度里程表設(shè)計(jì)論文.docx

約33頁(yè)DOCX格式手機(jī)打開(kāi)展開(kāi)

電動(dòng)自行車(chē)速度里程表設(shè)計(jì)論文,摘 要隨著居民生活水平的不斷提高,自行車(chē)不再僅僅是普通的運(yùn)輸、代步的工具,而是成為人們娛樂(lè)、休閑、鍛煉的首選。自行車(chē)的速度里程表能夠滿(mǎn)足人們最基本的需求,讓人們能清楚地知道當(dāng)前的速度、里程等物理量。本論文主要闡述一種基于霍爾元件的自行車(chē)的速度里程表的設(shè)計(jì)。以 at89c52 單片機(jī)為核心,a...
編號(hào):32-205783大小:320.76K
分類(lèi): 論文>通信/電子論文

內(nèi)容介紹

此文檔由會(huì)員 cgq123 發(fā)布

電動(dòng)自行車(chē)速度里程表設(shè)計(jì)論文

摘 要
隨著居民生活水平的不斷提高,自行車(chē)不再僅僅是普通的運(yùn)輸、代步的工具,而是成為人們娛樂(lè)、休閑、鍛煉的首選。自行車(chē)的速度里程表能夠滿(mǎn)足人們最基本的需求,讓人們能清楚地知道當(dāng)前的速度、里程等物理量。本論文主要闡述一種基于霍爾元件的自行車(chē)的速度里程表的設(shè)計(jì)。以 AT89C52 單片機(jī)為核心,A44E 霍爾傳感器測(cè)轉(zhuǎn)數(shù),實(shí)現(xiàn)對(duì)自行車(chē)?yán)锍?速度的測(cè)量統(tǒng)計(jì),采用 24C02 實(shí)現(xiàn)在系統(tǒng)掉電的時(shí)候保存里程信息,并能將自行車(chē)的里程數(shù)及速度用LED實(shí)時(shí)顯示。文章詳細(xì)介紹了自行車(chē)的速度里程表的硬件電路和軟件設(shè)計(jì)。硬件部分利用霍爾元件將自行車(chē)每轉(zhuǎn)一圈的脈沖數(shù)傳入單片機(jī)系統(tǒng),然后單片機(jī)系統(tǒng)將信號(hào)經(jīng)過(guò)處理送顯示。軟件部分用匯編語(yǔ)言進(jìn)行編程,采用模塊化設(shè)計(jì)思想。該系統(tǒng)硬件電路簡(jiǎn)單,子程序具有通用性,完全符合設(shè)計(jì)要求。

關(guān)鍵詞:里程/速度;霍爾元件;單片機(jī);LED顯示
ABSTRACT
With the developing of people’s life, the bicycle is not only the universal tool of transportation and substitute for walking, but becomes the first choice of entertainment and exercising. The bicycle mileage/speed can fulfill the basic need of people’s life, so that they can learn the speed and the mileage of the bicycle. In this paper, the bicycle mileage/speed design based on the Hall element is elaborated. By AT89C52 as kernel, using A44E Hall element to measure revolution, the measure and statistic are achieved. The range information is saved by 24C02 when the power is off, the bicycle speed can be displayed on LED. In this article, the hardware circuit and software design of bicycle mileage/speed instrument are introduced in detail. About the hardware, the pulse number is transmitted of one cycle of the bicycle into Single Chip Microcomputer system. Then the signal processed by Single Chip Microcomputer system is sent to display scream. About the software, in assemble language; the program is designed in the mode of modules. The system has simple hardware, common sub-program, and meets the demand of design.

KEY WORDS: Mileage / speed; Hall element; Single chip microcomputer; LED 
目  錄
1 緒 言 1
1.1 課題背景 1
1.2 課題的主要任務(wù)及內(nèi)容 1
2 自行車(chē)的速度里程表總體方案設(shè)計(jì) 2
2.1 任務(wù)分析與實(shí)現(xiàn) 2
2.2 自行車(chē)的速度里程表硬件方案設(shè)計(jì) 2
2.3 自行車(chē)的速度里程表軟件方案設(shè)計(jì) 4
3 自行車(chē)的速度里程表硬件電路設(shè)計(jì) 5
3.1 概述 5
3.2 傳感器及其測(cè)量系統(tǒng) 5
3.2.1 霍爾傳感器的測(cè)量原理 5
3.2.2 集成開(kāi)關(guān)型霍爾傳感器 6
3.3 單片機(jī)的原理及應(yīng)用 7
3.3.1 單片機(jī)原理簡(jiǎn)介 7
3.3.2 單片機(jī)的引腳功能介紹 8
3.3.3 單片機(jī)中斷系統(tǒng)介紹 10
3.3.4 單片機(jī)定時(shí)/計(jì)數(shù)功能介紹 11
3.4 其他器件的介紹 12
3.4.1 存儲(chǔ)器的介紹 12
3.4.2 74LS74芯片的介紹 13
3.4.3 74LS244芯片的介紹 14
3.5 單片機(jī)外圍電路的設(shè)計(jì) 14
3.5.1 時(shí)鐘電路的設(shè)計(jì) 14
3.5.2 復(fù)位電路的設(shè)計(jì) 15
3.5.3 顯示電路的設(shè)計(jì) 16
3.5.4 報(bào)警電路的設(shè)計(jì) 17
4 自行車(chē)的速度里程表軟件程序設(shè)計(jì) 18
4.1 概述 18
4.2 自行車(chē)的速度里程表總體程序設(shè)計(jì) 18
4.3 中斷子程序的設(shè)計(jì) 20
4.4 數(shù)據(jù)處理子程序的設(shè)計(jì) 20
4.5 顯示子程序的設(shè)計(jì) 22
5 系統(tǒng)調(diào)試與分析 24
5.1 系統(tǒng)仿真調(diào)試 24
5.2 調(diào)試故障及原因分析 24
6 結(jié)論與展望 26
6.1結(jié)論 26
6.2 展望 26
致  謝 27
參考文獻(xiàn) 28
附 錄 29