Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - DS18B20
Search - DS18B20 - List
SCMDS18B20
DL : 0
用8051单片机控制的基于DS18B20的温度上下限控制报警的KEILC工程文件-By 8051 the control of the temperature of upper and lower limits based on DS18B20 control alarm KEILC project file
Update : 2024-05-19 Size : 4096 Publisher : 王义鑫

SCMds18b20
DL : 0
4*4数字键盘输入温度极限值,DS18B20测温,数码管显示温度值,蜂鸣器和LED报警-4* 4 digital keyboard input temperature limit, DS18B20 temperature measurement, digital display temperature control, alarm buzzer and LED
Update : 2024-05-19 Size : 3072 Publisher : Michael

DL : 0
把DS18B20获取来的4字节数据每隔一段时间发送到PC,在串口调试助手上可以看到温度数据.-The DS18B20 the past four bytes of data to obtain from time to time sent to the PC, the serial port debugging aids can see the temperature data.
Update : 2024-05-19 Size : 22528 Publisher : 游九兵

SCMds18b20
DL : 0
AT单片机通用DS18B20测温。 LCD1602显示。已经成功使用过。-AT SCM General DS18B20 temperature. LCD1602 display. Has been successfully used.
Update : 2024-05-19 Size : 6144 Publisher : 陈厚

DS18B20应用,数码管显示,可手动调节温度。-DS18B20 applications,digital tube display,you can manually adjust the temperature.
Update : 2024-05-19 Size : 233472 Publisher : 李建国

1602液晶显示ds18b20测得温度。在KeilC软件下,DS18B20测得温度用1602液晶显示温度。调试成功,每一句都有查询详细解释。-1602 LCD ds18b20 measured temperature. Under the KeilC software, DS18B20 the temperature measured at the temperature liquid crystal display with 1602. Debugging success, each one has a more detailed explanation.
Update : 2024-05-19 Size : 31744 Publisher : 贾彦程

51单片机 lcd+ds18b20液晶显示加数字单总线数字温度计-51 Single-chip liquid crystal display lcd+ ds18b20 Canadian Digital Single Wire Digital Thermometer
Update : 2024-05-19 Size : 4096 Publisher : 蔡葵

SCMDS18B20
DL : 0
单片机实现DS18B20的温度检测,并用数码管显示,该程序已经经过验证,可以直接应用。-MCU DS18B20 temperature detection, and use digital tube display, the program has been verified, can be applied directly.
Update : 2024-05-19 Size : 206848 Publisher : 豫龍

c8051f020实现对DS18B20的读取,并在数码管上显示-c8051f020 realize DS18B20 read, and in the digital tube display
Update : 2024-05-19 Size : 19456 Publisher :

SCMDS18B20
DL : 0
这是参考OURAVR上LCD和DS18B20做的温度计,作出驱动给大家调用。-This is a reference to OURAVR done on the LCD and DS18B20 thermometer to make drivers for everyone to call.
Update : 2024-05-19 Size : 4096 Publisher : 杨玉峰

DS18B20数字温度计使用数码管,protues方针和KEIL文件-DS18B20 digital thermometer, digital tube
Update : 2024-05-19 Size : 40960 Publisher : zyj

DL : 0
使用很多歌温度采集芯片DS18B20的时候,需要读取每个芯片的ID。-Use a lot of songs when the temperature of collected chips DS18B20 need to read each of the chip ID.
Update : 2024-05-19 Size : 1024 Publisher : lizhiqian

这是基于NIOS II的 DS18B20 的源码,绝对可用本人已经调试成功,希望对大家有-It s a DS18B20 code for nios ii.
Update : 2024-05-19 Size : 1673216 Publisher : tom

SCMDS18B20
DL : 0
ds18b20温度传感器程序 avr单片机-ds18b20 temperature sensor program avr microcontrollers
Update : 2024-05-19 Size : 19456 Publisher : yangjy

汇编语言的ds18b20应用文档,标准的时序程序,可以直接使用-Assembly language ds18b20 application documents, the standard timing procedure can be used directly
Update : 2024-05-19 Size : 72704 Publisher : lihp

SCMds18b20
DL : 0
DS18B20温度传感,调试成功!精确到小数后一位!延时精确!-DS18B20 temperature sensing, testing success! Accurate to one decimal! Delay accurate!
Update : 2024-05-19 Size : 19456 Publisher : 李伟东

DS18B20的数码管显示设计方案,及C语言程序!-DS18B20 digital tube display design, and the C language program!
Update : 2024-05-19 Size : 90112 Publisher : 陈啸天

SCMDS18B20
DL : 0
完整的以C语言开发,AVR单片机控制的DS18B20程序。-Complete with C-language development, AVR microcontroller controlled DS18B20 program
Update : 2024-05-19 Size : 45056 Publisher : aiweizhong

DL : 0
AVR单片机与DS18B20的详细温度测量通信程序,可直接应用于产品项目设计中-AVR Microcontroller with detailed temperature measurements DS18B20 communication program can be directly applied to product design of the project
Update : 2024-05-19 Size : 1024 Publisher : wanenlai

DL : 0
8位单片机与DS18B20并行双向通信。 Quartus II 8.1项目工程文件. 主源程序文件为DS18B20.v,里面有详细注解。 例子: DS18B20 数据地址 0xf000(ROM=0) DS18B20 ROM指令地址 0xf001(ROM=1) 外部电源供电且只有一DS18B20的读取法: 发送CC到0xf001, 等待busy=0说明器件已准备好, 读0xf001的Bit1=1说明存在器件,Bit0=1为控制忙(可以省略此步) 发送44到0xf000, 等待busy=0, 发送CC到0xf001, 等待busy=0, 发送BE到0xf000, 等待busy=0, 空读一次, 等待busy=0, 然后读到的就是DS18B20内部数据了.读一次必须等待busy=0,否则控制器将拒绝所有操作。 搜索ROM: 发送F0或EC到0xf001, 等待busy=0说明器件已准备好, 读0xf001的Bit1=1说明存在器件,Bit0=1为控制忙(可以省略此步) 空读0xf000,(第1次) 等待busy=0, 读0xf000,Bit0是DS18B20发送位的信息,Bit1为DS18B20发送位的补码信息 等待busy=0, 写0xf000,内容为路径。 等待busy=0, 。。。。。。 空读0xf000,(第64次) 等待busy=0, 读0xf000,Bit0是DS18B20发送位的信息,Bit1为DS18B20发送位的补码信息 等待busy=0, 写0xf000,内容为路径。 等待busy=0, 结束 -8-bit microcontroller with DS18B20 parallel two-way communication. Quartus II 8.1 Project documents. Primary source documents DS18B20.v, which detailed notes. Example: DS18B20 Data Address 0xf000 (ROM = 0) DS18B20 ROM instruction address 0xf001 (ROM = 1) An external power supply and only a DS18B20 read method: Send CC to 0xf001, Wait for busy = 0 shows the device is ready, Read 0xf001 the existence of Bit1 = 1 shows the device, Bit0 = 1 for the control of busy (you can omit this step) Send 44 to 0xf000, Wait for busy = 0, Send CC to 0xf001, Wait for busy = 0, Send BE to 0xf000, Wait for busy = 0, Blank reading time, Wait for busy = 0, Then read is DS18B20 internal data. Read one must wait for the busy = 0, otherwise the controller will reject all operations. Search ROM: Send F0 or EC to 0xf001, Wait for busy = 0 shows the device is ready, Read 0xf001 the existence of Bit1 = 1 shows the device, Bit0 = 1 for the control of busy (you can omi
Update : 2024-05-19 Size : 338944 Publisher : yuantielei
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.