2024-09-19 11:41 PM
I have two stm32wb5mmdk which I tried to create a custom BLE MESH but failed miserably . I am trying to use zig-bee to send data from one to other , and then transfer the same data to a mobile phone using BLE.
Is there an example or MOOC available for the same. I am aware about the example given for wb55 NUCLEO board but due to lack of IOC file I don't know how to configure it for stm325mm dk
Solved! Go to Solution.
2024-09-25 03:16 AM
Hello,
You have to replace the BSP and resolve all conflicts to be able to use LCD, buttons or LEDS for the STM32WB5MM-DK, Otherwise you can only manage the radio interface with no physical actions.
Regards,
Ouadi
2024-09-25 02:52 AM
Hello @Rituraj,
There are many examples on how to use the BLE_Zigbee stack in concurrent mode dedicated for Nucleo WB board as you mentioned but you can port the examples easily to STM32WB5MM-DK . As the radio interface is the same, you have only to reconfigure Buttons and Leds GPIO.
Best regards,
Ouadi
2024-09-25 03:03 AM
Hey @Ouadi . Thankyou for you response . If I change the BSP file will this work. If possible can you tell me how I can reconfigure all the GPIOS , LED , Push Button
2024-09-25 03:16 AM
Hello,
You have to replace the BSP and resolve all conflicts to be able to use LCD, buttons or LEDS for the STM32WB5MM-DK, Otherwise you can only manage the radio interface with no physical actions.
Regards,
Ouadi