2022-12-20 04:00 AM
Hello,
I am looking to implement BLE MESH onto the WB10, however there are not any tutorials. I usually import the NUCLEO-WB15 onto the WB10 as they are similar bar a few config values but there aren't any WB15 MESH examples either, just the WB55.
Has anyone got a BLE MESH example for the WB15 or WB10?
Solved! Go to Solution.
2023-01-06 01:28 AM
Hello,
BLE Mesh examples have been removed in the latest version of STM32CubeWB package due to memory size limitation on WB15.
Best Regards
2022-12-21 02:23 AM
Update:
A BLE_MESH example is available on version STM32Cube_FW_WB_V1.14.0 for the NUCLEO-WB15, however this is removed in the latest version for some reason, link below to the official GitHub:
https://github.com/STMicroelectronics/STM32CubeWB
The one that I have tried that works is the BLE_MESHLightingLPN.
If anyone knows why it was removed by ST in the latest version, could you let me know! As I'm sure the reason may impact anyone who is trying this!
Keep in mind this bare bone example uses most of the FLASH/RAM available
2023-01-06 01:28 AM
Hello,
BLE Mesh examples have been removed in the latest version of STM32CubeWB package due to memory size limitation on WB15.
Best Regards