Xinyuan-LilyGO / T-ZigBee

Zigbee Ultra Low Power IOT Development Board
GNU Affero General Public License v3.0
72 stars 18 forks source link

Thread border router #1

Closed jonsmirl closed 1 year ago

jonsmirl commented 2 years ago

This hardware is capable of being a Thread border router. Are you working on the software for doing that?

lbuque commented 2 years ago

The original factory does not provide thread sdk. There is no plan to develop a thread for the time being.

http://wiki.telink-semi.cn/wiki/chip-series/TLSR825x-Series/

image

jonsmirl commented 2 years ago

Their datasheet says they have it: http://wiki.telink-semi.cn/doc/ds/PB_TLSR8258-E_Product%20Brief%20for%20Telink%20BLE%20IEEE802.15.4%20Multi-Standard%20Wireless%20SoC%20TLSR8258.pdf

6LoWPAN and Thread features  Supports 6LowPAN, IPv6 and DHCPv6  Supports UDP and DTLS  Supports thread security and commission

So it should be coming

jonsmirl commented 2 years ago

The Thread implementation may be inside the HomeKit support.

lbuque commented 2 years ago

The HomeKit sdk of tlsr8258 is based on ble.

jcomas commented 2 years ago

Here http://wiki.telink-semi.cn/wiki/protocols/Zigbee/ you find Zigbee SDK. Then, you can use the modifications from https://github.com/pvvx/TlsrComSwireWriter to upload a new firmware in TLSR8258.

lbuque commented 2 years ago

Here http://wiki.telink-semi.cn/wiki/protocols/Zigbee/ you find Zigbee SDK. Then, you can use the modifications from https://github.com/pvvx/TlsrComSwireWriter to upload a new firmware in TLSR8258.

Bat has reserved the interface, you can use https://github.com/pvvx/TlsrComSwireWriter to upgrade the firmware.

jcomas commented 2 years ago

Can you tell me more about the included Zigbee firmware? Maybe, it is a similar to "tl_zigbee_sdk\apps\sampleGw" from Zigbee SDK. I'm interested in comunicate ESP via UART to TLSR8258 using HCI (zbhci.h), but I'd like TLSR8258 as Zigbee enddevice.

lbuque commented 2 years ago

Can you tell me more about the included Zigbee firmware? Maybe, it is a similar to "tl_zigbee_sdk\apps\sampleGw" from Zigbee SDK. I'm interested in comunicate ESP via UART to TLSR8258 using HCI (zbhci.h), but I'd like TLSR8258 as Zigbee enddevice.

You can refer to light_demo.