Skip to main content
Atronil
Associate
October 30, 2022
Question

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

  • October 30, 2022
  • 1 reply
  • 777 views

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

This topic has been closed for replies.

1 reply

Remy ISSALYS
Technical Moderator
November 7, 2022

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