工程名称: OneWire—DTH11 功能简介: DHT11温湿度传感器读取,通过串口打印温度和湿度值。 注意事项: 接口:右上角温湿度传感器接口插入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
资源文件列表
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Doc/readme.txt , 1442
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/CMSIS/core_cm3.c , 17273
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/CMSIS/core_cm3.h , 85714
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/CMSIS/startup/startup_stm32f10x_cl.s , 15766
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/CMSIS/startup/startup_stm32f10x_hd.s , 15503
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/CMSIS/startup/startup_stm32f10x_hd_vl.s , 15692
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/CMSIS/startup/startup_stm32f10x_ld.s , 12376
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/CMSIS/startup/startup_stm32f10x_ld_vl.s , 13656
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/CMSIS/startup/startup_stm32f10x_md.s , 12765
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/CMSIS/startup/startup_stm32f10x_md_vl.s , 14073
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/CMSIS/startup/startup_stm32f10x_xl.s , 15955
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/CMSIS/stm32f10x.h , 633941
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/CMSIS/system_stm32f10x.c , 36557
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/CMSIS/system_stm32f10x.h , 2085
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/misc.h , 8982
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_adc.h , 21690
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_bkp.h , 7555
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_can.h , 27559
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_cec.h , 6573
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_crc.h , 2162
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_dac.h , 15233
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_dbgmcu.h , 3818
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_dma.h , 20754
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_exti.h , 6824
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_flash.h , 25445
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_fsmc.h , 27016
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_gpio.h , 20175
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_i2c.h , 30029
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_iwdg.h , 3828
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_pwr.h , 4383
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_rcc.h , 30452
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_rtc.h , 3857
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_sdio.h , 21863
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_spi.h , 17725
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_tim.h , 52427
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_usart.h , 16548
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/inc/stm32f10x_wwdg.h , 2966
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/misc.c , 7046
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_adc.c , 47201
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_bkp.c , 8463
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_can.c , 45103
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_cec.c , 11656
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_crc.c , 3347
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_dac.c , 19087
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_dbgmcu.c , 5149
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_dma.c , 29607
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_exti.c , 6959
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_flash.c , 62551
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_fsmc.c , 35484
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_gpio.c , 23221
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_i2c.c , 45781
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_iwdg.c , 4916
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_pwr.c , 8759
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_rcc.c , 51271
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_rtc.c , 8598
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_sdio.c , 28933
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_spi.c , 30224
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_tim.c , 109159
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_usart.c , 38308
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Libraries/FWlib/src/stm32f10x_wwdg.c , 5735
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Output/Template.hex , 8241
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Output/┴≈╦«╡╞.hex , 8630
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Output/┴≈╦«╡╞.sct , 479
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Project/RVMDKú¿uv5ú⌐/BH-STM32.uvguix.Administrator , 138388
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Project/RVMDKú¿uv5ú⌐/BH-STM32.uvoptx , 22166
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Project/RVMDKú¿uv5ú⌐/BH-STM32.uvprojx , 23312
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/Project/RVMDKú¿uv5ú⌐/RTE/RTE_Components.h , 253
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/User/Led/bsp_led.c , 1852
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/User/Led/bsp_led.h , 2973
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/User/SysTick/bsp_SysTick.c , 1802
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/User/SysTick/bsp_SysTick.h , 233
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/User/dht11/bsp_dht11.c , 5258
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/User/dht11/bsp_dht11.h , 1522
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/User/main.c , 1485
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/User/stm32f10x_conf.h , 3259
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/User/stm32f10x_it.c , 4487
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/User/stm32f10x_it.h , 2086
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/User/usart/bsp_usart.c , 2602
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/User/usart/bsp_usart.h , 4064
DHT11╬┬╩¬╢╚┤½╕╨╞≈╩╡╤Θ/keilkill.bat , 401
