Skip to main content
CBuch.1
Associate II
August 4, 2022
Question

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

  • August 4, 2022
  • 1 reply
  • 650 views

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?

This topic has been closed for replies.

1 reply

Remi QUINTIN
Technical Moderator
August 4, 2022

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