CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - DS18b20

搜索资源列表

  1. ds1820

    0下载:
  2. / 以下是四个DS1820温度读取程序 //使用时先调用"rom()"子程序读出每个器件的序列号 //再将各个序列号填入SN数组中才能读出各个温度-ds18b20
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1738
    • 提供者:rect
  1. DS18B20_EN

    0下载:
  2. 是有关ds18b20最经典的datasheet..这也是我在网上找了很久才找到的.-Is the most ds18b20 classic datasheet .. that is what I find online for a long time to find the.
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:405221
    • 提供者:陈俊杰
  1. ds18b20

    0下载:
  2. 如何编写读/写一个字节的函数呢? 1. 读一个字节 uchar tmpread(void) //read a byte date 读一个字节 { uchar i,j,dat dat=0 for(i=1 i<=8 i++) { j=tmpreadbit() dat=(j<<7)|(dat>>1) //读出的数据最低位在最前面,这样刚好一个字节在DAT里 } return(dat) //将一个字节数据返回 }-How
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:2991
    • 提供者:宁俊
  1. 18b20

    0下载:
  2. DS18B20世界上第一片支持 “一线总线”接口的温度传感器,“一线器件”体积更小、适用电压更宽、更经济。可以程序设定9-12位的分辨率,精度0.5。-DS18B20 one the world' s first to support the " bus line" interface of the temperature sensor, " front-line device" smaller and wider application of volt
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:24493
    • 提供者:小谭
  1. 1616

    0下载:
  2. 16x16动态点阵程序-汇编语言 DS18b20 温度显示源程序 共8个程序 -16x16 dot matrix dynamic process- assembly language source code DS18b20 temperature showed a total of 8 procedures
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:19209
    • 提供者:国宝
  1. Controlsystem

    0下载:
  2. 课件制作论文,文档中简绍了制作的方法和步骤,有实时时钟、DS18B20、ADC0809、DAC082等功能-Courseware papers, documents produced by Jane Shaozeng the methods and procedures, there are real-time clock, DS18B20, ADC0809, DAC082 features
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:522596
    • 提供者:longguangqing
  1. DS18b20

    0下载:
  2. 温度传感器的使用,显示用LCD12864!-The use of temperature sensors, used LCD12864!
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:648315
    • 提供者:chen
  1. dd

    0下载:
  2. ds18b20显示温度,很好的资料阿,不错的程序阿-good matieral!
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:1377
    • 提供者:谢先生
  1. S1

    0下载:
  2. 基于MSP430的DS18B20温度采集程序-MSP430-based temperature acquisition program DS18B20
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:22587
    • 提供者:唐亮
  1. kaoyan

    0下载:
  2. DS18b20的温湿度控制, DS18b20的温湿度控制,-this is very goog!~this is very goog!~this is very goog!~this is very goog!~
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:7993
    • 提供者:罗峰
  1. Calendar

    0下载:
  2. 用单片机制作万年历,用到DS1302芯片,DS18B20测温度,用数码管显示,两个按键切换-Available to subscribers and calendar, use DS1302 chip, DS18B20 the temperature measurement, using digital tube display, two buttons to switch
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:262624
    • 提供者:蓉蓉
  1. DSB1820sn

    0下载:
  2. 基于单总线技术的ds18b20温度传感器序列号搜索程序,液晶显示-ds18b20 temperature sensor serial number search programs
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1447
    • 提供者:leiyong
  1. ds1820

    0下载:
  2. 在微机实验环境下,数字温度传感器ds18b20测温的应用设计,内附软硬件设计文档,包括C及汇编程序-In the computer lab environment, the digital temperature sensor ds18b20 temperature application design, included software and hardware design documents, including the C and Assembler
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:111514
    • 提供者:lujy
  1. 1

    0下载:
  2. 在STAR ES598PCI单板开发机上实现对电烤箱温度和时间的控制功能。 设计要求: (1)通过键盘设定温度和加热时间。 (2)使用DS18B20采集温度,采用七段数码管显示当前温度和剩余时间,并和设置的温度进行比较。 (3)当温度低于设定值时,通过DAC0832输出电压供给发热电阻RT1,使其温度升高。 (4)使温度恒定在设定温度附近,时间到了停止加热,并提示操作完毕。 -In the STAR ES598PCI veneer development machine
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:278558
    • 提供者:
  1. 2

    0下载:
  2. ① 设计并开发能检测温室温度信号,并能产生报警信号的系统; ② 通过在程序中设置温度界限值,能判断采集的温度是否超过界限值; ③ 若温度值越界则进行声(蜂鸣器)、光(发光二极管)报警; 说明:界限值是自行设定的(26C),其所对应的数字量为十六进制数(0180H)。 (2)使用DS18B20采集温度,采用七段数码管显示当前温度和剩余时间,并和设置的温度进行比较。 (3)当温度低于设定值时,通过DAC0832输出电压供给发热电阻RT1,使其温度升高。 (4)使温度恒定
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:289911
    • 提供者:
  1. 3

    0下载:
  2. 题目要求设计一个用于智力竞赛的抢答计时器。主持人按下启动钮,开始抢答,参赛方(八方)看到允许抢答信号后分别按不同的抢答按钮参与抢答。一旦其中一方按下按钮,相应的抢答者编号显示在屏幕上,此时若其他按钮按下均无效。若无一人按下按钮,则抢答结束(以后按抢答无效)。③ 若温度值越界则进行声(蜂鸣器)、光(发光二极管)报警; 说明:界限值是自行设定的(26C),其所对应的数字量为十六进制数(0180H)。 (2)使用DS18B20采集温度,采用七段数码管显示当前温度和剩余时间,并和设置的温度
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:105791
    • 提供者:
  1. 5

    0下载:
  2. (1) 使用DS18B20制作一个数字温度计,使用数码管交替显示当前温度值和设定温度值; (2) 使用键盘设定某一温度,通过DAC0832输出电压供给发热电阻RT1,使发热电阻RT1固定在该温度。-(1) Use a digital thermometer DS18B20 make use of digital tube alternately displays the current temperature and set temperature (2) use the keyboard
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:166759
    • 提供者:
  1. ds18b20cn

    0下载:
  2. ds18b20温度感应器的说明文档,包括详细的参数-ds18b20 temperature sensors documentation, including detailed parameters of
  3. 所属分类:Document

    • 发布日期:2017-04-10
    • 文件大小:1867777
    • 提供者:fan
  1. DS18B20c

    0下载:
  2. ds18B20,对于51单片机的应用主要用于对DS18B20的熟悉,对温度传感器的认识和用用的了解并解决一些生活实际问题-ds18B20, for the application of microcomputer 51 is mainly used for DS18B20 familiar, right knowledge and the use of temperature sensors used to understand and solve some practical problems
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:5032
    • 提供者:陈云波
  1. AT89C51andDS18B20

    0下载:
  2. 基于at89c51与ds18b20设计的温度测试仪,含软件流程图和硬件设计-Based on the design at89c51 and ds18b20 temperature testing device, including software and hardware design flow chart
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:569124
    • 提供者:yh
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com