2022-10-30 02:30 AM
HI i have ULS24 light sensor with SPI communication protocol which i want to connect to stm32wb55rg board and use it BLE support to connect PC host. PC application will pair these devices and i will get access to control light sensor. please suggest examples or how to setup this configuration in cubemx
2022-11-07 09:19 AM
Hello,
You can look examples available in STM32CubeWB package for example BLE_p2pServer or BLE_HeartRate to see how to send/receive data over BLE.
Best Regards