User Activity

Hello!I'm trying to use the base OTA firmware updater within the STM32WB github package.For some reason, when I try to use the notify characteristic in my app after an OTA update, the notifications aren't being sent out.Is there something that needs ...
Hello! I'm trying to run the BLE Heart Rate application on my STM32WB.I followed the guides and YT videos, but whenever the HW_TS_RTC_Wakeup_Handler interrupt is triggered, the device goes into a Hard Fault state at ' __HAL_RTC_WRITEPROTECTION_DISABL...
Hello! I'm following the example here but with RF enabled to put my STM32WB into low power run mode (https://github.com/STMicroelectronics/STM32CubeWB/blob/master/Projects/NUCLEO-WB15CC/Examples/PWR/PWR_LPRUN/Src/main.c)I'm running into an issue wher...
Hello!I'm trying to build an Android app to connect to my STM32WB device using a custom BLE profile.I'm able to connect and interact with my device via the ST BLE Toolbox app, but when I try to create a Bluetooth socket within Android studio and conn...
Hello! I'm trying to interface with a sensor that requires a repeated start condition.Datasheet: https://www.mouser.com/datasheet/2/348/ROHM_S_A0005047448_1-2562246.pdfI have other sensors on my I2C bus that I can communicate with. I also get '1' on ...