2025-09-09 6:21 AM
Hello everyone,
I'm new to both BLE and MEMS sensor. I want to combine 2 examples code as following:
STMems_Standard_C_drivers/lis2dux12_STdC/examples/lis2dux12_mlc_activity_mobile.c at master · STMicroelectronics/STMems_Standard_C_drivers · GitHub
STM32WBA Bluetooth® LE – Serial communication - stm32mcu
so that i can send MEMS events via BLE/USART. Could someone give me support or instruction, how to combine ?
2025-09-12 2:22 AM
Hi @Henry_BLE ,
Hello,
Regarding the use of the STM32WBA microcontroller and BLE (Bluetooth Low Energy) technology, I would like to provide you with some advice and operational guidelines to facilitate the development of your application.
On the official STMicroelectronics wiki, you can find numerous practical examples demonstrating how to use the STM32WBA microcontroller with BLE. In particular, I suggest consulting the following example:
STM32WBA Heart Rate Example
This example is especially useful as it presents a complete application for BLE data transmission and reception via a mobile app, covering both firmware implementation and communication management.
To optimize the development process, I suggest proceeding gradually by following these steps: