User Activity

I am looking to know where I should write HCI commands. For example I need to write HCI_LE_SET_PHY . Should I use  STM32CubeMonitor-RF.  If yes, then I don't find BLE_TransparentMode for STM32WB35XX series.please let know 
As per .ioc  the maximum value length for BLE data transfer can be 512 bytes. but  aci_gatt_update_char_value has char_Value_Length and Char_value pointer set for  uint8_t . so it means we can update only max 255 bytes .aci_gatt_update_char_value( ui...
Please let know how to change Connection Interval. I need to decrease Connection Interval value so data sampling frequency can be increased. STM32WB35 is working in peripheral mode. Thanks
Hello, I am making BLE data logging application where STM32WB35 series working as peripheral and sending to laptop the sensor data every second. STM32WB35 is receiving data from sensor on UART and sending same data to laptop every second on BLE. The ...
Hello,I designed my custom board using STM32WB series to be connected to sensor and send data to CLIENT which is my laptop.  I am able to use Write and Read Characteristics for a single character.Now I intend to use READ characteristic to send data e...