2022-08-04 05:11 AM
The Mesh Library file ist in STM32CubeWB\Middlewares\ST\STM32_WPAN\ble\mesh\Library.
And the user API is in ble_mesh.h.
When i want to use it how it is described in ble_mesh.h there are many undefined references, so i have to implement many functions, but nowhere is described what and how it really works.
All resources that i can find only describe how the ST Middleware works with the examples, but not really in Detail and without an Development Board.
So can i use the Library without the ST BLE Mesh Middleware?
2022-08-04 05:36 AM
I would recommend to read the application note AN5292 "How to build a BLE mesh application for STM32WB". You may find more explanations there.