Interface and connectivity ICs

Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

aci_gatt_add_serv returns out of memory

Can you increase/allocate more memory to a service? How do i do this?The first 3 services I add have no issues. When I add the fourth service I have a ret of 0x1f(out of memory).ret = add_live_group_service(); ret = add_config_calib_service(); ret = ...

DKopp.2 by Associate III
  • 707 Views
  • 0 replies
  • 0 kudos

How update MTU size for Bluetooth?

Background: I have written Embedded application running on a STM32 chip with BlueNRG_M0 Bluetooth(4.2) LE module. I have a C# windows Application that is the client and is reading data form the embedded(remote) device. Problem Statement: The C# is on...

DKopp.2 by Associate III
  • 965 Views
  • 0 replies
  • 0 kudos

Hello every one, I'm using BlueNRG-m2 to communicate over ble, I make an interface with blueNRG over spi from stm32f446 mcu, my problem is that the ble linked list used in ble stack seems like it doesn't initialized correctly.

when I try to read software version (before gap or gatt initalization) using aci_hal_get_firmware_details(), it ends up to this and always fail to get the data correctly

_legacyfs_online_stmicro_images_0693W00000bhdrnQAA.png

RTOS example with X-CUBE-BLE2 BlueNRG M2

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...

RMoc.1 by Associate II
  • 513 Views
  • 0 replies
  • 0 kudos