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

搜索资源列表

  1. ds18b20--1602-display

    0下载:
  2. 采用18B20对温度进行采集,用1602液晶来显示。-18B20 temperature used for the collection, with 1602 LCD to display.
  3. 所属分类:SCM

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

    0下载:
  2. 51单片机读取温度传感器的数据,并在液晶上实时显示。-51 microcontroller reads the temperature sensor data and real-time display on the LCD.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:31666
    • 提供者:陶贻林
  1. DS18B20-_LCD

    0下载:
  2. 用51单片机,DS18B20和LCD实现温度的采集,从而显示在液晶上。程序用c语言编写,简单易懂。-With 51, DS18B20 and LCD for temperature collection to display on the LCD. Program using c language, easy to understand.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:20828
    • 提供者:夏醒醒
  1. 12864-LCD-control

    0下载:
  2. 时间 温度控制(128*64LCD+ds1302+ds18b20) 温度计 时钟 闹铃 密码锁 篮球器 计算器 温度控制 键盘锁 系统设置等。 程序全部定义在一个C文件中。 -Time temperature control (128* 64LCD+ds1302+ds18b20) thermometer clock alarm locks basketball Calculators temperature control keypad lock system settings. A
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:207845
    • 提供者:宵夜
  1. tempreture-USART-and-LCD

    0下载:
  2. 该程序使用51系列单片机实现DS18B20温度检测、屏幕显示、串行通信传输等功能。-The program uses 51 series MCU DS18B20 temperature detection, screen display, serial communication transmission and other functions.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:59982
    • 提供者:MR.G
  1. DS18B20.C

    0下载:
  2. DS18B20温度传感器,LCD显示屏上显示当前室温-DS18B20 temperature sensor, the current temperature is displayed on the LCD screen
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-11
    • 文件大小:599
    • 提供者:ganxiaohui
  1. LCD-temperature-display

    0下载:
  2. DS18B20 检测温度,LCD1602液晶显示。-DS18B20 testing temperature, LCD1602 liquid crystal display.
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:4348
    • 提供者:何滔滔
  1. DS18B20

    0下载:
  2. 用DS18B20测量温度,并用液晶LCD1602显示(程序基于单片机18f452)-With DS18B20 temperature measurement, and use LCD1602 LCD display (program based microcontroller 18f452)
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:15615
    • 提供者:小项
  1. DS18B20-Zigbee

    0下载:
  2. 基于Zigbee的温度测量系统,能够将测量的温度在12864液晶上显示,也可通过串口传输,非常好用,程序没有错误,可下载直接使用-Temperature measurement system based on Zigbee, able to measure the temperature on the 12864 LCD display, can also be via a serial port transmission, is very nice, program there is no e
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4558206
    • 提供者:刚哥
  1. ds18b20

    0下载:
  2. 主要实现DS18B20+89C52的温度实时监控,利用1602液晶显示温度数字,精度为1 。-The main achievement of DS18B20+89 C52 real-time monitoring of temperature, the use of 1602 LCD digital temperature with an accuracy of 1 .
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:1303
    • 提供者:张亮
  1. ds18b20

    1下载:
  2. 在单片机上实现ds18b20温度检测并通过1602液晶显示,可通过温度自动调节或手动调节直流电机转速-Achieve ds18b20 temperature detection on the microcontroller and by 1602 LCD can be adjusted manually or automatically adjust the speed of a DC motor through temperature
  3. 所属分类:SCM

    • 发布日期:2015-10-08
    • 文件大小:2048
    • 提供者:荆冠峰
  1. DS18B20-temperature-

    0下载:
  2. DS18B20温度传感器,将温度进行采样并在液晶屏显示-DS18B20 temperature sensor, the temperature is sampled and displayed on the LCD screen
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:45985
    • 提供者:小猪猪
  1. iccavr-DS18B20-HT1621

    0下载:
  2. 基于mega128单片机的DS18B20+HT1621液晶显示程序 -DS18B20 based on mega128 microcontroller+ HT1621 LCD display program
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:47622
    • 提供者:窦宏雁
  1. DS1302-and-LCD1602-and-DS18B20

    0下载:
  2. 这个是51单片机开发的程序,这个程序使用了51单片机的多个外设。它把单片机和DS1302时钟芯片,DS1802温度传感器,以及LCD1602液晶显示器相结合,将温度和时钟实时的显示在LCD1602,可以说这是一个较复杂的程序,需要对DS1302芯片和DS1802传感器以及LDC1602的控制方面的知识点掌握的比较好才能写出这个程序,希望有兴趣的同学可以去下载这个程序进行学习。-This is a 51 MCU development program that uses the 51 SCM mu
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:52120
    • 提供者:痞子赖
  1. ds18B20-1602

    0下载:
  2. 温度传感器采集温度显示在1602液晶上单片机采用430-Temperature sensors collect temperature displayed on the LCD SCM 430 1602
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:39704
    • 提供者:杨亮
  1. DS18B20

    0下载:
  2. stm32 实现温度测量功能,外接温度传感器,实现实时测量并且在LCD实时显示-stm32 temperature measurement functions, external temperature sensor, real-time measurement and real-time display on LCD
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:99366
    • 提供者:高胜
  1. ds18b20-1T

    0下载:
  2. stc 1T单片机控制ds18b20并用1602液晶屏显示温度-stc 1T MCU control ds18b20 1602 LCD display with temperature
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:834664
    • 提供者:John
  1. DS12c887PDS18b20Plcd12864

    0下载:
  2. 用DS12c887制作的时钟,并用液晶12864显示,且用DS18b20测量温度也在也在液晶上显示-Produced by DS12c887 clock with LCD display 12864, and are also used to measure the temperature DS18b20 LCD display
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2532
    • 提供者:张淼
  1. DS18B20

    1下载:
  2. C8051系列单片机 与ds18b20通讯 ,并将温度值用1602液晶显示-C8051 series single chip microcomputer through external AD convert analog signal acquisition four road And with 1602 liquid crystal display (LCD) Through the buttons in screen Respectively according to four the i
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-02
    • 文件大小:513004
    • 提供者:wu
  1. DS18B20

    0下载:
  2. 读取DS18B20进行温度测量以后的结果并在1602液晶上显示-Read DS18B20 temperature measurement results and later on the 1602 LCD display
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1368
    • 提供者:pxb
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 31 »
搜珍网 www.dssz.com