Skip to main content
IRakh.1
Associate III
October 7, 2022
Solved

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 n

  • October 7, 2022
  • 1 reply
  • 1112 views

..

This topic has been closed for replies.
Best answer by Tesla DeLorean

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

1 reply

IRakh.1
IRakh.1Author
Associate III
October 7, 2022

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

MM..1
Chief III
October 8, 2022

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

Configuring STM32WB for Bluetooth LE without an LSE crystal

IRakh.1
IRakh.1Author
Associate III
October 8, 2022

thank you for share it.

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