User Activity

Hello guys,I want connect to a bluetooth device from STM32WB.I've used this function inspiered to setup the connection with the device found when scanning but it won't connect to it it always print out Connection To Slave Failed with reason 0x46 whic...
Hello guys,I want connect to a bluetooth device/beacon from STM32WB.I've used this function to setup the connection with the device found when scanning but it won't connect to it it always print out "[BLE]   Successfully Connected to Slave" and then ...
Hello,I want connect to a bluetooth device/sensor from stm32wb and configure the device : for example confgure the period that it shoold advertise for.Is that possible? If yes how ?
Hello,I'm using STM32WB to scan bel beacons, i started from p2p_client example and modified it to scan all types of beacons it shows all close devices, their MAC address and RSSI power, but i want to show more beacons info like beacon name, type, bea...
#define APPBLE_GAP_DEVICE_NAME_LENGTH 7 #define BD_ADDR_SIZE_LOCAL 6 #if OOB_DEMO != 0 #define LED_ON_TIMEOUT (0.005*1000*1000/CFG_TS_TICK_VAL) /**< 5ms */ #endif PLACE_IN_SECTION("MB_MEM1") ALIGN(4) static TL_CmdPacket_t BleCmdBuffer...