WB55 BLE client custom board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-19 4:31 AM
Hello.
I have my custom PCB with STM32WB55CEU. This board is tested so I m able to connect and sending data beetween "my PCB" and Smartphone.
Now I have new goal. The goal is to start scan process for nearby devices. I would like to hit breakpoint which is illustrated by the red arrow in the photo below.
So I created new project, configure as Client profile with all default values. Is this configuration sufficient for the system to fulfill its purpose or should I add extra code to this project?
- Labels:
-
BLE
-
STM32WB series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-19 4:52 AM
@JohnFromKrushevniky wrote:I would like to hit breakpoint which is illustrated by the red arrow in the photo below.
That point is just a variable definition - so there's (probably) no executable code there on which to set a break point.
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-19 5:00 AM - edited ‎2024-12-19 5:06 AM
I added NOP(). I would like to hit the breakpoint.
As I understand this breakpoint will be reached when the STM32WB55 finds at least one device in its vicinity.
In next step I will be doing further operations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-19 6:24 AM - edited ‎2024-12-19 6:29 AM
Some additional info:
As I can see on example P2P_client example there is a button whitch starts scanning process. I do not have any button on my custom board so I want to start scanning process at once, automatically after MCU initialization.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-19 6:38 AM
Program never reach this point:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-12-23 9:58 AM - edited ‎2024-12-23 10:00 AM
Can anyone help me get started with this?
Does the lack of response from anyone mean that a lot needs to be changed in this project to start scanning?
