2022-05-23 10:01 AM
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.
2022-05-23 11:24 AM
2022-05-23 11:53 AM
I figured out that the problem was the lack of a LSE, I followed the instructions here to use the HSE.
2022-05-24 03:05 AM
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