2019-02-15 12:33 AM
I have created a project for STM32L452CE using CubeMX and added BlueNRG-MS package (Additional software component).
In the BlueNRG-MS package, I have selected the sensor demo application. Since our board is a custom board the pin configuration for BSP related components is changed accordingly.
When the generated code is running I am getting the below logs which shows the successful initialisation of BLE stack and entry into General discoverable mode.
But when I scan for the nearby devices through BlueNRG mobile application I am not able to find our device. But when BSP Button interrupt is generated the BSP LED is being toggled as per the implementation.
DEBUG Logs:
HWver 49
FWver 1813
BLE Stack Initialized.
SERVER: BLE Stack Initialized
Service ACC added. Handle 0x000C, Free fall Charac handle: 0x000D, Acc Charac handle: 0x0010
Acc service added successfully.
Service ENV_SENS added. Handle 0x0013, TEMP Charac handle: 0x0014, PRESS Charac handle: 0x0017, HUMID Charac handle: 0x001A
Environmental Sensor service added successfully.
General Discoverable Mode.