2021-03-24 08:01 AM
Hello,
I am currently working on a project using a STM32L072CZYx MCU on a B-L072Z-LRWAN1 cardboard. I soldered a Bluetooth SPBTLE-RF component onto the board in order to use the X-CUBE-BLE1 software with my STM32L072CZYx MCU.
So for my project, I have BLE tags that emit a signal and I want to receive this signal into my Bluetooth SPBTLE-RF component that is linked to my MCU with a SPI link and I have several questions regarding that :
I've tried to start from the SensorDemo_BLESensor-App code but I do not know which functions to call in order to receive my signal and send it to my MCU. Also, I've checked the STM32WB Bluetooth® Low Energy (BLE) wireless interface - Application note pdf file and there are several functions regarding HCI commands, but I do not understand how to use them, what to import and how does it work exactly ?
Thanks in advance for your help and sorry if I'm not very clear, if anything is not clear please let me know.