文件名称:DS18B20数字温度传感器实验
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- 上传时间:
- 2018-04-06
- 文件大小:
- 3.93mb
- 下载次数:
- 0次
- 提 供 者:
- ck_xi*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实验器材:
探索者STM32F4开发板
实验目的:
学习DS18B20数字温度传感器的使用.
硬件资源:
1,DS0(连接在PF9)
2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面)
3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS)
4,DS18B20传感器一个(接在PG9上).
实验现象:
本实验开机的时候先检测是否有DS18B20存在,如果没有,则提示错误。只有在检测到DS18B20之后才开始
读取温度并显示在LCD上,如果发现了DS18B20,则程序每隔100ms左右读取一次数据,并把温度显示在LCD
上。同样我们也是用DS0来指示程序正在运行。(Experimental equipment:
Explorer STM32F4 development board
Objective:
Learn the use of DS18B20 digital temperature sensor.
Hardware resources:
1, DS0 (connected to PF9)
2, serial port 1 (baud rate: 115200, PA9/PA10 connection on board USB to serial port chip CH340).
3 inch TFTLCD ALIENTEK, 2.8/3.5/4.3/7 module (via FSMC driver, FSMC_NE4 LCD chip select /A6 RS)
4, one of the DS18B20 sensors (attached to PG9).
Experimental phenomena:
This experiment first detects whether there is DS18B20 when starting up. If not, it prompts errors. Only after the detection of DS18B20 did it begin
Read the temperature and display it on LCD. If DS18B20 is found, the program reads data once every 100ms or so and displays the temperature at LCD.
On. Similarly, we also use DS0 to indicate that the program is running.)
探索者STM32F4开发板
实验目的:
学习DS18B20数字温度传感器的使用.
硬件资源:
1,DS0(连接在PF9)
2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面)
3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS)
4,DS18B20传感器一个(接在PG9上).
实验现象:
本实验开机的时候先检测是否有DS18B20存在,如果没有,则提示错误。只有在检测到DS18B20之后才开始
读取温度并显示在LCD上,如果发现了DS18B20,则程序每隔100ms左右读取一次数据,并把温度显示在LCD
上。同样我们也是用DS0来指示程序正在运行。(Experimental equipment:
Explorer STM32F4 development board
Objective:
Learn the use of DS18B20 digital temperature sensor.
Hardware resources:
1, DS0 (connected to PF9)
2, serial port 1 (baud rate: 115200, PA9/PA10 connection on board USB to serial port chip CH340).
3 inch TFTLCD ALIENTEK, 2.8/3.5/4.3/7 module (via FSMC driver, FSMC_NE4 LCD chip select /A6 RS)
4, one of the DS18B20 sensors (attached to PG9).
Experimental phenomena:
This experiment first detects whether there is DS18B20 when starting up. If not, it prompts errors. Only after the detection of DS18B20 did it begin
Read the temperature and display it on LCD. If DS18B20 is found, the program reads data once every 100ms or so and displays the temperature at LCD.
On. Similarly, we also use DS0 to indicate that the program is running.)
相关搜索: DS18B20数字温度传感器实验
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
DS18B20数字温度传感器实验 | 0 | 2015-08-13 |
DS18B20数字温度传感器实验\CORE | 0 | 2015-08-13 |
DS18B20数字温度传感器实验\CORE\core_cm4.h | 109142 | 2014-07-17 |
DS18B20数字温度传感器实验\CORE\core_cm4_simd.h | 22735 | 2014-07-17 |
DS18B20数字温度传感器实验\CORE\core_cmFunc.h | 17146 | 2014-07-17 |
DS18B20数字温度传感器实验\CORE\core_cmInstr.h | 20513 | 2014-07-17 |
DS18B20数字温度传感器实验\CORE\startup_stm32f40_41xxx.s | 29605 | 2014-08-02 |
DS18B20数字温度传感器实验\FWLIB | 0 | 2015-08-13 |
DS18B20数字温度传感器实验\FWLIB\inc | 0 | 2015-08-13 |
DS18B20数字温度传感器实验\FWLIB\inc\misc.h | 6924 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_adc.h | 32880 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_can.h | 27318 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_crc.h | 2416 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_cryp.h | 14481 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_dac.h | 14946 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_dbgmcu.h | 4296 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_dcmi.h | 12977 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_dma.h | 28882 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_dma2d.h | 19692 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_exti.h | 8012 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_flash.h | 24467 | 2014-08-04 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_flash_ramfunc.h | 3275 | 2014-08-04 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_fmc.h | 44924 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_fsmc.h | 27181 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_gpio.h | 23548 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_hash.h | 10084 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_i2c.h | 31939 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_iwdg.h | 4323 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_ltdc.h | 21191 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_pwr.h | 7728 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_rcc.h | 30063 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_rng.h | 3958 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_rtc.h | 40546 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_sai.h | 25470 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_sdio.h | 22777 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_spi.h | 21178 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_syscfg.h | 8974 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_tim.h | 51689 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_usart.h | 17935 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\inc\stm32f4xx_wwdg.h | 3542 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src | 0 | 2015-08-13 |
DS18B20数字温度传感器实验\FWLIB\src\misc.c | 11443 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_adc.c | 69068 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_can.c | 60150 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_crc.c | 3596 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_cryp.c | 35493 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_cryp_aes.c | 58026 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_cryp_des.c | 9822 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_cryp_tdes.c | 10577 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_dac.c | 26804 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_dbgmcu.c | 6809 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_dcmi.c | 18782 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_dma.c | 52917 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_dma2d.c | 27165 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_exti.c | 9828 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_flash.c | 63033 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_flash_ramfunc.c | 5444 | 2014-08-04 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_fmc.c | 56568 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_fsmc.c | 41831 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_gpio.c | 25202 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_hash.c | 26630 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_hash_md5.c | 9594 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_hash_sha1.c | 9793 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_i2c.c | 54393 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_iwdg.c | 9348 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_ltdc.c | 39790 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_pwr.c | 37707 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_rcc.c | 98839 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_rng.c | 14060 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_rtc.c | 102891 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_sai.c | 46411 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_sdio.c | 38957 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_spi.c | 52522 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_syscfg.c | 9575 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_tim.c | 124732 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_usart.c | 57949 | 2014-08-01 |
DS18B20数字温度传感器实验\FWLIB\src\stm32f4xx_wwdg.c | 10492 | 2014-08-01 |
DS18B20数字温度传感器实验\HARDWARE | 0 | 2015-08-13 |
DS18B20数字温度传感器实验\HARDWARE\DS18B20 | 0 | 2015-08-13 |
DS18B20数字温度传感器实验\HARDWARE\DS18B20\ds18b20.c | 3987 | 2014-10-04 |
DS18B20数字温度传感器实验\HARDWARE\DS18B20\ds18b20.h | 1266 | 2014-05-07 |
DS18B20数字温度传感器实验\HARDWARE\LCD | 0 | 2017-05-26 |
DS18B20数字温度传感器实验\HARDWARE\LCD\FONT.H | 35016 | 2014-01-02 |
DS18B20数字温度传感器实验\HARDWARE\LCD\lcd.c | 88148 | 2017-05-26 |
DS18B20数字温度传感器实验\HARDWARE\LCD\lcd.h | 7543 | 2015-08-05 |
DS18B20数字温度传感器实验\HARDWARE\LED | 0 | 2015-08-13 |
DS18B20数字温度传感器实验\HARDWARE\LED\led.c | 1177 | 2014-07-05 |
DS18B20数字温度传感器实验\HARDWARE\LED\led.h | 659 | 2014-07-03 |
DS18B20数字温度传感器实验\OBJ | 0 | 2017-05-26 |
DS18B20数字温度传感器实验\OBJ\DS18B20.build_log.htm | 2144 | 2017-05-26 |
DS18B20数字温度传感器实验\OBJ\DS18B20.hex | 98998 | 2017-05-26 |
DS18B20数字温度传感器实验\OBJ\DS18B20.htm | 92750 | 2017-05-26 |
DS18B20数字温度传感器实验\OBJ\DS18B20.lnp | 604 | 2017-05-26 |
DS18B20数字温度传感器实验\OBJ\DS18B20.map | 105155 | 2017-05-26 |
DS18B20数字温度传感器实验\OBJ\DS18B20.sct | 479 | 2017-05-26 |
DS18B20数字温度传感器实验\OBJ\DS18B20_DS18B20.dep | 33932 | 2017-05-26 |
DS18B20数字温度传感器实验\OBJ\delay.crf | 435043 | 2017-05-26 |
DS18B20数字温度传感器实验\OBJ\delay.d | 1700 | 2017-05-26 |
DS18B20数字温度传感器实验\OBJ\delay.o | 475236 | 2017-05-26 |
DS18B20数字温度传感器实验\OBJ\ds18b20.crf | 436398 | 2017-05-26 |