freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

畢業(yè)設(shè)計(jì)-基于單片機(jī)的自行車測(cè)速儀電路設(shè)計(jì)含程序仿真(已修改)

2024-12-17 19:07 本頁(yè)面
 

【正文】 安徽工程大學(xué) 機(jī)電學(xué)院 畢業(yè)設(shè)計(jì)(論文) I 程序仿真,聯(lián)系 153893706 基 于單片機(jī)的自行車測(cè)速儀 電路設(shè)計(jì) 摘 要 隨著居民生活水平的不斷提高,自行車不再僅僅是普通的運(yùn)輸、代步的工具,而是成為人們娛樂(lè)、休閑、鍛煉的首選。自行車測(cè)速儀能夠滿足人們最基本的需求,讓人們能清楚地知道當(dāng)前的速度、里程、時(shí)間、溫度等物理量。本論文主要闡述一種基于霍爾元件的自行車測(cè)速儀的設(shè)計(jì)。 以 AT89S52 單片機(jī)為核心,霍爾傳感器測(cè)轉(zhuǎn)數(shù),實(shí)現(xiàn)對(duì)自行車?yán)锍獭⑺俣?、時(shí)間、溫度的測(cè)量統(tǒng)計(jì),采用 24FC512 實(shí)現(xiàn)在系統(tǒng)掉電的時(shí)候保存里程信息,并能將自行車的里程 及速度 用 LCD 實(shí)時(shí)顯示。文章詳細(xì)介紹了自行車測(cè)速儀的硬件電路和軟件設(shè)計(jì)。硬件部分利用霍爾元件將自行車每轉(zhuǎn)一圈的脈沖數(shù)傳 入單片機(jī)系統(tǒng),然后單片機(jī)系統(tǒng)將信號(hào)經(jīng)過(guò)處理送 LCD 顯示。軟件部分用 C 語(yǔ)言進(jìn)行編程,采用模塊化設(shè)計(jì)思想。該系統(tǒng)硬件電路簡(jiǎn)單,子程序具有通用性,完全符合設(shè)計(jì)要求。 為了便于擴(kuò)展和更改,軟件的設(shè)計(jì)采用模塊化結(jié)構(gòu),使程序設(shè)計(jì)的邏輯關(guān)系更加簡(jiǎn)潔明了。使硬件在軟件的控制下協(xié)調(diào)運(yùn)作。正文中首先簡(jiǎn)單描述系統(tǒng)硬件工作原理,且附以系統(tǒng)硬件設(shè)計(jì)框圖,并介紹了單片機(jī)微處理器的發(fā)展史,論述了本次畢業(yè)設(shè)計(jì)所應(yīng)用的各硬件接口技 術(shù)和各個(gè)接口模塊的功能及工作過(guò)程 , 并具體描述了 AT89S52接口的軟、硬件調(diào)試。其次闡述了程序的流程和實(shí)現(xiàn)過(guò)程。 仿真實(shí)驗(yàn)表明所設(shè)計(jì)的硬件電路及軟件程序是正確的,滿足設(shè)計(jì)要求。 關(guān)鍵詞 :里程 /速度;溫度;霍爾元件;單片機(jī); LCD 張炎 : 基于單片機(jī)的自行車測(cè)速儀電路設(shè)計(jì) II Circuit Design of Bicycle Velocimeter Based on MCU Abstract With the developing of people’s life, the bicycle is not only the universal tool of transportation and substitute for walking, but bees the first choice of entertainment and exercising. The bicycle speedometer can fulfill the basic need of people’s life, so that they can learn the speed, the mileage, Time, temperature of the bicycle. In this paper, the bicycle speedometer design based on the Hall element is elaborated. By AT89S52 as kernel, using Hall element to measure revolution, the measure and statistic are achieved. The range information is saved by 24FC512 when the power is off, the bicycle speed can be displayed on LCD. In this article, the hardware circuit and software design of bicycle speedometer instrument are introduced in detail. About the hardware, the pulse number is transmitted of one cycle of the bicycle into Single Chip Microputer system. Then the signal processed by Single Chip Microputer 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, mon subprogram, and meets the demand of design. For the sake of easy to expand with the design adoption mold a logic for turning construction, making procedure designing relation that change, software more shorter and more easier to understand. Make hardware control in software descended to moderate the operation. The text inside describes the system hardware work principle in brief first, and attach with the system hardware design frame diagram, bine development history that introduced the single a machine microprocessor, discuss this graduate design a function for applied each hardware connecting a people the technique connects with each one a mold piece and work processes, bine to describe in a specific way the AT89S52 electric circuit connects oscular and soft, the hardware adjusts to try. Expatiated the process of the procedure the next in order with realizes process. The simulation results have proved that the hardware circuits design and software program is correct, and the system can meet the designing requirement pletely. Keywords: Mileage / speed。 temperature。 Hall element。 MCU。 LCD 安徽工程大學(xué) 機(jī)電學(xué)院 畢業(yè)設(shè)計(jì)(論文) III 目 錄 引言 1 第 1 章 緒論 2 課題研究的目的和意義 2 課題的發(fā)展概況 2 課題研究的目的和意義 2 第 2 章 系統(tǒng)總體設(shè)計(jì) 4 系統(tǒng)硬件設(shè)計(jì) 4 單片機(jī) AT89S52 4 DS1302 5 DS18B20 8 24FC512 11 霍爾傳感器測(cè)量電路設(shè)計(jì) 12 LCD 芯片 13 第 3 章 軟件設(shè)計(jì) 183
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1