您好,欢迎来到佳博论文网!

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

论文编号: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

ABSTRACTII

第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

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