How to set up IEEE 802.15.4 MAC on the STM32WB55RG
- May 3, 2023
- 1 reply
- 2575 views
I have a question about STM32WB55RGV6.
I will list my current progress below.
- First of all, I will be using the NUCLEO-WB55RG board to use the IEEE 802.15.4 MAC Stack.
- I want to communicate with the Xbee S2C (XB24CZ7WIT-004) from Digi to send and receive data via USB UART.
- The configuration of Xbee S2C is as shown in the picture below. (PanID : 0x3332, Channel : 0x0C ...)
- The link below is the information of Digi Xbee S2C.
https://www.digi.com/resources/library/data-sheets/ds_xbee_zigbee?view=fullscreen
- The connection configuration is as shown in the "Block Diagram" photo below.
- I used the example in the link https://github.com/STMicroelectronics/STM32CubeWB
- The current version of STM32WB Copro Wireless Binaries is 1.16.0.
- The current FUS version is V1.2.0.0.
- "...\STM32CubeWB-master_Origin\STM32CubeWB-master\Projects\P-NUCLEO-WB55.Nucleo\Applications\Mac_802_15_4\Mac_802_15_4_FFD\STM32_WPAN\App:" I modified the "app_ffd_mac_802_15_4.c" file in this path to fix the Channel and Panid, but there is no communication.
Question.
1. what steps should I take to communicate with DIgi Xbee S2C in this state?
2. is the Coprocessor binary I set up the right one?
3. please let me know if there is any example of ST in the link https://community.silabs.com/s/article/connect-tutorial-1-getting-started-with-application-development?language=en_US that I can use in 3) MAC Mode.
Thank you.
best regards