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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-07 3:57 PM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-08 3:47 PM
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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-07 3:58 PM
I didn't use external oscillator for frequency, all clock is set from the microcontroller internally
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-08 1:04 AM
I mean BLE need crystal for ... And examples is in firmware folder repository ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-08 3:34 PM
thank you for share it.
Looks like can work with HSE, but I still need an example
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-08 3:47 PM
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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-08 11:40 PM
