Update README.md

This commit is contained in:
Radu
2023-09-09 21:02:16 +01:00
parent 56b71a60ff
commit 78fdd2b6e1
2 changed files with 23 additions and 9 deletions

3
.gitignore vendored
View File

@@ -5,3 +5,6 @@ bower_components/
build/
dist/
documentation/venv
venv
docs
mkdocs.yml

View File

@@ -1,9 +1,11 @@
# ZigStar Zigbee Gateways
Information and documentation on ZigStar gateways is available on [Website](https://zig-star.com) <br/>
Pre-assembed hardware devices can be purchased from [https://zig-star.com](https://zig-star.com) and<br />
Pre-assembed hardware devices can be purchased from [https://zig-star.com](https://zig-star.com) and on [Tindie](https://www.tindie.com/stores/zigstar/)<br />
<a href="https://www.tindie.com/stores/zigstar/?ref=offsite_badges&utm_source=sellers_mercenaruss&utm_medium=badges&utm_campaign=badge_small"><img src="https://d2ss6ovg47m0r5.cloudfront.net/badges/tindie-smalls.png" alt="I sell on Tindie" width="200" height="55"></a>
ZigStar Zigbee Gateways have next features:
- It's using CC2652P TI chip from TI, the most powerful (+20dB)
- **2 WORKING MODES:** LAN Coordinator or USB Coordinator/Router
- Required buttons are on board (BOOT,FLASH,RESET)
@@ -11,31 +13,40 @@ ZigStar Zigbee Gateways have next features:
- Communicates via USB or LAN network with [Z2M](https://www.zigbee2mqtt.io/) and [ZHA](https://www.home-assistant.io/integrations/zha/)
- SMA port for an external antenna
- Easy programming with [ZigStar Multi Tool](https://zig-star.com/radio-docs/zigstar-multi-tool/#zigstar-multi-tool).No external programmer needed!
- All boards are OpenSource,ready for self assembly
- All boards are OpenSource,ready for self assembly
## Active Devices
| Picture | Device | Description | Working Mode |
|------------------------------------------------------------------------------------------------------------------------------------------------------ |--------------------- |------------------------------------ |-------------- |
| <img src="https://community-assets.home-assistant.io/original/3X/3/a/3ab437daac64d8deae80f2be16e9c2052c23a0b6.png" alt="lan-gateway" width="200"/> | [ZigStar LAN Gateway](https://zig-star.com/projects/zigbee-gw-lan/) | CC2652P2 & WT32-ETH01 ESP32 Module | USB/LAN |
| <img src="https://community-assets.home-assistant.io/original/4X/e/4/e/e4eda73347dcb0366c0542efe3a7a3a268963b0c.png" alt="poe-gateway" width="200"/> | [ZigStar OliZig PoE](https://zig-star.com/projects/zigstar-olizig/) | CC2652P2 & Olimex ESP32-PoE | USB/LAN/POE |
| <img src="https://community-assets.home-assistant.io/original/4X/0/1/4/014fb9a56b5239e2581322c66b63e963c03d9329.png" alt="uzg-01" width="200"/> | [UZG-01](https://uzg.zig-star.com/) | Custom device without modules | USB/LAN/WIFI |
| <img src="https://community-assets.home-assistant.io/original/3X/3/a/3ab437daac64d8deae80f2be16e9c2052c23a0b6.png" alt="lan-gateway" width="200"/> | [ZigStar LAN Gateway](https://zig-star.com/projects/zigbee-gw-lan/) | CC2652P2 & WT32-ETH01 ESP32 | USB/LAN |
| <img src="https://community-assets.home-assistant.io/original/3X/a/0/a0a9472919b0d0fc6983f2c0da78a20ae86f112a.png" alt="usb-stick" width="200"/> | [ZigStar Stick v4](https://zig-star.com/projects/zigbee-stick-v4/) | CC2652P2 | USB |
## Retired devices
| Picture | Device | Description | Working Mode |
|------------------------------------------------------------------------------------------------------------------------------------------------------ |--------------------- |------------------------------------ |-------------- |
| <img src="https://community-assets.home-assistant.io/original/4X/e/4/e/e4eda73347dcb0366c0542efe3a7a3a268963b0c.png" alt="poe-gateway" width="200"/> | [ZigStar OliZig PoE](https://zig-star.com/projects/zigstar-olizig/) | CC2652P2 & Olimex ESP32-PoE | USB/LAN/POE |
| <img src="https://community-assets.home-assistant.io/original/4X/b/0/c/b0c2125b108cb665414bcb774b29c121dab30a70.png" alt="poe-gateway" width="200"/> | [ZigStar LilyZig PoE](https://zig-star.com/projects/zigstar-lilyzig/) | CC2652P2 & TTGO T-Internet-POE | USB/LAN/POE |
## Development
<b> Have in mind any improvement? Let me know [HERE](https://zig-star.com/about/#contact)<br />
For all documentation,description and instructions visit: [ZIG-STAR.COM](https://zig-star.com)
For all documentation,description and instructions visit: [ZIG-STAR.COM](https://zig-star.com)<br>
In case you want to help us improve documentation please check documentation subfolder.
## Contact
For general enquiries, suggestions and errors spotted:<br />
Email me at support@zig-star.com or write me directly in [Telegram](https://t.me/mercenaruss).
For general enquiries, suggestions and errors spotted contact me using:
- [Telegram Chat](https://t.me/zig_starting)
- [Telegram News](https://t.me/zigstar)
- [Twitter](https://twitter.com/zig_star4u)
- [Discord](https://discord.gg/zPMT3GvvdC)
- [support@zig-star.com](mailto:support@zig-star.com)
### License
zigstar-gateways is designed by DarthPCB's / Grecu Radu and licensed under the [GPL-3.0 License](https://opensource.org/licenses/GPL-3.0).
zigstar-gateways is designed by ZigStar / Grecu Radu and licensed under the [GPL-3.0 License](https://opensource.org/licenses/GPL-3.0).