987

所属分类:其他嵌入式/单片机内容
开发工具:C/C++
文件大小:7317KB
下载次数:4
上传日期:2018-01-25 19:48:19
上 传 者六级
说明:  DHT11测温湿度,并显示在LCD上,睡眠后,通过按键唤醒,再次睡眠。
(DHT11 temperature measurement and display on LCD)

文件列表:
987\keilkill.bat (401, 2017-06-29)
987\Libraries\CMSIS\core_cm3.c (17273, 2017-06-29)
987\Libraries\CMSIS\core_cm3.h (85714, 2017-06-29)
987\Libraries\CMSIS\startup\startup_stm32f10x_cl.s (15766, 2017-06-29)
987\Libraries\CMSIS\startup\startup_stm32f10x_hd.s (15503, 2017-06-29)
987\Libraries\CMSIS\startup\startup_stm32f10x_hd_vl.s (15692, 2017-06-29)
987\Libraries\CMSIS\startup\startup_stm32f10x_ld.s (12376, 2017-06-29)
987\Libraries\CMSIS\startup\startup_stm32f10x_ld_vl.s (13656, 2017-06-29)
987\Libraries\CMSIS\startup\startup_stm32f10x_md.s (12765, 2017-06-29)
987\Libraries\CMSIS\startup\startup_stm32f10x_md_vl.s (14073, 2017-06-29)
987\Libraries\CMSIS\startup\startup_stm32f10x_xl.s (15955, 2017-06-29)
987\Libraries\CMSIS\stm32f10x.h (633941, 2017-06-29)
987\Libraries\CMSIS\system_stm32f10x.c (36557, 2017-06-29)
987\Libraries\CMSIS\system_stm32f10x.h (2085, 2017-06-29)
987\Libraries\FWlib\inc\misc.h (8982, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_adc.h (21690, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_bkp.h (7555, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_can.h (27559, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_cec.h (6573, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_crc.h (2162, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_dac.h (15233, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_dbgmcu.h (3818, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_dma.h (20754, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_exti.h (6824, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_flash.h (25445, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_fsmc.h (27016, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_gpio.h (20175, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_i2c.h (30029, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_iwdg.h (3828, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_pwr.h (4383, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_rcc.h (30452, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_rtc.h (3857, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_sdio.h (21863, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_spi.h (17725, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_tim.h (52427, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_usart.h (16548, 2017-06-29)
987\Libraries\FWlib\inc\stm32f10x_wwdg.h (2966, 2017-06-29)
987\Libraries\FWlib\src\misc.c (7046, 2017-06-29)
987\Libraries\FWlib\src\stm32f10x_adc.c (47201, 2017-06-29)
... ...

/*********************************************************************************************/ 【*】程序简介 -工程名称:OneWire―DTH11 -实验平台: 秉火STM32 霸道 开发板 -MDK版本:5.16 -ST固件库版本:3.50 【 !】功能简介: DHT11温湿度传感器读取,通过串口打印温度和湿度值。 学习目的:学会DTH11温湿度读取,理解OneWire用法。 【 !!】注意事项: 接口:右上角温湿度传感器接口插入DHT11传感器。 接口:板子左侧的“USB TO UART”接口 跳线帽:使用跳线帽连接 RX<--->A9,TX<--->A10 (出厂默认已连接,在SWD下载接口下方位置)。 串口波特率:115200 【 !】实验操作: 温湿度传感器接口插入DHT11传感器,电脑端使用串口调试助手,选择电脑与STM32相连的COM口,设置为115200-N-8-1, 复位开发板,即可接收STM32串口发送给电脑的数据。 /*********************************************************************************************/ 【*】 引脚分配 DHT11数据引脚:PD6 串口(TTL-USB TO USART): CH340的收发引脚与STM32的发收引脚相连。 RX<--->PA9 TX<--->PA10 /*********************************************************************************************/ 【*】 版本 -程序版本:1.0 -发布日期:2015-10 -版本更新说明:首次发布 /*********************************************************************************************/ 【*】 联系我们 -秉火论坛 :http://www.firebbs.cn -淘宝店铺 :https://fire-stm32.taobao.com /*********************************************************************************************/

近期下载者

相关文件


收藏者