USB Hostadapter DS9490R – ein 1-Wire Busmaster für die Steuerung von 1-Wire Sensornetzwerken

1-wire-Busmaster_00

RJ12_wiring_01

R45_wiring_01

# apt-get update
# apt-get upgrade -y
# rpi-update
# apt-get install autoconf libtool libusb-dev libfuse-dev
# cd /usr/local/src
# wget http://sourceforge.net/projects/owfs/files/owfs/3.0p0/owfs-3.0p0.tar.gz/download
# tar zxvf owfs-3.0p0.tar.gz
# cd owfs-3.0p0
# ./configure
# make
# make install
# mkdir /mnt/1wire
# /opt/owfs/bin/owfs –allow_other -u -m /mnt/1wire

Leave a Reply

You must be logged in to post a comment.