200 m in free line of sight
RaspBee II – ZigBee USB Gateway
User Manual
The universal Zigbee USB gateway
Unites Zigbee devices of many vendors
A cloud free solution
strong signal range via power-amplifier
works with popular Home Automation Systems
Technical specification
*By keeping the Raspberry Pi powered at all times, the battery life can increase up to 8 years.
dresden elektronik ingenieurtechnik gmbh 02|2020
dresden elektronik ingenieurtechnik gmbh
Tel: +49 351 31850-0 Fax: -10
wireless@dresden-elektronik.de
www.dresden-elektronik.de
Content
The universal Zigbee USB gateway ........................................................................................................ 1
Technical specification ......................................................................................................................... 1
Installation ............................................................................................................................................ 2
Supported platforms ......................................................................................................................... 2
Connection ........................................................................................................................................... 2
Raspbian .............................................................................................................................................. 3
Supported Raspberry Pi models and distributions ........................................................................... 3
Installation ........................................................................................................................................ 3
Docker .................................................................................................................................................. 5
Supported host systems ................................................................................................................... 5
Installation ........................................................................................................................................ 5
Radio certification ................................................................................................................................ 6
United States (FCC) ......................................................................................................................... 6
Innovation, Science and Economic Development (ISED) Canada .................................................. 7
European Union (RED) .................................................................................................................... 8
Ordering Information ............................................................................................................................ 8
Installation
The deCONZ application is a tool to configure, control and monitor Zigbee networks with the RaspBee
II.
The following sections describe the installation steps of deCONZ for various platforms.
Supported platforms
Raspbian
Docker
Connection
1. Insert the battery of type 337/SR416SW as shown in the battery slot.
2. The RaspBee II must be placed on the Raspberry Pi header as follows:
© 2019 dresden elektronik ingenieurtechnik gmbh. Alle Rechte vorbehalten. Alle Warenzeichen, eingetragene Warenzeichen
und Produktnamen sind das Eigentum der jeweils Berechtigten. Für die Aktualität, Vollständigkeit und Richtigkeit der
enthaltenen Informationen können wir keine Garantie übernehmen. Technische Änderungen vorbehalten.
dresden elektronik ingenieurtechnik gmbh
Tel: +49 351 31850-0 Fax: -10
wireless@dresden-elektronik.de
www.dresden-elektronik.de
Important: The RaspBee II must not be placed in an offset position, as this will damage the
module!
Raspbian
Supported Raspberry Pi models and distributions
Raspberry Pi 1, 2B, 3B, 3B+ and 4B
Raspbian Jessie
Raspbian Stretch
Raspbian Buster
Note
The following steps describe the manual installation of deCONZ. Alternatively a preinstalled SD-card
image can be used.
Installation
1. Configure user access rights of the serial interface
sudo raspi-config
Interfacing Options → Serial
o Would you like a login shell accessible over serial? → No
o Would you like the serial port hardware to be enabled? → Yes
Note: Changes to access rights only become active after a restart.
2. Import Phoscon public key
3. wget -O - http://phoscon.de/apt/deconz.pub.key | \
sudo apt-key add -
4. Configure the APT repository for deCONZ
Stable
sudo sh -c "echo 'deb http://phoscon.de/apt/deconz \
$(lsb_release -cs) main' > \
/etc/apt/sources.list.d/deconz.list"
© 2019 dresden elektronik ingenieurtechnik gmbh. Alle Rechte vorbehalten. Alle Warenzeichen, eingetragene Warenzeichen
und Produktnamen sind das Eigentum der jeweils Berechtigten. Für die Aktualität, Vollständigkeit und Richtigkeit der
enthaltenen Informationen können wir keine Garantie übernehmen. Technische Änderungen vorbehalten.