User Activity

I am using BlueNRG M2 in a network co-processor mode and want to send 10 packets per second, each of 100 bytes. I have generated code through STM32CubeMX and changed the ATT_MTU value from 23 to 247 in the bluenrg1_gatt_server.h file, which was gener...
I using BlueNRG M2 as a network co-processor and have configured my project with STM32 CUBEMX which uses X-CUBE-BLE2. It is a non RTOS based project and is working well.Now, I want to use RTOS (FreeRTOS) with the BLE stack. Is there any example which...
Currently I am using BlueNRG M2 which acts as a network co processor which I communicate with my main controller. I have some data processing application for which I have to use other main controller and cannot use the processor of BlueNRG M2 Now, I ...
I am using BlueNRG M2 and would like to increase the MTU size from default 23 to 100 bytes.After reading PM0257 programming manual, I tried calling aci_gatt_exchange_config function which sometimes returns BLE_STATUS_SUCCESS and sometimes throws BLE_...
I am using BLUENRG M2SA and would like to enable data length extension and increase the MTU size. I read the PM0257 programming manual and made the following changes.#define CLIENT_MAX_MTU_SIZE 185   void hci_le_connection_complete_event(uint8_t Stat...