基于單片機(jī)溫度控制系統(tǒng)設(shè)計(jì).doc
約27頁DOC格式手機(jī)打開展開
基于單片機(jī)溫度控制系統(tǒng)設(shè)計(jì),基于單片機(jī)的溫度控制系統(tǒng)設(shè)計(jì)摘 要近年來隨著計(jì)算機(jī)在社會(huì)領(lǐng)域的滲透, 單片機(jī)的應(yīng)用正在不斷地走向深入,同時(shí)帶動(dòng)傳統(tǒng)控制檢測日新月益更新。本文從硬件和軟件兩方面來講述水溫自動(dòng)控制過程,在控制過程中主要應(yīng)用at89c51、adc0809、led顯示器、lm324比較器,而主要是通過 ds18b20數(shù)字溫度傳感器采集環(huán)境溫度...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/321094.gif)
內(nèi)容介紹
此文檔由會(huì)員 小花仙66 發(fā)布
基于單片機(jī)的溫度控制系統(tǒng)設(shè)計(jì)
摘 要
近年來隨著計(jì)算機(jī)在社會(huì)領(lǐng)域的滲透, 單片機(jī)的應(yīng)用正在不斷地走向深入,同時(shí)帶動(dòng)傳統(tǒng)控制檢測日新月益更新。
本文從硬件和軟件兩方面來講述水溫自動(dòng)控制過程,在控制過程中主要應(yīng)用AT89C51、ADC0809、LED顯示器、LM324比較器,而主要是通過 DS18B20數(shù)字溫度傳感器采集環(huán)境溫度,以單片機(jī)為核心控制部件,并通過四位數(shù)碼管顯示實(shí)時(shí)溫度的一種數(shù)字溫度計(jì)。軟件方面采用匯編語言來進(jìn)行程序設(shè)計(jì),使指令的執(zhí)行速度快,節(jié)省存儲(chǔ)空間。為了便于擴(kuò)展和更改,軟件的設(shè)計(jì)采用模塊化結(jié)構(gòu),使程序設(shè)計(jì)的邏輯關(guān)系更加簡潔明了,使硬件在軟件的控制下協(xié)調(diào)運(yùn)作。
關(guān)鍵詞:單片機(jī)系統(tǒng);傳感器;數(shù)據(jù)采集;模數(shù)轉(zhuǎn)換器;溫度
Abstract
In recent years along with computer penetration in the social sphere, SCM applications are constantly deepening, led the traditional control test at the same time ever updated.
.In this paper, from two aspects of hardware and software about automatic temperature control process, the control process is mainly used AT89C51, ADC0809, LED display, LM324 comparator, but mainly through the DS18B20 digital temperature sensor to collect the environmental temperature, the single-chip microcomputer as the core control component, and through four digital tube display real-time temperature of a digital thermometer. Software using assembly language to program design, so that the instruction execution speed, save the memory space. In order to facilitate the expansion and the change, the software design uses the modular structure, make the logic relation of designing program more concise, making hardware tocoordinatetheoperation under the software control.
Keywords: SCM system; sensor; data acquisition; a / D converter temperature;
目 錄
1 緒 論 2
1.1課題的背景及其意義 2
1.2課題研究的內(nèi)容及要求 3
1.2.1 課題的主要研究的內(nèi)容 3
2 AT89C51系列單片機(jī)介紹及硬件設(shè)計(jì) 5
2.1 AT89C51系列單片機(jī)介紹 5
2.1.1 AT89C51系列基本組成及特性 5
2.1.2 AT89C51系列引腳功能 6
2.1.3 AT89C51系列單片機(jī)的功能單元 8
2.2 硬件設(shè)計(jì) 11
2.2.1 溫度采樣部分 11
2.2.2 控制溫度 13
2.2.3 模數(shù)轉(zhuǎn)換部分 14
2.2.4 模數(shù)轉(zhuǎn)換技術(shù) 14
2.2.5 積分型模數(shù)轉(zhuǎn)換器 14
2.2.6 顯示部分 15
3 軟件設(shè)計(jì) 17
3.1主程序流程圖 17
3.2 讀溫度子程序 17
3.3 計(jì)算溫度子程序 18
3.4按鍵流程圖 19
3.5 顯示流程圖 20
結(jié) 論 22
參考文獻(xiàn) 23
謝 辭 24
摘 要
近年來隨著計(jì)算機(jī)在社會(huì)領(lǐng)域的滲透, 單片機(jī)的應(yīng)用正在不斷地走向深入,同時(shí)帶動(dòng)傳統(tǒng)控制檢測日新月益更新。
本文從硬件和軟件兩方面來講述水溫自動(dòng)控制過程,在控制過程中主要應(yīng)用AT89C51、ADC0809、LED顯示器、LM324比較器,而主要是通過 DS18B20數(shù)字溫度傳感器采集環(huán)境溫度,以單片機(jī)為核心控制部件,并通過四位數(shù)碼管顯示實(shí)時(shí)溫度的一種數(shù)字溫度計(jì)。軟件方面采用匯編語言來進(jìn)行程序設(shè)計(jì),使指令的執(zhí)行速度快,節(jié)省存儲(chǔ)空間。為了便于擴(kuò)展和更改,軟件的設(shè)計(jì)采用模塊化結(jié)構(gòu),使程序設(shè)計(jì)的邏輯關(guān)系更加簡潔明了,使硬件在軟件的控制下協(xié)調(diào)運(yùn)作。
關(guān)鍵詞:單片機(jī)系統(tǒng);傳感器;數(shù)據(jù)采集;模數(shù)轉(zhuǎn)換器;溫度
Abstract
In recent years along with computer penetration in the social sphere, SCM applications are constantly deepening, led the traditional control test at the same time ever updated.
.In this paper, from two aspects of hardware and software about automatic temperature control process, the control process is mainly used AT89C51, ADC0809, LED display, LM324 comparator, but mainly through the DS18B20 digital temperature sensor to collect the environmental temperature, the single-chip microcomputer as the core control component, and through four digital tube display real-time temperature of a digital thermometer. Software using assembly language to program design, so that the instruction execution speed, save the memory space. In order to facilitate the expansion and the change, the software design uses the modular structure, make the logic relation of designing program more concise, making hardware tocoordinatetheoperation under the software control.
Keywords: SCM system; sensor; data acquisition; a / D converter temperature;
目 錄
1 緒 論 2
1.1課題的背景及其意義 2
1.2課題研究的內(nèi)容及要求 3
1.2.1 課題的主要研究的內(nèi)容 3
2 AT89C51系列單片機(jī)介紹及硬件設(shè)計(jì) 5
2.1 AT89C51系列單片機(jī)介紹 5
2.1.1 AT89C51系列基本組成及特性 5
2.1.2 AT89C51系列引腳功能 6
2.1.3 AT89C51系列單片機(jī)的功能單元 8
2.2 硬件設(shè)計(jì) 11
2.2.1 溫度采樣部分 11
2.2.2 控制溫度 13
2.2.3 模數(shù)轉(zhuǎn)換部分 14
2.2.4 模數(shù)轉(zhuǎn)換技術(shù) 14
2.2.5 積分型模數(shù)轉(zhuǎn)換器 14
2.2.6 顯示部分 15
3 軟件設(shè)計(jì) 17
3.1主程序流程圖 17
3.2 讀溫度子程序 17
3.3 計(jì)算溫度子程序 18
3.4按鍵流程圖 19
3.5 顯示流程圖 20
結(jié) 論 22
參考文獻(xiàn) 23
謝 辭 24
TA們正在看...
- 師德師風(fēng)演講稿:童心需要愛的滋潤.doc
- 淺談隨班就讀的智障兒童數(shù)學(xué)學(xué)習(xí)能力的培養(yǎng).doc
- 師德師風(fēng)演講稿:童心需要愛的滋潤_0.doc
- 淺談集合思想在小學(xué)數(shù)學(xué)教學(xué)中的應(yīng)用.doc
- 師德師風(fēng)演講稿:精彩就在身邊.doc
- 淺談高一新生數(shù)學(xué)學(xué)習(xí)興趣的培養(yǎng).doc
- 師德師風(fēng)演講稿:精彩就在身邊_0.doc
- 淺談高三數(shù)學(xué)的學(xué)法指導(dǎo).doc
- 師德師風(fēng)演講稿:讓愛的聲音傳遞下去.doc
- 淺談高中數(shù)學(xué)學(xué)習(xí).doc