2024-07-02 06:25 AM
Hello everyone,
I'm contacting you to solve my problem. I have recently been working on adding the Zigbee protocol to an STM32WB55 microcontroller. After a few tests, I managed to send a temperature measurement using "zcl.temp.meas.h" and its functions. I also created the external converter to receive the data.
My application consists of sending a dataframe made up of bytes: {0xAA, 0xBB, 0xCC, ...}. I tried to find a way of sending an array but couldn't find anything. I've also tried using "zcl.message.h" to send my dataframe as a string: "0xAABBCC..." but nothing works.
Perhaps one of you has already tried to send a message in the form of an array of bytes or a character string and could advise me on the implementation on the FW but also on the configuration of the external converter. I assume that there are modifications to be made in order to receive a message in the form of an array or a character string.
Have a nice day,
Aquatwix
2024-08-06 10:04 AM
Hello @Aquatwix
I'm not an expert on that but I suggest you create a custom Cluster to send your array of bytes. This involves defining the cluster and its attributes.
Best Regards.
STTwo-32
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.