Skip to main content
TomC
Senior
September 11, 2023
Question

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

  • September 11, 2023
  • 1 reply
  • 674 views

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.

This topic has been closed for replies.

1 reply

Issamos
Lead III
September 11, 2023

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