首页

使用stm32f103连接dht11采集温湿度数据

c

2021-1-8

使用stm32f103连接dht11采集温湿度数据。将收到的数据通过esp8266上传到服务器端

资源下载此资源下载价格为2D币(VIP免费),请先
资源文件列表
终端程序(STM32)/Doc/readme.txt , 279
终端程序(STM32)/keilkill.bat , 401
终端程序(STM32)/Libraries/CMSIS/core_cm3.c , 17273
终端程序(STM32)/Libraries/CMSIS/core_cm3.h , 85714
终端程序(STM32)/Libraries/CMSIS/startup/startup_stm32f10x_cl.s , 15766
终端程序(STM32)/Libraries/CMSIS/startup/startup_stm32f10x_hd.s , 15503
终端程序(STM32)/Libraries/CMSIS/startup/startup_stm32f10x_hd_vl.s , 15692
终端程序(STM32)/Libraries/CMSIS/startup/startup_stm32f10x_ld.s , 12376
终端程序(STM32)/Libraries/CMSIS/startup/startup_stm32f10x_ld_vl.s , 13656
终端程序(STM32)/Libraries/CMSIS/startup/startup_stm32f10x_md.s , 12765
终端程序(STM32)/Libraries/CMSIS/startup/startup_stm32f10x_md_vl.s , 14073
终端程序(STM32)/Libraries/CMSIS/startup/startup_stm32f10x_xl.s , 15955
终端程序(STM32)/Libraries/CMSIS/stm32f10x.h , 633941
终端程序(STM32)/Libraries/CMSIS/system_stm32f10x.c , 36557
终端程序(STM32)/Libraries/CMSIS/system_stm32f10x.h , 2085
终端程序(STM32)/Libraries/FWlib/inc/misc.h , 8982
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_adc.h , 21690
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_bkp.h , 7555
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_can.h , 27559
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_cec.h , 6573
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_crc.h , 2162
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_dac.h , 15233
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_dbgmcu.h , 3818
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_dma.h , 20754
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_exti.h , 6824
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_flash.h , 25445
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_fsmc.h , 27016
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_gpio.h , 20175
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_i2c.h , 30029
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_iwdg.h , 3828
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_pwr.h , 4383
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_rcc.h , 30452
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_rtc.h , 3857
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_sdio.h , 21863
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_spi.h , 17725
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_tim.h , 52427
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_usart.h , 16548
终端程序(STM32)/Libraries/FWlib/inc/stm32f10x_wwdg.h , 2966
终端程序(STM32)/Libraries/FWlib/src/misc.c , 7046
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_adc.c , 47201
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_bkp.c , 8463
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_can.c , 45103
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_cec.c , 11656
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_crc.c , 3347
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_dac.c , 19087
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_dbgmcu.c , 5149
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_dma.c , 29607
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_exti.c , 6959
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_flash.c , 62551
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_fsmc.c , 35484
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_gpio.c , 23221
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_i2c.c , 45781
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_iwdg.c , 4916
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_pwr.c , 8759
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_rcc.c , 51271
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_rtc.c , 8598
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_sdio.c , 28933
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_spi.c , 30224
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_tim.c , 109159
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_usart.c , 38308
终端程序(STM32)/Libraries/FWlib/src/stm32f10x_wwdg.c , 5735
终端程序(STM32)/Listing/startup_stm32f10x_hd.lst , 55314
终端程序(STM32)/Listing/Template.map , 97276
终端程序(STM32)/Output/beep.crf , 268320
终端程序(STM32)/Output/beep.d , 759
终端程序(STM32)/Output/beep.o , 284628
终端程序(STM32)/Output/bsp_dht11.crf , 270189
终端程序(STM32)/Output/bsp_dht11.d , 888
终端程序(STM32)/Output/bsp_dht11.o , 287964
终端程序(STM32)/Output/bsp_esp8266.crf , 282444
终端程序(STM32)/Output/bsp_esp8266.d , 1202
终端程序(STM32)/Output/bsp_esp8266.o , 303460
终端程序(STM32)/Output/bsp_systick.crf , 268185
终端程序(STM32)/Output/bsp_systick.d , 862
终端程序(STM32)/Output/bsp_systick.o , 285652
终端程序(STM32)/Output/bsp_usart1.crf , 273535
终端程序(STM32)/Output/bsp_usart1.d , 915
终端程序(STM32)/Output/bsp_usart1.o , 287824
终端程序(STM32)/Output/common.crf , 269269
终端程序(STM32)/Output/common.d , 854
终端程序(STM32)/Output/common.o , 286780
终端程序(STM32)/Output/core_cm3.crf , 3956
终端程序(STM32)/Output/core_cm3.d , 130
终端程序(STM32)/Output/core_cm3.o , 11640
终端程序(STM32)/Output/ir.crf , 268349
终端程序(STM32)/Output/ir.d , 780
终端程序(STM32)/Output/ir.o , 285112
终端程序(STM32)/Output/iSO-STM32_WF-ESP8266.dep , 54098
终端程序(STM32)/Output/led.crf , 268861
终端程序(STM32)/Output/led.d , 842
终端程序(STM32)/Output/led.o , 286520
终端程序(STM32)/Output/main.crf , 281284
终端程序(STM32)/Output/main.d , 1411
终端程序(STM32)/Output/main.o , 305564
终端程序(STM32)/Output/misc.crf , 268763
终端程序(STM32)/Output/misc.d , 771
终端程序(STM32)/Output/misc.o , 284960
终端程序(STM32)/Output/smoke.crf , 268389
终端程序(STM32)/Output/smoke.d , 834
终端程序(STM32)/Output/smoke.o , 285340
终端程序(STM32)/Output/startup_stm32f10x_hd.d , 91
终端程序(STM32)/Output/startup_stm32f10x_hd.o , 6760
终端程序(STM32)/Output/stm32f10x_adc.crf , 285040
终端程序(STM32)/Output/stm32f10x_adc.d , 906
终端程序(STM32)/Output/stm32f10x_adc.o , 308872
终端程序(STM32)/Output/stm32f10x_bkp.crf , 272218
终端程序(STM32)/Output/stm32f10x_bkp.d , 906
终端程序(STM32)/Output/stm32f10x_bkp.o , 291128
终端程序(STM32)/Output/stm32f10x_can.crf , 286522
终端程序(STM32)/Output/stm32f10x_can.d , 906
终端程序(STM32)/Output/stm32f10x_can.o , 305328
终端程序(STM32)/Output/stm32f10x_cec.crf , 272471
终端程序(STM32)/Output/stm32f10x_cec.d , 906
终端程序(STM32)/Output/stm32f10x_cec.o , 290824
终端程序(STM32)/Output/stm32f10x_crc.crf , 268731
终端程序(STM32)/Output/stm32f10x_crc.d , 906
终端程序(STM32)/Output/stm32f10x_crc.o , 285756
终端程序(STM32)/Output/stm32f10x_dac.crf , 274273
终端程序(STM32)/Output/stm32f10x_dac.d , 906
终端程序(STM32)/Output/stm32f10x_dac.o , 293248
终端程序(STM32)/Output/stm32f10x_dbgmcu.crf , 269359
终端程序(STM32)/Output/stm32f10x_dbgmcu.d , 951
终端程序(STM32)/Output/stm32f10x_dbgmcu.o , 286236
终端程序(STM32)/Output/stm32f10x_dma.crf , 278292
终端程序(STM32)/Output/stm32f10x_dma.d , 906
终端程序(STM32)/Output/stm32f10x_dma.o , 299300
终端程序(STM32)/Output/stm32f10x_exti.crf , 271231
终端程序(STM32)/Output/stm32f10x_exti.d , 921
终端程序(STM32)/Output/stm32f10x_exti.o , 288748
终端程序(STM32)/Output/stm32f10x_flash.crf , 282741
终端程序(STM32)/Output/stm32f10x_flash.d , 936
终端程序(STM32)/Output/stm32f10x_flash.o , 303724
终端程序(STM32)/Output/stm32f10x_fsmc.crf , 282267
终端程序(STM32)/Output/stm32f10x_fsmc.d , 921
终端程序(STM32)/Output/stm32f10x_fsmc.o , 300348
终端程序(STM32)/Output/stm32f10x_gpio.crf , 272256
终端程序(STM32)/Output/stm32f10x_gpio.d , 921
终端程序(STM32)/Output/stm32f10x_gpio.o , 291328
终端程序(STM32)/Output/stm32f10x_i2c.crf , 282601
终端程序(STM32)/Output/stm32f10x_i2c.d , 906
终端程序(STM32)/Output/stm32f10x_i2c.o , 305532
终端程序(STM32)/Output/stm32f10x_it.crf , 281870
终端程序(STM32)/Output/stm32f10x_it.d , 1530
终端程序(STM32)/Output/stm32f10x_it.o , 302396
终端程序(STM32)/Output/stm32f10x_iwdg.crf , 269416
终端程序(STM32)/Output/stm32f10x_iwdg.d , 921
终端程序(STM32)/Output/stm32f10x_iwdg.o , 286692
终端程序(STM32)/Output/stm32f10x_pwr.crf , 271047
终端程序(STM32)/Output/stm32f10x_pwr.d , 906
终端程序(STM32)/Output/stm32f10x_pwr.o , 288596
终端程序(STM32)/Output/stm32f10x_rcc.crf , 275831
最多只能显示150条信息!
没有账号? 忘记密码?

社交账号快速登录