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

正文內(nèi)容

基于單片機(jī)的實(shí)時(shí)溫度監(jiān)控系統(tǒng)設(shè)計(jì)-wenkub

2022-12-17 01:16:55 本頁(yè)面
 

【正文】 吸收或輸出電流) 4 個(gè) TTL 邏輯門電路。對(duì)端口寫“ 1”,通過(guò)內(nèi)部的上拉電阻把端口拉到高電平,此時(shí)可作輸入口,作輸入口使 用時(shí),因?yàn)閮?nèi)部存在上拉電阻,某個(gè)引腳被外部信號(hào)拉低時(shí)會(huì)輸出一個(gè)電流( IIL)。 ( 4) P1 口: Pl 是一個(gè)帶內(nèi)部上拉電阻的 8 位雙向 I/ O 口, Pl 的輸出緩沖級(jí)可驅(qū)動(dòng)(接收或輸出電流) 4 個(gè) TTL 邏輯門電路。 基于單片機(jī)的實(shí)時(shí)溫度監(jiān)控系統(tǒng)設(shè)計(jì) 6 第二章 監(jiān)控系統(tǒng)主要元器件簡(jiǎn)介 AT89S52 單片機(jī)的組成結(jié)構(gòu)及功能 .1 AT89S52 單片機(jī) 的主要功能 ( 1) 8 位字長(zhǎng) CPU; ( 2)振蕩器和時(shí)鐘電路,全靜態(tài)操作: 0~33MHz; ( 3) 8KB 系統(tǒng)內(nèi)可編程 Flash 存儲(chǔ)器; ( 4) 256B 內(nèi)部 RAM; ( 5) 4 個(gè) I/O 端口共 32 線; ( 6) 3 個(gè) 16 位定時(shí) /計(jì)數(shù)器; ( 7)全雙工( UART)串行口通道; ( 8) ISP 端口; ( 9)定時(shí)監(jiān)視器(看門狗); AT89S 系列單片機(jī)的基本組成: 圖 1 AT89S 系列單片機(jī)的基本組成框 圖 基于單片機(jī)的實(shí)時(shí)溫度監(jiān)控系統(tǒng)設(shè)計(jì) 7 AT89S5 單片機(jī)的封裝及其引腳功能說(shuō)明 圖 2 AT89S52 引腳 ( 1) VCC:電源電壓 +5V ( 2) GND:接地 ( 3) P0 口: P0 口是 8 位漏極開路型雙向 I/O 口,其 既 可作為地址 /數(shù)據(jù)總線復(fù)用口,又可作為通用 I/O 口使用。所以高精度溫度測(cè)量系統(tǒng)的研究就非常有意義。工業(yè)溫度的測(cè)量和控制在激光器、光纖光柵的使用及其他的工農(nóng)業(yè)生產(chǎn)和科學(xué)研究中應(yīng)用廣泛。 digital display 基于單片機(jī)的實(shí)時(shí)溫度監(jiān)控系統(tǒng)設(shè)計(jì) 4 目 錄 摘 要 .......................................................................................................................... 2 Abstract ............................................................................................................................ 3 目 錄 ............................................................................................................................... 4 第一章 前言 ................................................................................................................... 5 第二章 監(jiān)控系統(tǒng)主要元器件簡(jiǎn)介 ..................................................................................... 6 AT89S52 單片機(jī)的組成結(jié)構(gòu)及功能 ...................................................................... 6 .1 AT89S52單片機(jī)的主要功能 .................................................................... 6 AT89S5 單片機(jī)的封裝及其引腳功能說(shuō)明 ................................................. 7 外接晶振或外部振蕩器引腳 ...................................................................... 9 AT89S52 復(fù)位 ........................................................................................... 9 DS18B20介紹 ........................................................................... 10 DS18B20 簡(jiǎn)介 ......................................................................................... 10 DS18B20 的引腳、封裝和結(jié)構(gòu) ................................................................ 10 寄生電源 ............................................................................................... 12 溫度測(cè)量原理 ........................................................................................ 12 四位連體數(shù)碼管 SM410564 ......................................................................... 13 第三章 系統(tǒng)硬件電路設(shè)計(jì) ............................................................................................. 15 單片機(jī)最小系統(tǒng) ............................................................................................... 15 溫度檢測(cè)模塊 ................................................................................................... 17 溫度顯示模塊電路 ............................................................................................ 17 ................................................................................................... 17 基于 AT89S52單片機(jī)的溫度測(cè)量系統(tǒng)總電路 ..................................................... 18 溫度測(cè)量系統(tǒng)的實(shí)物圖 ..................................................................................... 19 第四章 控制系統(tǒng)軟件設(shè)計(jì) ............................................................................................ 21 主程序 ............................................................................................................. 21 子程序 ............................................................................................................. 22 讀出溫度子程序 ..................................................................................... 22 溫度轉(zhuǎn)換命 令子程序 .............................................................................. 22 計(jì)算溫度子程序 ..................................................................................... 23 顯示數(shù)據(jù)刷新子程序 .............................................................................. 24 第五章 結(jié)論 ................................................................................................................. 25 參考文獻(xiàn) ........................................................................................................................ 26 致 謝 ............................................................................................................................. 27 附錄一 英文文獻(xiàn) ........................................................................................................... 28 附錄二 中文翻譯 ........................................................................................................... 37 基于單片機(jī)的實(shí)時(shí)溫度監(jiān)控系統(tǒng)設(shè)計(jì) 5 第一章 前言 溫度是一種最基本的環(huán)境參數(shù),對(duì)于我們來(lái)說(shuō),不僅僅是一個(gè)量的反映,更能直接影響作用到我們的生活中,人民的生活與環(huán)境的溫度息息相關(guān),在工業(yè)生產(chǎn)過(guò)程中需要實(shí)時(shí)測(cè)量溫度,在農(nóng)業(yè)生產(chǎn)中也離不開溫度的測(cè)量。 關(guān)鍵詞: AT89S52 單片機(jī) ; 溫度測(cè)量; DS18B20; 聲光報(bào)警; 數(shù)碼管顯示 基于單片機(jī)的實(shí)時(shí)溫度監(jiān)控系統(tǒng)設(shè)計(jì) 3 Design of Realtime Temperature Monitoring System Based on Single Chip Microputer Abstract Described in this paper is a singlebus digital temperature sensor DS18B20 AT89S52 single chip with a new temperature measuring system, and use the LED digital display will display the measured temperature. The AT89S52 microcontroller for the control system to the core, Temperature sensor system using a new firstline temperature measurement DS18B20, achieve environmental temperature detection and alarm. Temperature measurement range is 40 ℃ +85 ℃ , measurement accuracy of ℃ . Users can customize the alarm, the lower limit, Once the temperature exceeds the limit, the microcontroller will start the sound and light alarm system. The system of high precision, wide temperature range, the alarm in time, can be widely used in microcontro
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1