cancel
Showing results for 
Search instead for 
Did you mean: 

Hi, Colleagues I created my PCB board with stm32wb55cgu6 for transmitting data via BLE and want to check this design. Maybe who has a .hex file for BLE transmission to the mobile phone, I need only detect in my phone whether this board a visible or not

IRakh.1
Associate III
 
1 ACCEPTED SOLUTION

Accepted Solutions

The same examples exist as when you designed it, perhaps review what's actually available in CubeWB, and if any of that gets close to what you want, or can be adapted.

https://github.com/STMicroelectronics/STM32CubeWB/tree/master/Projects/STM32WB5MM-DK/Examples

https://github.com/STMicroelectronics/STM32CubeWB/tree/master/Projects/P-NUCLEO-WB55.Nucleo/Applications

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

5 REPLIES 5
IRakh.1
Associate III

I didn't use external oscillator for frequency, all clock is set from the microcontroller internally

I mean BLE need crystal for ... And examples is in firmware folder repository ...

Configuring STM32WB for Bluetooth LE without an LSE crystal

thank you for share it.

Looks like can work with HSE, but I still need an example

The same examples exist as when you designed it, perhaps review what's actually available in CubeWB, and if any of that gets close to what you want, or can be adapted.

https://github.com/STMicroelectronics/STM32CubeWB/tree/master/Projects/STM32WB5MM-DK/Examples

https://github.com/STMicroelectronics/STM32CubeWB/tree/master/Projects/P-NUCLEO-WB55.Nucleo/Applications

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..