cancel
Showing results for 
Search instead for 
Did you mean: 

stm32wb55 connection to SPI with light sensor and BLE support connection to PC host

Atronil
Associate II

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

1 REPLY 1
Remy ISSALYS
ST Employee

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