CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ds18b20 1-wire

搜索资源列表

  1. DS18B20-温度控制-LCD

    0下载:
  2. 此程序为 单片机开发过程中,1—wire总线方式数字温度传感器的控制显示程序。供参考-procedure for microcontroller development process, 1-wire bus mode digital temperature sensor control display program. For reference
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:32922
    • 提供者:刘建
  1. DS18B20+DS1320+LCD12864

    0下载:
  2. 多功能太阳能热水器设计 硬件:AT89S52单片机,晶振为12MHz,KS0108驱动的128*64液晶 SPI总线的DS1302时钟,1-WIRE温度传感器DS18B20。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11659
    • 提供者:Arthur
  1. 18b20

    0下载:
  2. DS18B20温度传感的好程序!!!很有用,原工程!强上拉电源的,绝对源码!1-DS18B20 good procedures for temperature sensing! ! ! Very useful, the original works! Strong pull power, and absolute source! 1
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:12829
    • 提供者:刘天才
  1. DS18B20

    0下载:
  2. LPC2103 驱动 1 wire温度传感器DS18B20,独立供电当时,并用串口显示当前得温度值-LPC2103 drive 1 wire temperature sensor DS18B20, an independent power supply At the time, and a serial port displays the current temperature value
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:101424
    • 提供者:不归人
  1. 1-wire

    0下载:
  2. Wire单总线的基本原理,内含与DS18B20温度传感器连接的实例代码-Wire the basic principles of single-bus, including temperature sensors connected with the DS18B20 examples of code
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:175543
    • 提供者:伍千学
  1. DS18b20

    0下载:
  2. 此部分程序运用:实验开发板上的1-WRIE总线方式工作的温度传感器DS18B20; 实现对现场温度的测量 此部分的程序 包括: 1.LCD-1602A的驱动程序 2.DS18B20驱动程序以及在多个DS18B20以1-WRIE总线方式级连时, 对每个DS18B20的序列号的搜索、分辨率的设置等-LCD1602 display temperature and DS18b20
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:18181
    • 提供者:姚智龙
  1. gdgdgdfgdfgd

    0下载:
  2. 单片机C语言教程: DS18B20测温 DS18B20数字温度计是DALLAS公司生产的1-Wire即单总线器件,具有线路简单,体积小的特点。实际应用中不需要外部任何元器件即可实现测温,测量温度范围在-55°C到+125°C之间,数字温度计的分辨率用户可以从9位到12位选择;并且内部有温度上、下限告警设置,使用非常方便。 -SCM C Language Tutorial: DS18B20 temperature DS18B20 digital thermometer is a DALLA
  3. 所属分类:Embeded-SCM Develop

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

    0下载:
  2. 改程序实现了对dalas的1-wire器件温度传感器ds18b20(也可以是ds1825)的驱动,并将温度值显示在液晶屏幕1602上-This program is dedicated to driving the 1-wire device ds18b20(ds1825),which reads the temperature and displays it on the LHD1602
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:4068571
    • 提供者:mn
  1. ds18b20_lcd

    0下载:
  2. Manejo del sensor de temperatura DS18B20, que utiliza el protocolo 1-Wire, desde el microcontrolador ATMEGA164P y muestro el valor en una pantalla LCD de 16*2
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:46511
    • 提供者:daco maco
  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. DigitalThermometeruse

    0下载:
  2. DS18B20数字温度计是DALLAS公司生产的1-Wire,即单总线器件,具有线路简单,体积小的特点。因此用它来组成一个测温系统,具有线路简单,在一根通信线,可以挂很多这样的数字温度计,十分方便。 里面附有C代码和汇编代码。-DS18B20 digital thermometer is manufactured DALLAS 1-Wire, that is a single bus device, is simple, small features. So use it to form a
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:58670
    • 提供者:来了
  1. 1-Wire-Search-Algorithm

    0下载:
  2. 单总线搜索算法,想学的可以看看,DS18B20的算法-Single Bus search algorithm, to learn to look at
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:143238
    • 提供者:ahu
  1. Termometr

    0下载:
  2. Library of 1 wire device management as example DS18B20
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-16
    • 文件大小:4495972
    • 提供者:SerB
  1. 1-wireDS18B20

    0下载:
  2. 基于Nios II设计的1-wire数字温度计-Nios II-based design of digital thermometers
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-02
    • 文件大小:14342120
    • 提供者:晏翊
  1. 1-wire-DS18B20

    0下载:
  2. The file contains source codes written in C in AVR Studio. This code source contains sample of service thermometer DS18B20 on 1-wire interface
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:84604
    • 提供者:Teodor
  1. 1-WIRE

    0下载:
  2. 单总线协议 读取DS18B20 显示温度 C51源程序-ibotton
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:757
    • 提供者:yaozhe
  1. DS18B20-Code

    0下载:
  2. 1-Wire Maxim温度传感器DS18B20的C语言程序-C Code for 1-Wire Maxim Temperature Sendor DS18B20
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:5408
    • 提供者:Milly
  1. DS18B20

    0下载:
  2. 自己写的DS18B20 1-wire的程序,使用时只要根据自己的cpu改一下延时部分即可-DS18B20 1-wire write your own program, as long as the cpu change part can delay
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:1043
    • 提供者:LI
  1. ChiboOS_RT1

    0下载:
  2. This archive contain project for Atmel Studio v6.2 with target processor Atmega328P( used on the Arduino Nano board). Inside project you can find port for real-time operational sistem ChibioOS/RT v 3.0.3. Also implemented modbus RTU slave and 1-wire
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1397760
    • 提供者:Greeds74
  1. 性能优异的1-Wire网络驱动器设计

    0下载:
  2. 介绍一种单总线的网络设计,由于多个DS18B20组成的网络设计(introduce a design of 1-wire BUS)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-16
    • 文件大小:179200
    • 提供者:wolfchuang
« 12 3 »
搜珍网 www.dssz.com