搜索资源列表
300-C51B
- 300个原创程序之C51第二部分 12864显示模块 2005 CCTV ROBOT 2005 CCTV_N 2005电子设计竞赛 2006 CCTV ROBOT 4X4键盘 8253频率计 8人表决器 AD9850DDS AD9851DDS DS1820 EX-board I2C总线驱动程序 LED电子钟 PS2接口 TC1297 Test USB_IDE 串口摸拟 冲床自动进料控制 冷光源调光 基于51内
DHT
- DHT11温湿度数据单片机读取并显示的测试程序-DHT11 temperature and humidity data read test program
DHT11
- 利用LED显示灯和DHT11显示出实时的温湿度-Take advantage of the LED display the lamp and DHT11 shows the real-time temperature and humidity
MSP430_NRF905
- 以MSP430为MCU,通过SHT10为传感器采集温湿度,NRF905通信模块传输数据,lcd12864显示数据,实现温湿度的实时监控。-Use MSP430 as MCU, use SHT10 as humiture sensor,use NRF905 as transmission module, use lcd12864 as display module,achieve humiture real time monitoring.
hengwendianlu
- 烟叶烘烤过程温湿度报警系统 系统描述:在LCD1602上实时显示时钟,温度,湿度,系统运行时间。利用ds18b20 检测当前温度,通过和设定参数的比较,给ISD1420发出报警脉冲,通过 功率放大器LM386 驱动喇叭报警。 -Tobacco curing process temperature and humidity alarm system System Descr iption: real-time display clock, temperat
DHT11
- 基于STM32处理器开发的温湿度控制显示装置,可以实现温湿度的串口显示-STM32 processor based on temperature and humidity control development display device that can display temperature and humidity Serial
温湿度
- 温湿度传感器,DHT11,将测试结果显示在1602液晶上
SHT10_stm_uart_OK
- 基于STM32的SHT10温湿度传感器程序,用串口显示的,仿真软件为keil,调试好了的,可以直接用-Based on STM32 SHT10 program of temperature and humidity, using a serial port, the simulation software for the keil, debugging good, can use directly
cc2530-drive-sht20-serial-debugging
- 利用cc2530驱动sht20温湿度传感器通过串口显示数据,经过实际测试,绝对好用-Use cc2530 drive sht20 display temperature and humidity sensor data via the serial port, after the actual testing, is absolutely easy to use
am2322xx
- 采集温湿度数据,显示温度,显示湿度,分别显示-ad get temputre and show temputer and gas
together
- MSP430F5529控制光照传感器GY-30,空气温湿度传感器AM2301,土壤温湿度传感器STH10,并在12864上显示数据(MSP430F5529 controls light sensor GY-30, air temperature and humidity sensor AM2301, soil temperature and humidity sensor STH10, and displays data on 12864.)
STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11
- 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。