Search found 15 matches

by eskomj
2024年 Sep 30日 03:14
Forum: TuyaOS-Zigbee Device Development
Topic: sensor device connection with STM32WB and zigbee
Replies: 20
Views: 8962

Re: sensor device connection with STM32WB and zigbee

Hello, I am returning to this issue. What actually means "request permission" ? I suppose that request must be done in Tuya developement environment? If I have some other device than listed, I can't get all functionality in Tuya network? In my case STM32WB, is there some way to do that per...
by eskomj
2024年 May 12日 01:35
Forum: TuyaOS-Zigbee设备开发
Topic: 【Zigbee】 第三方Zigbee模组接入介绍
Replies: 6
Views: 7150

Re: 【Zigbee】 第三方Zigbee模组接入介绍

Hello, https://developer.tuya.com/en/docs/iot/overview-of-download-firmware-and-authorization?id=Ka4zcqfo0eb5u In a above document is stated that license should be flashed with serial communication: "Zigbee module: J-Link is used for firmware flashing and serial communication is used for licens...
by eskomj
2024年 Mar 12日 15:07
Forum: TuyaOS-Zigbee Device Development
Topic: sensor device connection with STM32WB and zigbee
Replies: 20
Views: 8962

Re: sensor device connection with STM32WB and zigbee

Hello,

Question about the device id. Where to it shoud be set and at which point it is told to gateway? For example temperature sensor's device id is like that:
Device ID 0x0302

I suppose, it is set when cluster is created?

by eskomj
2024年 Feb 29日 15:34
Forum: TuyaOS-Zigbee Device Development
Topic: sensor device connection with STM32WB and zigbee
Replies: 20
Views: 8962

Re: sensor device connection with STM32WB and zigbee

I got joining to the network working, but I can't see any binding request. Does Tuya zigbee use binding at all? I found active endpoint request. Is it used instead of binding? Gateway sends the active endpoint request.

by eskomj
2024年 Jan 31日 23:59
Forum: TuyaOS-Zigbee Device Development
Topic: sensor device connection with STM32WB and zigbee
Replies: 20
Views: 8962

Re: sensor device connection with STM32WB and zigbee

So the error is now that some of the basic attributes is so that gateway believes that end device is not third party device? Which of attributes tells that? Is it modeId? Basic attribute request asks these values: Attribute: Manufacturer Name (0x0004) Attribute: ZCL Version (0x0000) Attribute: Appli...
by eskomj
2024年 Jan 31日 17:05
Forum: TuyaOS-Zigbee Device Development
Topic: sensor device connection with STM32WB and zigbee
Replies: 20
Views: 8962

Re: sensor device connection with STM32WB and zigbee

Now problem is that there is some basic cluster attribute which is Tuya's own private attribute. We get now error: [M0] [00000000.982][PLATFORM] ZbZclAttrWrite : Failed to write cl = 0x0000, attr = 0xffde (cannot find attribute) Where that attribute is documented? I found something from these links:...
by eskomj
2024年 Jan 4日 16:27
Forum: TuyaOS-Zigbee Device Development
Topic: sensor device connection with STM32WB and zigbee
Replies: 20
Views: 8962

Re: sensor device connection with STM32WB and zigbee

I found english version. I just replaced "cn" in url with "en".

by eskomj
2024年 Jan 4日 16:17
Forum: TuyaOS-Zigbee Device Development
Topic: sensor device connection with STM32WB and zigbee
Replies: 20
Views: 8962

Re: sensor device connection with STM32WB and zigbee

I red that and there is said: "Hardware-based connectivity is implemented with TuyaOS or MCU integration protocol derived from TuyaOS" and "The original Self-Developed Module SDK and Tuya Standard Module SDK are merged into TuyaOS." I try to find "Self-Developed module SDK&q...
by eskomj
2024年 Jan 4日 15:47
Forum: TuyaOS-Zigbee Device Development
Topic: sensor device connection with STM32WB and zigbee
Replies: 20
Views: 8962

Re: sensor device connection with STM32WB and zigbee

Is there any documentation what I need for that? Do I have to do something in iot.tuya.com? I started this way:

co2_sensor.png