You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/getting_started_unify.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Getting Started with Unify
2
2
3
+
4
+
Note: For reference documentation please refer to
5
+
[UnifySDK documentation](
6
+
https://SiliconLabs.github.io/UnifySDK/
7
+
)
8
+
9
+
WARNING: The following chapters may be oudated,
10
+
they are still here until the new release of UnifySDK.
11
+
In the future, Z-Wave parts will be more isolated and the rest deduplicated.
12
+
13
+
3
14
## Introduction
4
15
5
16
Unify SDK is a software framework that simplifies the developer experience, removing difficult parts of network control and network management as it relates to gateway and hub development in IoT applications. It can also provide Matter bridge functionality to other protocols that do not natively run matter.
@@ -10,9 +21,6 @@ Unify SDK is a software framework that simplifies the developer experience, remo
10
21
11
22
- At least one of the following, supported wireless radios is connected to the RPi4 via USB:
12
23
-[Z-Wave module](https://www.silabs.com/wireless/z-wave) flashed with Z-Wave - NCP Serial API Controller.
13
-
-[Zigbee module](https://www.silabs.com/wireless/zigbee) EFR32MG2X/EFR32xG22 running NCP for Zigbee or RCP for Multiprotocol
14
-
-[Bluetooth module](https://www.silabs.com/wireless/bluetooth) EFR32xG22 running NCP Firmware for AoXPC
15
-
16
24
17
25
The following are the ways to get started with Unify..
**Prerequisite**: Required hardware for using the `ZigPC` is a [Zigbee module](https://www.silabs.com/wireless/zigbee) which could be EFR32MG12/EFR32xG22
47
-
running NCP or CPC Firmware for Zigbee.
48
-
49
-
The `ZigPC` enables the Unify Framework to control Zigbee devices. Starting quickly
50
-
can be done by simply installing the `uic-zigpc` Debian package and configuring
51
-
the USB device at the configuration step. After installing, the protocol
52
-
controller should be started automatically as a systemd service.
53
-
54
-
For more information on getting started with the `ZigPC` is placed in
-[The Z-Wave protocol controller (ZPC)](protocol/zwave/zpc_introduction.md) implements the Z-Wave wireless protocol using a Z-Wave NCP.
21
31
22
-
```{toctree}
23
-
---
24
-
maxdepth: 2
25
-
hidden:
26
-
---
27
-
protocol/zigbee/zigpc_introduction.md
28
-
```
29
-
-[The Zigbee protocol controller (ZigPC)](protocol/zigbee/zigpc_introduction.md) implements the ZigBee wireless protocol using a Zigbee NCP.
30
-
31
-
```{toctree}
32
-
---
33
-
maxdepth: 2
34
-
hidden:
35
-
---
36
-
./multiprotocol.md
37
-
```
38
-
-[The Multiprotocol Host Software (Zigbee, OpenThread, Bluetooth)](multiprotocol.md) uses the RCP mode of the wireless SoC to implement Zigbee, OpenThread, and Bluetooth.
39
-
40
32
```{toctree}
41
33
---
42
34
maxdepth: 2
43
35
hidden:
44
36
---
45
37
protocol/matter/matter_mpc.md
46
38
```
47
-
-[The Matter protocol controller](protocol/matter/matter_mpc.md) implements the matter protocol.
48
-
49
-
```{toctree}
50
-
---
51
-
maxdepth: 2
52
-
hidden:
53
-
---
54
-
protocol/aox/aox_introduction.md
55
-
```
56
-
-[The Bluetooth AoX protocol controller (AoXPC)](protocol/aox/aox_introduction.md) implements Bluetooth AoX functionality.
57
-
58
-
59
-
60
-
61
-
39
+
-[The Matter protocol controller (Deprecated)](protocol/matter/matter_mpc.md) implements the matter protocol.
Copy file name to clipboardExpand all lines: doc/running_unify.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Setting up Raspberry Pi for Unify
2
2
3
+
4
+
Note: For reference documentation please refer to
5
+
[UnifySDK documentation](
6
+
https://SiliconLabs.github.io/UnifySDK/
7
+
)
8
+
9
+
WARNING: The following chapters may be oudated,
10
+
they are still here until the new release of UnifySDK.
11
+
In the future, Z-Wave parts will be more isolated and the rest deduplicated.
12
+
13
+
3
14
## Introduction
4
15
5
16
Here we explain how to set up and running quickly to test out Unify on the Raspberry Pi reference platform. Depending on the protocol(s) used this setup may vary so there are several sections that go into more detail for each protocol controller. This page contains the steps to install Unify on the Raspberry Pi regardless of the protocol(s) used.
0 commit comments