-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tlsr8258 to recognizing new device ? #46
Comments
so i understand tuya sensors ZigBee protocol stack is compatible with simpleGW firmware of TLSR8258, because coordinator (T-ZigBee board) working for me with tuya sensor models: TS0203 (door sensor), TS0202 (pir+light sensor) of different manufacturers. |
you was interested how to build TLSR firmware using TELINK ide. You may ask why no original Telink SDK modifications, because instead of custom HCI functions, i used original Telink SDK functions: ZBHCI_CMD_NETWORK_STATE_RSP //custom SDK
Certainly HCI interface on esp32 side you need to modify accordingly new SDK (add params, change order). Build router is another story. But using v.3.7.1.1 i tested even two routers as distance range extender working: |
By the way, this days i encountered once after reprogramming TLSR firmware (coordinator) it stopped receiving anything from sensors. Simple solution, just attach long click from button and put in it TLSR reset through HCI (it will reset all underlying layers in TLSR chip). |
thank you to answer the issue. So i will try to figure out building tlsr sdk for my own solution. could you also share mail to immadaite response, |
i have few tuya sensors like water leakage motion and human presence sensors, so now i adding these devices to my zigbee network and listen but the tlsr sending exact one msg to esp32, the msg is recive confirmation msg with 0x8200 code.
How can i add these devices to tlsr recognition or can i manage it with esp32 ???
The text was updated successfully, but these errors were encountered: