Difference between revisions of "Category:1-Wire"
From PhotoVoltaic Logger new generation
m |
m |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<blockquote>1-Wire is a device communications bus system designed by Dallas Semiconductor Corp. that provides low-speed data, signaling, and power over a single signal.<ref>http://www.maxim-ic.com/design_guides/en/1_WIRE_PRODUCTS_4.pdf</ref> 1-Wire is similar in concept to I²C, but with lower data rates and longer range. It is typically used to communicate with small inexpensive devices such as digital thermometers and weather instruments. A network of 1-Wire devices with an associated master device is called a MicroLan. | <blockquote>1-Wire is a device communications bus system designed by Dallas Semiconductor Corp. that provides low-speed data, signaling, and power over a single signal.<ref>http://www.maxim-ic.com/design_guides/en/1_WIRE_PRODUCTS_4.pdf</ref> 1-Wire is similar in concept to I²C, but with lower data rates and longer range. It is typically used to communicate with small inexpensive devices such as digital thermometers and weather instruments. A network of 1-Wire devices with an associated master device is called a MicroLan. | ||
<cite>[[Wikipedia:1-Wire]]</cite></blockquote> | <cite>[[Wikipedia:1-Wire]]</cite></blockquote> | ||
− | |||
− | |||
On Debian you have to install the following packages: | On Debian you have to install the following packages: | ||
# sudo apt-get install owfs ow-shell | # sudo apt-get install owfs ow-shell | ||
+ | |||
+ | Afterwards change /etc/owfs.conf for your environment: | ||
+ | * comment out <tt>server: FAKE = DS18S20,DS2405</tt> | ||
+ | * uncomment/change for USB or serial devices | ||
+ | ** <tt>server: usb = all</tt> | ||
+ | ** <tt>#server: device = /dev/ttyS0</tt> | ||
+ | |||
+ | I have an USB <-> 1 wire Adapter with FT232RL & DS2480B and have to set | ||
+ | * <tt>server: device = /dev/ttyUSB1</tt> | ||
+ | ---- | ||
+ | <references/> |
Latest revision as of 13:08, 30 August 2014
1-Wire is a device communications bus system designed by Dallas Semiconductor Corp. that provides low-speed data, signaling, and power over a single signal.[1] 1-Wire is similar in concept to I²C, but with lower data rates and longer range. It is typically used to communicate with small inexpensive devices such as digital thermometers and weather instruments. A network of 1-Wire devices with an associated master device is called a MicroLan. Wikipedia:1-Wire
On Debian you have to install the following packages:
# sudo apt-get install owfs ow-shell
Afterwards change /etc/owfs.conf for your environment:
- comment out server: FAKE = DS18S20,DS2405
- uncomment/change for USB or serial devices
- server: usb = all
- #server: device = /dev/ttyS0
I have an USB <-> 1 wire Adapter with FT232RL & DS2480B and have to set
- server: device = /dev/ttyUSB1
Pages in category "1-Wire"
The following 3 pages are in this category, out of 3 total.