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

正文內(nèi)容

基于單片機(jī)的光照度傳感器設(shè)計(jì)-(編輯修改稿)

2025-08-23 02:47 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 0。 _nop_()。 _nop_()。 CLK=1。 DIO=1。 _nop_()。 _nop_()。 //第三個(gè)下降延之前,設(shè)DI=1; CLK=0。 DIO=1。 _nop_()。 _nop_()。 //設(shè)第411,共8個(gè)下降延讀數(shù)據(jù)(MSBLSB) for(i=0。i8。i++) { CLK=1。 _nop_()。 _nop_()。 CLK=0。 _nop_()。 _nop_()。 dat1=dat11|DIO。 } //第1118,共8個(gè)下降延讀數(shù)據(jù)(LSBMSB) for(i=0。i8。i++) { dat2=dat2|((uchar)(DIO)i)。 CLK=1。 _nop_()。 _nop_()。 CLK=0。 _nop_()。 _nop_()。 } CS=1。// return dat1。 return(dat1==dat2) ? dat1:0。} 第四節(jié) LCD顯示模塊設(shè)計(jì)顯示模塊是本設(shè)計(jì)直觀的展現(xiàn)設(shè)計(jì)成功與否的關(guān)鍵,光照強(qiáng)度的變化引起光敏電阻阻值的變化,通過(guò)A/D轉(zhuǎn)換以及單片機(jī)的處理與運(yùn)算,最后直觀的通過(guò)LCD顯示出來(lái)。: LED顯示電路相關(guān)程序設(shè)計(jì)如下:/*************************LCD忙狀態(tài)檢測(cè)************************/bit LCD_Busy_Check(){ bit result。 RS=0。 RW=1。 E=1。 delay4us()。 result=(bit)(P0amp。0x80)。 E=0。 return result。}/************************寫(xiě)LCD命令**********************/void LCD_Write_Command(uchar cmd){ while(LCD_Busy_Check())。 //LCD忙狀態(tài)檢測(cè) RS=0。 RW=0。 E=0。 _nop_()。 _nop_()。 P0=cmd。 delay4us()。 E=1。 delay4us()。 E=0。}/********************設(shè)置LCD顯示位置*********************/void Set_Disp_Pos(uchar pos){ LCD_Write_Command(pos|0x80)。}/**********************寫(xiě)LCD數(shù)據(jù)**********************/void LCD_Write_Data(uchar dat){ while(LCD_Busy_Check())。 //LCD忙狀態(tài)檢測(cè) RS=1。 RW=0。 E=0。 P0=dat。 delay4us()。 E=1。 delay4us()。 E=0。}/******************LCD初始化**********************/void LCD_Initialise(){ LCD_Write_Command(0x38)。 Delay(1)。 LCD_Write_Command(0x0C)。 Delay(1)。 LCD_Write_Command(0x06)。 Delay(1)。 LCD_Write_Command(0x01)。 Delay(1)。 } 第五章 硬件仿真實(shí)驗(yàn)為了驗(yàn)證本設(shè)計(jì)的合理性與有效性,運(yùn)用PROTRES軟件對(duì)其進(jìn)行硬件仿真,: 仿真電路圖運(yùn)行仿真電路,觀察電壓表示數(shù)與LCD1602液晶顯示的示數(shù)是否一致。結(jié) 論隨著科學(xué)技術(shù)的發(fā)展,傳感器技術(shù)在各行業(yè)發(fā)展進(jìn)程中發(fā)揮著不可替代的作用,信息數(shù)據(jù)的采集、狀態(tài)變化的監(jiān)控等都離不開(kāi)傳感器,傳感器技術(shù)在現(xiàn)在社會(huì)中扮演著重要的角色。為了滿足現(xiàn)在社會(huì)飛速發(fā)展的技術(shù)要求,傳感器領(lǐng)域也在不斷進(jìn)行著革新與發(fā)展,以更好適應(yīng)現(xiàn)代各行業(yè)的需求。本設(shè)計(jì)選用ADC0832作為A/D轉(zhuǎn)換芯片,利用AT89C51芯片對(duì)采集到的數(shù)據(jù)進(jìn)行相應(yīng)的處理,最終由LCD1602顯示運(yùn)算結(jié)果,設(shè)計(jì)硬件電路與編寫(xiě)相應(yīng)控制程序,通過(guò)PROTUES仿真實(shí)驗(yàn),由于仿真電路中光敏電阻的相應(yīng)參數(shù)未知,因此改變光照條件,通過(guò)檢測(cè)其分壓變化情況來(lái)驗(yàn)證設(shè)計(jì)的合理性。由此,可以得到以下結(jié)論:采集到的數(shù)據(jù)與真實(shí)數(shù)據(jù)基本相同。本設(shè)計(jì)基本上完成光照傳感器的相應(yīng)功能,但是由于光敏電阻相關(guān)參數(shù)救活知,只能通過(guò)檢測(cè)分壓變化來(lái)檢測(cè)相應(yīng)光照強(qiáng)度變化,本設(shè)計(jì)還可進(jìn)行如下改進(jìn):先用已知型號(hào)的光敏電阻,通過(guò)相應(yīng)的參數(shù)處理運(yùn)算通過(guò)LCD1602直接顯示當(dāng)前光照強(qiáng)度,使設(shè)計(jì)更加人性化;還可對(duì)檢測(cè)電路進(jìn)行改進(jìn),加入放大電路,使其對(duì)光照強(qiáng)度檢測(cè)的靈敏度加強(qiáng)。由于本人的知識(shí)水平有限,不足之處請(qǐng)各位老師指正。致 謝畢業(yè)設(shè)計(jì)完成了,在這個(gè)過(guò)程中我學(xué)到了很多東西。首先我要感謝我的導(dǎo)師郭曉金老師,他在我完成論文的過(guò)程中,給予了我很大的幫助。在論文開(kāi)始的初期,我對(duì)于論文的結(jié)構(gòu)以及文獻(xiàn)選取等方面都有很多問(wèn)題,郭老師根據(jù)我的問(wèn)題都會(huì)一一細(xì)心的指導(dǎo)。在設(shè)計(jì)過(guò)程中郭老師不但指出了我的設(shè)計(jì)中的不少錯(cuò)誤提出了很多改進(jìn)的好意見(jiàn),同時(shí)還在以后我們?cè)撟鋈俗鰧W(xué)問(wèn)這個(gè)問(wèn)題上給我們很多好的意見(jiàn)。經(jīng)過(guò)兩個(gè)多月的努力,在郭曉金老師的悉心指導(dǎo)和熱情幫助下,我的畢業(yè)設(shè)計(jì)得以順利完成。畢業(yè)設(shè)計(jì)是對(duì)大學(xué)四年所學(xué)知識(shí)的一次綜合性檢測(cè),在設(shè)計(jì)的過(guò)程中,我學(xué)會(huì)有針對(duì)性的查一些需要的中英文資料,并對(duì)傳感器理論、單片機(jī)理論、電子電工技術(shù)等方面的知識(shí)進(jìn)行了系統(tǒng)的學(xué)習(xí),在鞏固了專(zhuān)業(yè)知識(shí)同時(shí)也學(xué)會(huì)了很多新的東西,了解了很多前沿學(xué)科的知識(shí)?;厥状髮W(xué)四年,有太多美好的記憶與不舍,在此設(shè)計(jì)期間,我要衷心的感謝一路陪著我走來(lái)的同窗四年的好友們,是他們?cè)谖颐悦5臅r(shí)候給我指明方向,在我快要放棄的時(shí)候給我看到了榜樣的力量,謝謝你們。這次論文的經(jīng)歷讓我懂得了做學(xué)問(wèn)應(yīng)有的嚴(yán)謹(jǐn)、一絲不茍的態(tài)度,對(duì)我以后的人生發(fā)展有著很大的幫助作用。 參考文獻(xiàn)[1] 郭天祥. 51單片機(jī)C語(yǔ)言教程 [M]. 電子工業(yè)出版社,2009.[2] 丁明亮,唐前輝等.51單片機(jī)應(yīng)用設(shè)計(jì)與仿真 [M]. 北京航空航天大學(xué)出版社 2009 [3] 周?chē)?,楊曉非,李?shí)秋等. 電路分析基礎(chǔ) [M]. 人民郵電出版社 2003[4] 周志剛. 化學(xué)傳感器發(fā)展的新篇章 [J]. 傳感器世界1999[5] 夏益民,謝 云,劉冰茹. AD芯片與51系列單片機(jī)的接口設(shè)計(jì). [M]. [6] 周炯槃.龐沁華,續(xù)大我等. 通信原理 [M]. 北京郵電大學(xué)出版社 2005[7] 彭偉. 單片機(jī)C語(yǔ)言程序設(shè)計(jì)100例 [M]. 電子工業(yè)出版社 2009[8] [J]. 科技創(chuàng)新導(dǎo)報(bào) 2010第12期[9] 王明遠(yuǎn). 傳感器及檢測(cè)儀表的現(xiàn)狀及發(fā)展趨勢(shì) [J]. 納米科技 2010第二期[10] 談宏華,陳康,涂坦,肖仁偉. [11] 代朦黎. 基于熱電偶的太陽(yáng)能熱水器的設(shè)計(jì)與制作 [D]. 安徽省. 六安職業(yè)技術(shù)學(xué)院. 2011[12] 劉超群. 光電傳感器實(shí)驗(yàn)研究 [D]. 內(nèi)蒙古. 集寧師范學(xué)院. 2009[13] 鄭爭(zhēng)兵. 基于單片機(jī)與AD590的溫度測(cè)量報(bào)警系統(tǒng) [J]. 國(guó)外電子測(cè)量技術(shù). 2009 27(1):27228[14] 梁明亮,韋成杰. 單片機(jī)對(duì)串行A/D轉(zhuǎn)換器ADC0832的C51編程 [N]. 鄭州鐵路職業(yè)技術(shù)學(xué)院學(xué)報(bào) 2009第一期[15] 鄭國(guó)君. 8位串行A/D轉(zhuǎn)換器ACD0832 [J]. 電子世界 2002第9期[16] 謝貴波. 80C51單片機(jī)的串行口通信原理及編程 [J]. 電腦編程技巧與維護(hù) 2010第20期[17] 陶孝海. 51單片機(jī)C語(yǔ)言編程技巧 [J]. 計(jì)算機(jī)時(shí)代 2009第6期[18] 鄧燕妮,常小科,劉輝琴,阮賜朋. 基于51單片機(jī)控制的液晶顯示技術(shù) [J]. 工業(yè)控制計(jì)算機(jī) 2007第3期 附 錄一、英文原文:Development of Sensor New TechnologySensor is one kind ponent, which can transform the physical quantity, chemistry quantity and the biomass into electrical signal. The output signal has the different forms like the voltage, the electric current, the frequency, the pulse and so on, which can satisfy the signal transmission, processing, recording, demonstration and control demands. So it is the automatic detection system and in the automatic control industry. If automatic Technology is used wider, then sensor is more important. In information age, the information industry includes informationgathering, transmission。 process three parts, namely sensor technology, munication, puter technology. Because of ultra large scale integrated circuit’s rapid development after having been developed, Modern puter technology and munication, not only requests sensor precision, reliability, speed of response and gain information content request more and more high, but also requests its cost to be inexpensive. The obvious traditional sensor is eliminated gradually because of the function, the characteristic, the volume, the cost and so on. As world develop many countries are speeding up to the sensor new technology’s research and the development, and all has obtained the enormous breakthrough. Now the sensor new technology development, mainly has following several aspects: Firstly, discovering and usingUsing the physical phenomenon, the chemical reaction, and the biological effect as the sensor principle therefore the researches, which discovered the new phenomenon and the new effect, are the sensor technological improving ways. It is important studies to develop new sensors the foundation. Japanese Sharp Corporation uses the superconductivity technology to develop successfully the high temperature superconductivity magnetic sensor and get the sensor technology significant breakthrough. Its sensitivity is so high and only inferior in the superconductivity quantum interference ponent. Its manufacture craft is far simpler than the superconductivity quantum interference ponent. May use in magnetism image formation technology. So it has the widespread promoted value.Using the immune body and the antigen meets one another pound when the electrode surface. It can cause the electrode potential change and use this phenomenon to be possible to generate the immunity sensor. The immunity
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1