cancel
Showing results for 
Search instead for 
Did you mean: 

Decoupling STM32WB BLE functionality from user code. Scanning for beacons. (STM32WB55)

TomC
Senior

I am writing an application that utilizes the BLE functionality of the STM32WB to scan for BLE beacons. In all support materials I've found that show how to exploit the BLE functionality of the STM32WB your code must be coupled to the sequencer and STM32_WPAN code base. Is there an interface that allows you to utilize BLE on this micro in a more modular fashion? Note: I wish to only use a small subset of total supported functionality as I only want to scan for beacons.

1 REPLY 1
Issamos
Lead II

Hello @TomC 

I suggest you to delete the sequencer un try a simple code in the application program ble_app.c. (don't change any configuration except those of the sequencer). 

Best regards.

II