User Activity

Hello,I am developing a system using an STM32WB55 Nucleo, such that the STM32 receives data from a Windows application via BLE changing of characteristic value, the STM32 then sends this over uart to an external device which returns an acknowledgemen...
I am attempting to send a file via BLE (Windows app -> STM32WB55), I've found that the ACI_GATT_ATTRIBUTE_MODIFIED_VSEVT_CODE event is called whenever a packet is received by the board however I am unable to find where the actual packet data is store...
Hello,I was just wondering whether it was possible to form a 2M PHY connection with a Windows BLE App?I have developed firmware for my STM32WB nucleo board, along with a C#.NET Windows application to connect with it.I am trying to maximise throughput...
Hello,I'm looking to receive information regarding advertising settings within STM32CubeMX for use on an STM32WB nucleo board.I'm trying to make my (only) service's 128-bit UUID available upon advertisement (or scan response?) . Within the CubeMX I c...
Hi guys, I am new to BLE and was looking for help finding useful information/examples pertaining to a problem I'm trying to solve. I am looking to connect device 1 (laptop/PC/mobile) via BLE to an STM32WB55 nucleo board, which would then be connected...