cancel
Showing results for 
Search instead for 
Did you mean: 

Send and receive data via ZigBee on STM32WB55

YYoyo.1
Associate II

Which Cluster may use to send and receive data or string between Router and Coord?

And how do I coding for that.

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
RomainR.
ST Employee

Hello @YYoyo.1 (Community Member)

Using Custom long string cluster example.

You can refer to following ZigBee example in latest \STM32Cube_FW_WB_V1.15.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\

Zigbee_custom_ls_Client_Router

Zigbee_custom_ls_Server_Coord

Best rfegards,

Romain,

In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
RomainR.
ST Employee

Hello @YYoyo.1 (Community Member)

Using Custom long string cluster example.

You can refer to following ZigBee example in latest \STM32Cube_FW_WB_V1.15.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\

Zigbee_custom_ls_Client_Router

Zigbee_custom_ls_Server_Coord

Best rfegards,

Romain,

In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Thank you, it work successfully.

Best regards.

Yoyo