搜索资源列表
sensor
- 本程序采用的是keilc51编程器,主要功能是采集温湿度数据,AD转换后,交给AT89s52单片机,单片机通过485串口将温湿度数据传给上层控制器
project
- avr单片机加外围三个传感器,分别是SMB380三轴传感器,ST10温湿度传感器,用iic控制,串口跟主机通讯-avr microcontroller plus three external sensors, namely the SMB380 triaxial sensors, ST10 temperature and humidity sensors, with iic control, serial communication with the host
SHT75
- 温湿度一体数字传感器SHT15/75的应用示例,C51,从串口直接打印出数据。接串口助手或超级终端即可观看-Temperature and humidity digital sensor SHT15/75 one example of the application, C51, print out the data directly from the serial port. Then serial assistant or HyperTerminal can be watched
123
- 温湿度传感器是SHT71,测量结果用串口发送出来-c
AVR_UART_DIWEN
- atmega128A串口控制北京迪文触摸屏,实现闹钟和SHT11温湿度传感器显示程序,开发环境ICCAVR-atmega128A serial control Beijing Devine touch screen to achieve the alarm, and display temperature and humidity sensors SHT11 program development environment ICCAVR
Electronic_calendar
- 文件包内有两个文件:1.单片机下位机程序,包含温湿度传感器SHT11的接口程序、液晶显示程序、按键扫描程序、串口通讯程序;2.VC6.0上位机应用程序,通过串口通讯获取温湿度信息,并且绘制温湿度曲线,实现可视化-Package contains two files: 1. Microcontroller lower computer program, including temperature and humidity sensor SHT11 the interface program, LC
I2C温湿度采集
- 传感器DHT11,通过I2C采集温湿度数据,然后通过串口打印出来
STC15F2K60S2-DHT11
- STC15F2K60S2读取DHT11温湿度串口显示(STC15F2K60S2 read DHT11 temperature and humidity, serial display)
实验5 无线温湿度检测试验
- 协调器建立ZigBee无线网络,终端节点自动加入网络,然后终端节点周期性地采集温度并将数据发送到协调器.协调器接受数据并通过串口把接受到的数据传给PC端的串口调试助手。(The coordinator in a ZigBee wireless network, terminal nodes automatically join the network, then the terminal node periodically collects temperature and send the da
温湿度传感器
- 温湿度传感器DH11与cc2530的串口显示(Temperature and humidity sensor serial display)
向电脑网络助手上传 DHT11 温湿度
- 实现单片机上通过串口将温湿度以无线的方式传递到网络调试助手上(SCM through the serial port, the temperature and humidity in a wireless way to the network debugging assistant)
底层数据采集(温湿度)终版
- 实现STM12单片机连接DHT22模块进行环境数据采集工作,并且将采集到的数据进行串口发送到电脑在调试助手中显示。波特率为9600(The STM12 microcontroller is connected to the DHT22 module to collect environmental data, and the collected data is sent to the computer through serial port to display in the debugging
2-蓝牙显示温湿度
- 使用AT89C51RC单片机,即 51单片机,HC-06 蓝牙模块,用户在手机端下载一个蓝牙串口助手,单片机和手机端通过蓝牙通讯;烧写好程序到单片机后,手机连接HC-06 蓝牙,然后就可以在手机显示温湿度了。(Using the AT89C51RC single chip microcomputer, i.e. 51 single-chip microcomputer, hc-06 bluetooth module, the user can download a bluetooth seria
温湿度传感器DHT11
- 串口打印温湿度传感器DHT11的返回值。(The return value of the serial print temperature and humidity sensor DHT11)
DH11温湿度检测(humi大于50)
- 本系统以STM32为核心,采用DHT11温湿度传感器作为测量元件,采集温湿度信息。并将信息通过串口调试软件common(需另下)显示出来,当温湿度超过限值,DHT11将信息传递给电机,电机转动。(The system takes STM32 as the core and uses DHT11 temperature and humidity sensor as measuring element to collect the information of temperature and hum
STM32F103-串口控制数码管显示温湿度数据
- STM32F103-串口中断驱动74HC595进行数码管显示温湿度数据(STM32F103- serial port interrupt drive 74HC595, digital tube display temperature and humidity data.)
光照强度传感器B-LUX-V30B程序
- 温湿度传感器功能温度湿度读取,用串口发送所读到的值,(Xi said China would like to make joint efforts with Kyrgyzstan to open minds and explore potentials to lift bilateral cooperation to a new level.)
SHT11温湿度MEGA16采集并串口通信
- SHT11温湿度MEGA16采集并通过串口通信把数据传输到串口工具
裸机_测温+串口与无线打印
- 使用CC2530读取SHT20传感器的温湿度数据并发送或串口打印(This program get temperature and humidity data by SHT20 and send data though cc2530 with wireless or usart.)
SHT20温湿度传感器 - 串口调试助手显示
- SHT20使用串口1在串口调试助手显示温湿度实验步骤: 1、按照正确接线方式将SHT20模块插到J7四芯单排母端子上; 2、MINI USB连接线给开发板通电下载程序,下载软件中内部IRC时钟选择11.0592MHZ; 3、下载程序后,打开串口调试助手,选择CH340对应的串口号,设置波特率为9600,可实时读取到温湿度信息。