CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - vhdl ds18b20
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - vhdl ds18b20 - List
[
VHDL-FPGA-Verilog
]
DS18B20+VHDL
DL : 0
用VHDL语言实现的控制DS18B20构成测温仪表的程序,包含了全部代码,可显示最高精度-with VHDL control DS18B20 constitute Thermometer procedures, contains all the code will show that the most high-precision
Update
: 2025-02-17
Size
: 799kb
Publisher
:
刘西圣
[
Other
]
ds18b20
DL : 0
基于VHDL写的DS18B20的驱动,简单版本-based on VHDL write DS18B20 driven, simple version
Update
: 2025-02-17
Size
: 292kb
Publisher
:
zhaoyang
[
VHDL-FPGA-Verilog
]
DS18B20_VHDL
DL : 0
FPGA DS18B20 测试温度 VHDL源码 -FPGA DS18B20 test temperature VHDL source code
Update
: 2025-02-17
Size
: 149kb
Publisher
:
张焱
[
VHDL-FPGA-Verilog
]
temperature
DL : 0
基于VHDL控制的DS18B20温度测量程序,精确到小数点后两位,在实验板上通过;-VHDL-based control procedures DS18B20 temperature measurement, accurate to two decimal places, the board adopted in the experiment
Update
: 2025-02-17
Size
: 2kb
Publisher
:
liao
[
VHDL-FPGA-Verilog
]
DS18B20FPGA
DL : 0
VHDL设计的ds18b20的测温程序,欢迎测试请不要直接复制,可能不好显示。-VHDL design of the measurement procedures DS18B20 welcome Please do not directly copy the test may not show.
Update
: 2025-02-17
Size
: 7kb
Publisher
:
aaaa
[
VHDL-FPGA-Verilog
]
DS18B20
DL : 0
用VHDL写的DS18B20温度采集程序,QuartusII的完整工程,控制灵活,易扩展-Using VHDL written DS18B20 temperature acquisition procedures, QuartusII complete projects, flexible control and easy expansion
Update
: 2025-02-17
Size
: 98kb
Publisher
:
wanyou
[
SCM
]
DS18B2012bitcovert
DL : 0
DS18B20的源程序,采用了12位的转换
Update
: 2025-02-17
Size
: 3kb
Publisher
:
笑笑
[
SCM
]
DS18B20
DL : 0
基于单片机的DS18B20温度采集系统 实时温度采集 具有报警功能-DS18B20 temperature based on single-chip real-time acquisition system with alarm function of temperature acquisition
Update
: 2025-02-17
Size
: 148kb
Publisher
:
zhouhongxi
[
VHDL-FPGA-Verilog
]
DS18b20VHDL
DL : 1
自己写的一个测温元件(ds18b20)的驱动程序,这是一个完整的读出温度VHDL程序,并且包含ds18b20的中英文参考资料-Writing their own, a temperature measurement device (ds18b20) the driver, when a complete read out the temperature of VHDL procedures and contains reference materials in both English and Chinese DS18B20
Update
: 2025-02-17
Size
: 2.13mb
Publisher
:
xxz
[
VHDL-FPGA-Verilog
]
ds18b20
DL : 1
ds18b20的介绍及时序,以及对ds18b20进行温度读写的vhdl程序,在quartus环境下进行编译仿真-Introduction ds18b20 and timing, as well as read and write ds18b20 temperature vhdl procedure quartus compiled simulation environment
Update
: 2025-02-17
Size
: 14kb
Publisher
:
dreamy
[
VHDL-FPGA-Verilog
]
DS18b20
DL : 0
这是一个工业用的普通温度传感器DS18b20的VHDL文件,直接可用,可为FPGA的其他逻辑模块或者Nios提供接口,其输出为18b20的11位温度暂存器的值。-This is a common logic module for DS18b20 which can provides parallel outputs for Nios II or other internal units of FPGA.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
刘伟
[
VHDL-FPGA-Verilog
]
ds18b20
DL : 1
ds18b20的Verilog程序,经测试验证可以使用。注意此版本为DALLS DS18B20而不是DS1820,注意加5K上拉电阻。-ds18b20 the Verilog process can be used to verify by testing. Note that this version rather than DALLS DS18B20 for DS1820, the attention of Canadian 5K pull-up resistor.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
sdf
[
SCM
]
DS18B20
DL : 0
这是maxIID的epm240相关调试程序,希望能和大家交流-This is related to the debugger maxIID of epm240 hope to share with everyone
Update
: 2025-02-17
Size
: 421kb
Publisher
:
蓝风
[
VHDL-FPGA-Verilog
]
ds18b20
DL : 0
这是基于NIOS II的 DS18B20 的源码,绝对可用本人已经调试成功,希望对大家有-It s a DS18B20 code for nios ii.
Update
: 2025-02-17
Size
: 1.6mb
Publisher
:
tom
[
Other
]
DS18B20
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
: 2025-02-17
Size
: 331kb
Publisher
:
yuantielei
[
VHDL-FPGA-Verilog
]
61EDA_D994
DL : 0
基于FPGA的 温度传感器 DS18B20接口设计-FPGA DS18B20
Update
: 2025-02-17
Size
: 3kb
Publisher
:
碧雪情空
[
VHDL-FPGA-Verilog
]
ds18b20-vhdl
DL : 0
vhdl写的ds18b20程序,相互交流-vhdl written ds18b20 procedures, mutual exchange
Update
: 2025-02-17
Size
: 1kb
Publisher
:
yudezhao
[
Other
]
ds18b20
DL : 0
改程序实现了对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
Update
: 2025-02-17
Size
: 3.88mb
Publisher
:
mn
[
VHDL-FPGA-Verilog
]
ds18b20
DL : 1
单路DS18B20的verilog HDL 代码,精度为1℃无须转换数据,直接输出结果。占用300个LE资源。-Single DS18B20 the verilog HDL code, and an accuracy of 1 ℃ without converting the data, direct output. Occupy 300 LE resources.
Update
: 2025-02-17
Size
: 433kb
Publisher
:
chenwl
[
VHDL-FPGA-Verilog
]
DS18B20
DL : 0
基于FPGA的应用VHDL编写18b20的程序-Application of VHDL-based FPGA program written 18b20
Update
: 2025-02-17
Size
: 592kb
Publisher
:
紫云
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.