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
Update README.md with a list of all compatible hardware (#69)
* Update README.md with a list of all compatible hardware
Update README.md with a list of all compatible hardware as plan is to remove such a list from zigpy in zigpy/zigpy#705
* Changed text so only link to Z2M supported adapters once
Changed text so only link to Z2M supported adapters once
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,18 @@ in **[`TOOLS.md`](./TOOLS.md)** but a brief description of each tool is included
95
95
- **`nvram_write`**: Writes all NVRAM entries from a JSON document.
96
96
97
97
# Hardware requirements
98
-
USB-adapters, GPIO-modules, and development-boards running TI's Z-Stack are supported. Reference hardware for this project includes:
98
+
USB-adapters, GPIO-modules, and development-boards flashed with TI's Z-Stack are compatible with zigpy-znp:
99
+
100
+
- CC2652P/CC2652R/CC2652RB USB stick and dev board hardware
101
+
- CC1352P/CC1352R USB stick and dev board hardware
102
+
- CC2538 + CC2592 dev board hardware
103
+
- CC2531 USB stick hardware
104
+
- CC2530 + CC2591/CC2592 USB stick hardware
105
+
106
+
Tip! Adapters listed as "[Texas Instruments sticks compatible with Zigbee2MQTT](https://www.zigbee2mqtt.io/information/supported_adapters)" also works with zigpy-znp.
107
+
108
+
## Reference hardware for this project
109
+
These specific adapters are used as reference hardware for development and testing by zigpy-znp developers:
99
110
100
111
- [TI LAUNCHXL-CC26X2R1](https://www.ti.com/tool/LAUNCHXL-CC26X2R1) running [Z-Stack 3 firmware (based on version 4.40.00.44)](https://github.com/Koenkk/Z-Stack-firmware/tree/master/coordinator/Z-Stack_3.x.0/bin). You can flash `CC2652R_20210120.hex` using [TI's UNIFLASH](https://www.ti.com/tool/download/UNIFLASH).
101
112
- [Electrolama zzh CC2652R](https://electrolama.com/projects/zig-a-zig-ah/) and [Slaesh CC2652R](https://slae.sh/projects/cc2652/) sticks running [Z-Stack 3 firmware (based on version 4.40.00.44)](https://github.com/Koenkk/Z-Stack-firmware/tree/master/coordinator/Z-Stack_3.x.0/bin). You can flash `CC2652R_20210120.hex` or `CC2652RB_20210120.hex` respectively using [cc2538-bsl](https://github.com/JelmerT/cc2538-bsl).
0 commit comments