cancel
Showing results for 
Search instead for 
Did you mean: 

Where can i find the user manual for the ST Bluetooth LE Mesh Library?

CBuch.1
Associate III

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?

1 REPLY 1
Remi QUINTIN
ST Employee

I would recommend to read the application note AN5292 "How to build a BLE mesh application for STM32WB". You may find more explanations there.