CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DS18B20测温程序

搜索资源列表

  1. 18B20LED

    0下载:
  2. 本实验采用DS18B20(数字测温芯片)作为温度传感器,结果在1602 LCD上显示。下载试验程序后,在LCD上当前室温以及单位℃。-Used in this experiment DS18B20 (digital temperature measurement chip) as a temperature sensor, the results shown in the 1602 LCD. Download the test procedure, in the current room tem
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1245
    • 提供者:王华
  1. 18b20

    0下载:
  2. 这是一个基于stc51 mcu 的温度检测程序,测温元件为ds18b20,由于18b20采用一线总线的通信方式,对时序的要求比较严格。本程序实现的平台使用,11.0592MHz的晶振,温度信息通过串口工具接收显示。-This is based on the temperature detection program stc51 mcu, temperature measurement devices for ds18b20 18b20 bus line communication, the mo
  3. 所属分类:SCM

    • 发布日期:2017-11-28
    • 文件大小:106861
    • 提供者:lzqnever
  1. ok61

    0下载:
  2. DS18B20与凌阳61单片机结合,实现测温的程序,实验成功-Sunplus DS18B20 with 61 single-chip combination of measurement procedures, the experimental success of
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:165413
    • 提供者:sjk
  1. 1

    0下载:
  2. 本系统以AT89S52单片机为核心部件,外加温度采集电路、及显示电路和越限报警等电路。采用单总线型数字式的温度传感器DS18B20,使系统具有测温误差小、分辨率高、抗干扰能力强,动态显示的方式等特点。本设计既可以对当前温度进行检测又可以对温度进行数码显示,两位整数两位小数的显示方式具有更高的显示精度,若超越极限温度则触发蜂鸣器报警。利用功能强大的Keil和具有互动电路仿真的Proteus进行程序的编写和仿真。-The system AT89S52 microcontroller as its c
  3. 所属分类:assembly language

    • 发布日期:2017-05-01
    • 文件大小:633436
    • 提供者:蔡力
  1. duodiancewen

    0下载:
  2. 利用单片机和多个ds18b20实现多点测温的程序,简单方便-To achieve single-chip computer and a number of multi-point temperature measurement ds18b20 procedure is simple and convenient
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1497
    • 提供者:zhangshengjie
  1. temprature

    0下载:
  2. 本文介绍了以"一线总线"的数字方式传输的DS18B20温度传感器为测温核心,用单片机AT89S51构造控制电路,利用数码管及其它外围元件组成显示单元,通过ISP方式进行程序的编制、用并口连接线下载单片机程序和以MAX232 芯片设计RS232串口电路并通过串口连接线进行调试,设计、制作了一种电子测温计。-This article describes the " bus line" of the digitally transmitted DS18B20 core tempera
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:1635
    • 提供者:邵龙
  1. DS18B20xiugai

    0下载:
  2. 18b20测温的c语言程序/DS18B20温度传感器程序 #include <reg52.h> #define Alarm 10 sbit Beep=P3^4 sbit DQ=P2^4 //数据传输线接单片机的相应的引脚 unsigned char tempL=0,tempH=0 //设全局变量 unsigned char flag=0 unsigned int temperature,negtemper //温度值保存在temperature里
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:2416
    • 提供者:留洋
  1. temperature_DS18B20

    0下载:
  2. 用DS13B20测温并1602液晶显示的程序。可以设置上下限温度值,有温度报警功能-this is a program that about the temperature used by DS18B20
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:26408
    • 提供者:王明
  1. 18b20

    0下载:
  2. DS18B20温度传感器运用了 I2C通信 ,测温的51单片机程序-DS18B20 temperature sensor using the I2C communication, temperature of 51 single-chip program
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:16826
    • 提供者:李亮
  1. shiyan_18b20P12864

    0下载:
  2. 这是我毕设中用到的温度传感器DS18B20的测温与超过40度报警程序,LCD12864用于显示。也可以单独分为两个程序供大家参考。-DS18B20 LCD12864 This is my complete set of temperature sensors used in the temperature DS18B20 alarm program with more than 40 degrees, LCD12864 for display. Can also be divided int
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:37714
    • 提供者:左春婷
  1. 18B20TEST

    0下载:
  2. 采用单总线的接口方式 与微处理器连接时 仅需要一条口线即可实现微处理器与 DS18B20 的双向通讯。 单总线具有经济性好,抗干扰能力强,适合于恶劣环境的现场温度测量,使用方便等优点,使用户可轻松地组建传感器网络,为测量系统的构建引入全新概念。         ( 2 )测量温度范围宽,测量精度高 DS18B20 的测量范围为 -55 ℃ ~+ 125 ℃ ; 在 -10~+ 85°C 范围内,精度为 ± 0.5°C 。      
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:4276
    • 提供者:wughui
  1. temperatureLEDdisplay

    0下载:
  2. 功能简介: 本实验采用DS18B20(数字测温芯片)作为温度传感器,结果在LED上显示。下载试验程序后,在六位数码管上当前室温以及单位C。-Features: This experiment DS18B20 (digital thermometer chip) as a temperature sensor, the result is displayed on the LED. Download the test program, the six digital contr
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:15072
    • 提供者:小雪
  1. RDS

    0下载:
  2. 接收从从机发送过来的数据。接收DS18B20的程序,数据脚P3.3、P3^5、P3^6,温度传感器18B20汇编程序, ** 采用器件默认的12位转化,最大转化时间750微秒,显示温度0到99度,显示精 ** 度为1度。显示采用4位LED共阳显示测温值,P0口为段码输入,P24~P27为位选 -Receiving data sent from the slave. Receiving DS18B20 program data pin P3.3 is, P3 ^ 5, P3 ^ 6, th
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:2080
    • 提供者:Charles
  1. fmcw

    0下载:
  2. 基于TDA5767和DS18B20的C程序,收音测温于一体。能自动收台-The TDA5767 and DS18B20 C program, radio temperature in one. Automatically income units
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:4897
    • 提供者:刘勇
  1. 1231451

    0下载:
  2. 基于51板的ds18b20传感器测温12864lcd显示程序-Based on the the 51 board ds18b20 sensor temperature measurement 12864lcd display program
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:1507807
    • 提供者:binxuwu
  1. nec_templcd

    0下载:
  2. NEC 78KOS单片机测温显示程序。采用DS18B20温度传感器-NEC 78KOS chip temperature display program.
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:23685
    • 提供者:李思超
  1. ds18b20Plcd

    0下载:
  2. ds18b20+lcd测温系统仿真图和程序,非常详细,大家可以认真-a good book of ds18b20
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:435379
    • 提供者:mabiao
  1. test18b20

    0下载:
  2. 由于DS18B20是单线操作,所以必须严格遵守它的时序要求才能正常与之建立联系并实现读写操作。 网上见到的多是程序多是在主程序中以延时的方式实现,而且要求关中断,以实现18B20对时序的要求。但是实际应用中,测温操作一般是作为辅助动作,主要任务是通信及数据处理等其他操作,这样一来,如果将DS18B20的程序代码放在主程序中,势必影响其他需要实时处理的中断。 前些天玩到DS18B20,就尝试以51定时中断的方法实现DS18B20时序,在面包板上成功跑了起来。 用的
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:2901
    • 提供者:TYS
  1. c51-many-18b20-temperature

    0下载:
  2. DS18B20多点测温(51_C程序)DS18B20多点测温(读序列,匹配序列,51 C程序,1602显示)-DS18B20 multi-point temperature (51_C program)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:7822
    • 提供者:田泽学
  1. juxun001

    1下载:
  2. 本程序是用于测量PM2.5的,用的传感器是夏普测灰尘传感器,加ds18b20的测温。-This procedure is used to measure PM2.5, with the measuring sensor is Sharp dust sensors, plus ds18b20 temperature measurement.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1960
    • 提供者:陶冶
« 1 2 ... 6 7 8 9 10 1112 »
搜珍网 www.dssz.com