Skip to main content
Senior
August 7, 2024
Question

BLE Custom MESH

  • August 7, 2024
  • 1 reply
  • 751 views

How can a custom BLE mesh be created ?

I have already checked all the mesh models provided as example but how can I can make a custom mesh as I need to add a few external sensors.

I have checked the MOOC for BLE mesh but it does not tell aything about a custom mesh.  I have also checked AN5292 How to build a Bluetooth® Low Energy mesh application for STM32WB Series
microcontrollers  but I couldn't find a way . Can a custom BLE MESH even be created if yes how.

1 reply

STTwo-32
Technical Moderator
August 28, 2024

Hello @Rituraj 

Yes, you can always implement a BLE MESH sensor on our STM32WB. You just need to have to implement one of the services mentioned on the BLE Sig guide.

You can refer to the guidance of our Wiki (6 Wikis available on this page) for help.

Best Regards.

STTwo-32

RiturajAuthor
Senior
September 7, 2024

  @STTwo-32 I have gone through the document shared . Thank you.  I still dont understand how to implement it . It would be really helpfull if you could give me a hint about implementing it or something other that the wiki page you shared , because the page deals only with the implememtation of the examples only.