搜索资源列表
INBARTEST
- 网吧电量采集、温湿度采集串口通信实例程序
DHT11_081206
- *** *** *** *** *** **** DHT21使用范例 单片机 : AT89S52或 STC89C52RC 功能 ; 串口发送温湿度数据 波特率 9600 硬件连接: P2.0口为通讯口连接DHT11,DHT11的电源和地连接单片机的电源和地,单片机串口加MAX232连接电脑 公司 ; 广州奥松电子 -********************************** DHT21 usage examples SCM: AT89S52
Test_BatterySensor
- 基于JN5139这款SOC芯片的数据采集程序,利用GAINSJ开发套件上的温湿度传感器,将测得的温度,湿度值通过PC机的串口调试助手最终显示到PC机上。开发环境为Jennic CodeBlocks软件,使用C语言编写。-This SOC based on JN5139 chip data acquisition program, using GAINSJ development kit on the temperature and humidity sensors, the measured t
wenshiwuxian
- 实现无线温湿采集和控制。可以设计报警温湿度上下限。采用C语言编写,STC89C52,DHT11.-Acquisition and control of wireless temperature and humidity. Temperature and humidity alarm can be designed to the limits. Using C language, STC89C52, DHT11.
CC2530PSHT10
- CC2430实现SHT10温湿度传感器的采集,并通过串口显示出来。-failed to translate
SHT10
- 温湿度传感器sht10 51单片机驱动程序,串口发送检测得到的信息,9600波特率文本模式接受-Temperature and humidity sensors sht10 51 driver, microcontroller serial port to send information obtained detection, text mode accepts 9600 baud
ZigBee--stack-driving-sht20
- ZigBee终端节点驱动sht20温湿度传感器采集数据,并将数据利用ZigBee协议栈发送到ZigBee协调器,协调器节点将接收到的数据通过串口显示到pc机。-ZigBee terminal node drive sht20 temperature and humidity sensors to collect data, and the data is sent to the use of ZigBee protocol stack ZigBee coordinator, the coordi
DHT11-
- 采集DHT11的温湿度信息,实时发送到协调器。协调器通过串口打印和液晶显示方式展示当前温湿度。-Acquisition DHT11 temperature and humidity information transmitted in real time to the coordinator. Coordinator shows current temperature and humidity through a serial printer and LCD display.
sht20(lua)
- 这是基于nodemcu单片机的检测和显示环境温湿度的LUA程序文件,采用SHT20检测温湿度,用HMI串口屏(型号:TJC4832T035)显示温湿度的值。display.lua为串口屏的驱动程序,sht20是SHT20传感器的驱动程序,它们都是模块化的程序文件,可以在init.lua中直接调用,很方便。-and humidity.The file of sht20.lua is for this.And i use HMI screen to interface with people.The
DHT22-Temperature-Humidity-Sensor
- 用stm32和DHT22传感器测量空气温湿度并可以用串口助手显示出来-Use stm32 and DHT22 sensors to measure air temperature and humidity and can be displayed with a serial assistant
DHT11(温湿度传感器)
- 串口通信DHT11,在PC端读取数据,实现传感器的温湿度提取(Communication DHT11)
SensorCollector
- zigbee,实现温湿度传感器数据的采集,并且可以通过串口在PC机上查看相应的数据(ZigBee, the temperature and humidity sensor data acquisition, and can be through the serial port to view the corresponding data on the PC machine)
DHT11温湿度传感器
- DHT11温湿度传感器可以实现与STM32F103RC之间的数据传输,通过串口USART1进行显示。