2024-09-15 03:38 AM
Hi together,
I have the STM32WB55CG on a custom PCB and plan to integrate it into a smart home Zigbee network, that uses a Tuya Gateway and is controlled by Smartlife app. I tried to use the project Zigbee_Find_Bind_OnOff_Router1 from the ST examples and hoped, it can connect to my network easily.
About my Setup:
Since my chip is another than the Zigbee Nucleo uses, I do not have access to the button pins, but at least I could solder the LEDs (red, blue, green) to the respective Pins.
I am using Cube IDE V1.16.0 and Cube Programmer 2.17.0 to flash the wireless coprocessor.
To connect my board, I am using the ST Link from an official Nucleo board as programmer.
Scenario:
After falshing the Example, I could not connect the board to my Tuya Zigbee network. My board shows a sequence with all LEDs (blue-blue/green-blue/green/red-green/red-red). From the docuementation I cannot understand what that means.
Unfortunately, I do not have any Wireshark logs, but if you need a specific information I can try to get them.
Questions:
Thanks for your help!
Solved! Go to Solution.
2024-09-16 05:59 AM - edited 2024-09-17 02:41 AM
Hello @vh789,
You can use the project P-NUCLEO-WB55.Nucleo\Applications\Zigbee\Zigbee_OnOff_Client_Distrib as an example to connect your device with Tuya gateway. For that there is some modification to make on the project as mentioned on this tutorial video for demonstration ( Alexa gateway ) : STM32WB Getting Started Series: Demo 1, Connecting
Please find below my answers :
Best regards,
Ouadi
2024-09-16 05:59 AM - edited 2024-09-17 02:41 AM
Hello @vh789,
You can use the project P-NUCLEO-WB55.Nucleo\Applications\Zigbee\Zigbee_OnOff_Client_Distrib as an example to connect your device with Tuya gateway. For that there is some modification to make on the project as mentioned on this tutorial video for demonstration ( Alexa gateway ) : STM32WB Getting Started Series: Demo 1, Connecting
Please find below my answers :
Best regards,
Ouadi
2024-09-22 01:02 PM
Thank you very much for this answer.
Indeed, I did sth wrong while flashing the wireless coprocessor, but solved it now.
The application that you mentioned worked for me and I can see my device in Smartlife.