完整的SHT1* SHT7*温湿度传感器代码,可以读取温度、湿度、露点等数据
上传时间: 2013-07-09
上传用户:zhyiroy
为了提高环境参数采集的自动化水平,提升效率,设计了无线传感器系统。本系统运用了传感器技术、通信技术和单片机技术,实现了对环境温度、湿度、光照度以及可燃性气体浓度等参数的检测。它能够实时地与上位机进行无线通信,满足对环境参数实时监测的要求。 Abstract: In order to increase the degree of automation and improve the efficiency of the environment monitoring parameters,the wireless sensor system was developed.Combining with the technique of sensor,automatic monitoring,communication and single-chip microcomputer,it realized real-time monitoring environment parameters,such as temperature,humidity,illumination,concentration of com- bustible gas and so on.At the same time it can communicate with upper personal computers,satisfy the desire of real-time monitoring.
上传时间: 2013-11-22
上传用户:longlong12345678
摘要:将8032单片机作为温湿度测控系统的控制中心,利用AN6701型集成温度传感器和HS1101型电容式湿度传感器对温度和湿度进行检测,采取变速积分PID控制算法,实现了对温度和湿度的自动控制。用户可通过键盘设置需要的温、湿度值以及报警的上下限值,并通过数码管即时显示。根据需要调整参数,系统还可应用于其他类型的温湿度控制。关键词:单片机;温度;湿度
上传时间: 2013-10-09
上传用户:1421706030
针对果园环境远程实时监测的需求,设计了MCU芯片MSP430F149、射频芯片nRF2401及各种传感器接入电路构成的具有多种果园环境信息监测的无线传感网络节点。该节点系统采集果园微气象信息(包括温度、湿度、光照强度等),通过节点之间的无线通信,以多跳的方式传给上位监控机,可实现果园环境信息的远距离实时监测。
上传时间: 2014-11-12
上传用户:金宜
为了实现温室大棚内的温度、湿度和CO2浓度的数据采集,设计了一种超低功耗的无线传感器网络系统,解决了传统监测系统布线复杂、维护困难等问题。分析了无线测量节点所采用微控制器、传感器和无线收发器的工作特点以及功耗,描述了无线节点的结构原理,给出了系统软件的设计方案和通信方法。实测结果表明,所设计的系统硬件结构简单可靠,功耗较小,通信距离较远,达到了大棚环境参数测量的设计要求。
上传时间: 2013-12-31
上传用户:XLHrest
本文设计了一个采用SHT10传感器的仓库温湿度监测系统,通过SHT10检测仓库的温度和湿度,如果检测到的温度、湿度值超过设定值时,由单片机AT89S55输出控制信号启动相应的加温和除湿装置,同时由报警电路实现超温、超湿报警。本文给出了系统实现方案框图及数据采集电路;介绍了系统软件实现思路。该系统最终实现了对仓库温湿度参数的准确测量和智能控制,解决了传统温湿度采集系统存在的电路复杂和精度不高等问题。
上传时间: 2013-11-04
上传用户:leehom61
随着虚拟仪器技术的不断发展,将虚拟仪器技术应用到中心体温湿度测量系统成为可能。将温湿度传感器测量到的数据通过数据采集卡采集到计算机,再利用虚拟仪器开发软件LabVIEW进行编程,向用户提供操作界面和显示界面,实现了环境温度、湿度的数据采集、传送、分析和显示,并向用户提供历史查询。该系统的研制和使用节省了大量的人力、物力,使测量工作更加方便、快捷。
上传时间: 2013-10-20
上传用户:大融融rr
1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 经过研究发现,汉诺塔的破解很简单,就是按照移动规则向一个方向移动金片: 如3阶汉诺塔的移动:A→C,A→B,C→B,A→C,B→A,B→C,A→C 此外,汉诺塔问题也是程序设计中的经典递归问题
上传时间: 2016-07-25
上传用户:gxrui1991
溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }
上传时间: 2014-11-10
上传用户:wpwpwlxwlx
溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }
上传时间: 2013-12-12
上传用户:亚亚娟娟123