2024-04-19 05:10 AM
Hi All,
I am new in Zigbee programming and I like to get some starting point to make server-client model. Up to now, I am using STM32CubeIDE tool to program with .ioc file to setting up the HW. Eventually I would like to use STM32WB5MMG processor and Zigbee for server-client communication. What I know is that I need to enable the RF, RTC and HSEM to activate the Zigbee in this DK (and my PCBA). After this, I think there would be some code to start Zigbee for SW-wise, then some APIs to send data into Zigbee network. I tried to see the ST provided examples, but could not understand well how to
1. start zigbee network: is there any APIs for this? If one side is a server side and the other side is client side, how I can do?
2. APIs to send and receive data: I assume there is some callback function to receive. Is there pre-defined callback function to receive Zigbee data? How about to send data to Zigbee network?
3. Any example to call APIs from main() or sub-functions in commninity?
4. How to disable Zigbee and terminate Zigbee network?
thanks alot,
Solved! Go to Solution.
2024-04-22 02:14 AM
Hello @YJ99,
Thanks for contacting us and welcome to ZigBee community.
To get started with ZigBee on STM32WB Series, I suggest to have a look on our application note AN5506 which guides new designers to build their first applications based on ZigBee.
Please find below my answers to your questions :
Best regards,
Ouadi
2024-04-22 02:14 AM
Hello @YJ99,
Thanks for contacting us and welcome to ZigBee community.
To get started with ZigBee on STM32WB Series, I suggest to have a look on our application note AN5506 which guides new designers to build their first applications based on ZigBee.
Please find below my answers to your questions :
Best regards,
Ouadi