Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 26, 2019
1 parent 62f2d3b commit 2e40dd0
Showing 1 changed file with 28 additions and 19 deletions.
47 changes: 28 additions & 19 deletions coordinator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,51 +17,51 @@ This repository contains various Z-Stack coordinator firmwares.
<td>CC2531</td>
<td>1.2 HA</td>
<td>20</td>
<td>-</td>
<td></td>
</tr>
<tr>
<td>CC2530</td>
<td>1.2 HA</td>
<td>16</td>
<td>-</td>
<td></td>
</tr>
<tr>
<td>CC2530 + CC2591</td>
<td>1.2 HA</td>
<td>16</td>
<td>-</td>
<td></td>
</tr>
<tr>
<td>CC2530 + CC2592</td>
<td>1.2 HA</td>
<td>16</td>
<td>-</td>
<td></td>
</tr>
<tr>
<td rowspan="4">Z-Stack_Home_1.2</td>
<td rowspan="4">Source routing</td>
<td>CC2531</td>
<td>1.2 HA</td>
<td>5</td>
<td>-</td>
<td></td>
</tr>
<tr>
<td>CC2530</td>
<td>1.2 HA</td>
<td>5</td>
<td>-</td>
<td></td>
</tr>
<tr>
<td>CC2530 + CC2591</td>
<td>1.2 HA</td>
<td>5</td>
<td>-</td>
<td></td>
</tr>
<tr>
<td>CC2530 + CC2592</td>
<td>1.2 HA</td>
<td>5</td>
<td>-</td>
<td></td>
</tr>
<tr>
<td>Z-Stack_3.0.x</td>
Expand All @@ -70,10 +70,9 @@ This repository contains various Z-Stack coordinator firmwares.
<td>3.0</td>
<td>15</td>
<td>
<li>
<ul><a href="https://github.com/Koenkk/zigbee2mqtt/issues/1445">WIP, see #1445</a></ul>
<ul>Max 40 Zigbee 3.0 devices</ul>
<li>
- <a href="https://github.com/Koenkk/zigbee2mqtt/issues/1445">WIP (see #1445)</a>
<br/>
- Max 40 Zigbee 3.0 devices
</td>
</tr>
<tr>
Expand All @@ -82,21 +81,31 @@ This repository contains various Z-Stack coordinator firmwares.
<td>CC2652R</td>
<td>3.0</td>
<td>20</td>
<li>
<ul><a href="https://github.com/Koenkk/zigbee2mqtt/issues/1429">WIP, see #1429</a></ul>
<ul>Max 40 Zigbee 3.0 devices</ul>
<li>
<td>
- <a href="https://github.com/Koenkk/zigbee2mqtt/issues/1429">WIP (see #1429)</a>
<br/>
- Max 40 Zigbee 3.0 devices
</td>
</tr>
</table>

### I'm a Zigbee2mqtt users, which one should I use?
This depends:
- Zigbee 3.0 coordinators are still WIP and therefore not recommended for production.
- If you have a network of 1 - 30 devices, the default firmware is recommended.
- If you have a network of 30+ devices, the source routing firmware is recommended.
- Note that the source routing firmware only supports 5 direct children, therefore you need to have routers in range of the coordinator.

### Legend
- *Z-Stack:* Z-Stack is the Zigbee stack for Texas Instruments Zigbee devices
- *Type:* The source routing firmware allows the coordinator to remember the routes to the devices. Improves performance for larger (40+ nodes) networks. For more information read [Large ZigBee Networks and Source Routing
](http://cms.digi.com/resources/documentation/digidocs/90001537/references/r_large_zigbee_networks-source_routing.htm?TocPath=Working%20with%20Zigbee%7C_____14). Because of memory limitations, the number of direct children are reduced for these firmwares.
- *Device:* The Zigbee hardware
- *Zigbee:* Zigbee version, for more information read [What's New in Zigbee 3.0](http://www.ti.com/lit/an/swra615/swra615.pdf)
- *Direct children:* Number of children that directly can join the coordinator. Note that this is **not** the maximum network size. For more information, read [the Zigbee2mqtt FAQ about device limit](http://www.zigbee2mqtt.io/information/FAQ.html#i-read-that-zigbee2mqtt-has-a-limit-of-15-devices-is-this-true)
- *Source routing:* Allows the coordinator to remember the routes to the devices. Improves performance for larger (40+ nodes) networks. For more information read [Large ZigBee Networks and Source Routing
](http://cms.digi.com/resources/documentation/digidocs/90001537/references/r_large_zigbee_networks-source_routing.htm?TocPath=Working%20with%20Zigbee%7C_____14)
- *# of 3.0 devices:* Number of Zigbee 3.0 devices that can join the network. Does not apply to Zigbee 1.2 coordinator (no limit).

#### Notes
- Due to new security requirements in Zigbee 3.0, Zigbee 3.0 coordinators can only support a limited amount of Zigbee 3.0 devices. For Zigbee 1.2 coordinators there is no limit on the max number of Zigbee 3.0 devices that can join.

## Compiling the firmware
In case you want to compile the firmware yourself, you can find a `COMPILE.md` for each firmware.

0 comments on commit 2e40dd0

Please sign in to comment.