User Activity

Good day to all,I'm having an issue with a BLE characteristic on the STM32WB55. I have a characteristic that is a read only (it doesn't notify or indicate), and currently, it is just a counter that increments every second. I'm running a P2Pserver, wi...
Good day, I am working on a custom BLE p2p server using the STM32_WPAN, library. I am working on the STM32WB55 chip with FreeRtos enabled. When I follow the STM32 Bluetooth tutorial on youtube, I realized that many tabs were missing on my setup. Is t...
Hi, I'm working on a modified CDC USB device in full-speed mode (STM32WB55, with STM Cube 1.9.0). I modified it to be a CCID class device.The issue I'm having is that when I send data of length 50 (51, 52, 242,243,244, 247,248,249), it just fails and...