2025-02-03 01:39 PM
Hi everyone,
I’m a beginner with STM32 boards and I’m trying to understand and work with the BLE 5.4 PAwR feature. I have a NUCLEO-WB09KE board, and I’m using Windows 11 along with the STM32Cube_FW_WB0_V1.1.0 package. I have installed all the required tools: STM32CubeIDE, STM32CubeMX, and STM32CubeProgrammer.
I’m trying to replicate the example from this workshop video:
Workshop Video – BLE PAwR Example
I’ve also reviewed the README.md files in the following repositories:
1. STM32WB0-BLE-PAwR-ESL
2. STM32WB0x-Demo-Workshop
However, in the examples located at:
…/Projects/Applications/BLE_PAwR_Broadcaster
…/Projects/Applications/BLE_PAwR_Observer
I couldn’t find any folder for STM32CubeIDE (or a corresponding .ioc file). Only folders for IAR (EWARM) and Keil (MDK-ARM) are present, but I want to work with STM32CubeIDE.
Could someone please advise:
Any guidance or example would be greatly appreciated!