JIMI 发表于 20:51

温室智能控制系统设计与实现

论文编号:DZXX110  论文字数:9836,页数:38
摘要
 我国农村使用的简易日光温室绝大部分采用手动控制,生产效率低下,单位产品的生产成本偏高。
 本次设计就是实现温室智能控制,主要由控制和显示两个模块组成。温度控制采用单片机STC89C52来实现。在温室温度超过设定温度时会自动降温,这里降温采用小型风扇。温度的采集用温度传感器DS18B20来实现,在温室不同地点都只要一个DS18B20,就能采集到各点的温度,方便观察和控制。显示模块采用LCD1602。
 本文主要介绍了温室智能控制系统硬件设计和软件设计过程,单片机STC89C52和温度传感器DS18B20的功能及系统各个模块的功用。
关键词:温室智能控制系统,单片机STC89C52,DS18B20

ABSTRACT
 We use of the simple manually controlled in most greenhouse in China and it has low productivity,the unit production costs are high.   
 This design is the intelligent control system for greenhouse and mainly by the control and display two modules. Temperature controlled by the MCU STC89C52.It will automatically colling when the temperature exceeds the standard and we use the small fan to drop the temperature. Temperature acquisition using DS18B20. Different locations in the greenhouse as long as one DS18B20 can collect the temperature and to facilitate the observation and control.I use the LCD1602 to display the data.
 This thesis talked about the hardware and software design of intelligent control system for greenhouse,the function of the MCU STC89C52, the temperature sensor DS18B20 and each modules.
 Keywords: Intelligent control system for greenhouse, MCU STC89C52, DS18B20.
目录
摘要 I
ABSTRACT II
第1章 引言 1
    1.1 背景 1
    1.2 研究内容 3
第2章 温室智能控制系统 5
    2.1 温室智能控制系统概述 5
        2.1.1 芯片功能简介 5
        2.1.2 LCD1602简介 11
第3章 温室智能控制系统硬件设计 13
    3.1 硬件设计实物图 13
    3.2 系统设计各个模块功能介绍 14
        3.2.1 系统设计控制模块 14
        3.2.2 系统设计温度采集模块 15
        3.2.3 系统设计显示模块 16
第4章 温室控制系统软件设计 18
    4.1 系统程序框图 18
    4.2 LCD1602初始化和读取序列号程序 19
    4.3 DS18B20温度采集程序 21
第五章 毕业设计总结 24
致谢 25
参考文献 26
附录 源代码 27
页: [1]
查看完整版本: 温室智能控制系统设计与实现