Skip to main content
MStar.3
Associate
May 23, 2022
Question

How to create a custom Bluetooth Service?

  • May 23, 2022
  • 3 replies
  • 1329 views

I have a custom board using the STM32WB55RCV6, I am able to generate a project that advertises the correct Bluetooth name, but I cannot connect to it. I have looked at several projects online and compared my STM32CubeMX IOC file to theirs and I do not see anything that would prevent me from connecting to the device. Any help would be much appreciated.

This topic has been closed for replies.

3 replies

MStar.3
MStar.3Author
Associate
May 23, 2022

I figured out that the problem was the lack of a LSE, I followed the instructions here to use the HSE.

Remy ISSALYS
Technical Moderator
May 24, 2022

Hello,

You can look the wiki page which explain how to generate a Bluetooth® Low Energy (BLE) server custom application for STM32WB55RG MCU using STM32CubeMX software.

Best Regards