当前位置: 首页 > news >正文

基于单片机的温湿度检测及远程控制系统设计

目 录

引 言. 2

第一章 绪 论. 2

1.1 单片机简介  2

1.2 传感器简介  2

1.3 LCD液晶显示器简介  2

1.4 本设计的主要内容和目标  2

第二章 系统总体设计. 2

2.1 系统功能要求与技术指标  2

2.1.1 功能要求. 2

2.1.2 技术指标. 2

2.2 系统设计思路  2

2.3系统设计原则  2

2.4 系统方案论证与选择  2

2.4.1 单片机芯片选择. 2

2.4.2 传感器选择. 2

2.4.3 显示器选择. 2

2.4.4 报警器选择. 2

2.5 系统整体设计  2

2.5.1 系统整体框图. 2

2.5.2 系统工作原理. 2

2.5.3 系统工作过程. 2

2.5.4 系统流程图. 2

第三章 系统硬件设计. 2

3.1 硬件系统概述  2

3.2 主控模块设计  2

3.2.1 STC89C52单片机概述. 2

3.2.2 STC89C52 单片机引脚及封装. 2

3.2.3主控模块电路原理图. 2

3.3温湿度采集模块设计  2

3.3.1 DHT11温湿度传感器. 2

3.3.2 DHT11传感器模块电路设计. 2

3.4 显示模块设计  2

3.4.1 LCD1602液晶显示屏. 2

3.4.2 1602液晶显示模块电路设计. 2

3.5 键盘模块设计  2

3.6 报警模块设计  2

3.6.1 LED和发光二极管. 2

3.6.2 LED和LED报警模块电路图. 错误!未定义书签。

3.7 电源模块设计  2

3.8 系统整体原理图  2

第四章 系统软件设计. 2

4.1 软件系统概述  2

4.2 软件任务分析  2

4.3 主程序设计  2

4.4 子程序设计  2

4.4.1 DHT11温湿度采集程序设计. 2

4.4.2 LCD1602显示程序设计. 2

4.4.3 键盘模块程序设计. 2

第五章 系统仿真与调试. 2

5.1 系统仿真图  2

5.2 作品实物运行图  2

5.3 keil C运行图  2

第六章 数据采集与误差分析. 2

6.1 数据采集与误差分析  2

6.2 不足与改进  2

总 结. 2

致谢语. 2

参考文献. 2

附 录. 2

附录A:C程序设计  2

附录B:按键功能表  

附录C:开题报告  

基于51单片机温湿度液晶显示报警器系统设计

[摘 要] 温湿度是目前人们生活环境的重要参考标准,也是工业和农业生产中所必须的,两个最基本的工业要素,同时温湿度的监控报警系统也成为当今社会人们共同发展和关注的话题,。现在的社会生产生活迫切需要一种价格便宜、便于操作而且精度较高的温湿度监测报警系统。本设计就是利用STC89C52单片机对温湿度参量进行实时监测并实现对温湿度的超限报警功能的系统。本设计基于STC89C52单片机,在软件设计过程中,采用模块化设计,程式化设计,现在是在硬件中使用最新型的智能温湿度传感器dht11,通过对温湿度的测量,来实现对温湿度的监控功能,温湿度传感器能够把温湿度信号转化为电信号,然后进行输出,再运用主控制芯片,地形接收数据,并对数据实时显示和监控处理,当温度值超过报警值时,发送报警信息。

[关键词] 单片机  传感器  LCD  LED  LED

Temperature and humidity monitoring alarm system based on MCU

[Abstract] Temperature and humidity are the two factors which are now the first taken into account in Industry and Agriculture, Meanwhile, temperature and humidity Monitoring alarm system has already been one of the popular modern studying fields. It is urgent to discover a monitoring alarming system that has such merits as low costs, easy to use and accurate. The design is a system, which uses STC89C52 Microcontroller to make real-time monitoring for temps and humidity, achieving the function of temps and humidity over-limit alarming. The design uses the way of modularization and layering based on STC89C52 Microcontroller, taking advantage of the novel temp-humidity sensor, DHT11, mainly reaching the goal of the detection to them. Then collect the signal detected by the sensor, converting to digital signal. Furthermore, exploit the Microcontroller to analyze and tackle the data, providing signal to the monitor. In the aspect of graphic, we will use LCD1602 monitor to display the measured temps and humidity data. For alarming, it will make use of LED , taking light-and- sound alarming when the temp or humidity exceeds.

[Key Words] Microcontroller  Sensor  LCD  Buzzer  LED

完整版论文+开题报告+程序等点击如下链接下载:

基于单片机的温湿度检测及远程控制系统设计资源-CSDN文库

http://www.lryc.cn/news/205154.html

相关文章:

  • 前后端交互系统:在Node.js中运行JavaScript
  • Maven学习
  • 《动手学深度学习 Pytorch版》 10.2 注意力汇聚:Nadaraya-Watson 核回归
  • 测试C#调用Windows Media Player组件
  • 面试经典150题——Day20
  • [SQL开发笔记]AND OR运算符复杂表达式开发实例
  • 如何将本地 PDF 文件进行翻译
  • Node.js的readline模块 命令行交互的模块
  • 前沿重器[36] | ACL23-基于检索的大语言模型-报告阅读
  • 2023秋招笔试算法Python3题解
  • uniapp--点击上传图片到oss再保存数据给后端接口
  • 创建Secret(使用kubectl)
  • Notepad++正则查询替换操作
  • Hive特殊函数的使用
  • Unity Spine 指定导入新Spine动画的默认材质
  • lvs负载均衡集群
  • MySQL---表的增查改删(CRUD基础)
  • 听GPT 讲Rust源代码--library/std(2)
  • 力扣第1005题 K 次取反后最大化的数组和 c++ 贪心 双思维
  • Swoole 4.8版本的安装
  • ChatGPT和Copilot协助Vue火速搭建博客网站
  • javaEE -8(9000字详解网络编程)
  • FPGA从入门到精通(二十)SignalTapII
  • RHCE---shell 条件测试
  • Linux下QT打开文件选择对话框时,程序报错退出
  • PyTorch中的intrusive_ptr
  • webrtc-stream编译报错记录
  • 什么是Docker CLI
  • Java项目_家庭记账(简易版)
  • vscode json文件添加注释报错