基于单片机的温室大棚温度测控系统【毕业论文+文献综述+开题报告】.doc
文本预览下载声明
( 2011 届)
毕业设计
题 目:基于单片机的温室大棚温度测控系统
姓 名:
专 业: 电 子 信 息 工 程
班 级: 基于单片机的温室大棚温度控制系统设计
摘 要
本文从硬件和软件两方面来讲述温室大棚温度系统的设计过程。系统以单片机AT89C52为核心控制部件,通过10K NTC温度传感器采集环境温度,并通过数码显示管显示实时温度。硬件上从温度检测电路、信号放大电路、A/D转换电路、输出控制电路、键盘及LED显示电路的设计等几个方面出发,详细研究和设计了基于单片机的温室大棚温度测控系统的各个部分内容,采用了LTC1860、LM358、74HC245、LED显示器等器件。软件方面采用汇编语言来进行单片机及其外围电路的程序设计,使指令的执行速度快,节省存储空间。系统模拟实现了蔬菜大棚温度控制的功能,并达到0.2度的温控精度要求,使大棚温度可控范围达到0℃-50℃。
关键词:单片机系统,温度传感器,数据采集
The design of greenhouse canopy temperature control system Based on SCM
Abstract
This article describes the design of process for hardware and software related to greenhouse temperature control system. System for taking single-chip AT89C52 single core control parts, through the 10K NTC temperature sensor acquisition environment temperature, and displays the real-time temperature by digital LED. such as Temperature test circuit, Signal enlargement circuit, A∕D transforming circuit, Output control circuit, The keyboard and led display circuit. Researched and designed detail for the Single-chip system of traditional control test. In the control process, adopted AT89C52、LTC1860、LM358、74HC245、LED display. In order to facilitate the expansion and change, we design to use modular construction Software, makes programming logical relationship more easy and convenient,also make the software under the control of a hardware function well. Bring out the function of green-house temperature control. And meet its precision requirement, make the temperature control range from 0℃ to 50℃.
Keywords: single-chip microcomputer system,, 目录
摘 要 III
Abstract IV
1 绪论 1
1.1课题的来源 1
1.2课题的意义 1
1.3温室大棚温度测控系统国内外发展现状 2
1.4课题研究的主要内容 2
2设备方案设计与理论基础 4
2.1温室大棚温度测控系统的方案设计 4
2.2方案评价 4
2.3设计理论基础 4
2.3.1 单片机的发展概述 4
2.3.2 AT89C52单片机介绍 5
2.3.3 LTC1860A/D模数转换器 7
2.3.4 运算放大器LM358 7
2.3.5 8总线收发器74HC245 8
2.3.6 数码显示管LED 8
2.3.7 NTC温度传感器 9
3硬件电路设计 10
3.1 单片机控制单元 10
3.2 温度采样部分 11
3.3 LED显示部分 11
3.4 按键输入部分 12
4软件设计 13
4.1软件设计介绍 13
4.2主程序流程
显示全部