STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Matter software expansion for STM32Cube

Dear all, The X-CUBE-MATTER Expansion Package is now available on our official website following this link  MATTER - Matter software expansion for STM32Cube - STMicroelectronics  It is a reference implementation for the demonstration of Matter on ST...

Ouadi by ST Employee
  • 1553 Views
  • 0 replies
  • 2 kudos

Wait until BLE notification has been sent

I basically have this code:while (...) { // A while (BLE_STATUS_INSUFFICIENT_RESOURCES == aci_gatt_update_char_value(...)) { // B osDelay(10); } }   while (BLE_STATUS_INSUFFICIENT_RESOURCES == aci_gatt_update_char_value(...)) { // C osDelay...

LWChris by Associate III
  • 2121 Views
  • 4 replies
  • 1 kudos

NucleoF411 and IDB05A2 BLE beacon message reading?

Hello!I would like to ask for some help in my STM32 Project.In this project I want to receive and process a BLE beacon message with a Nucleo F411 board and X-Nucleo-IDB05A2 Bluetooth Shield.The message came from a simple device without any in or out ...

PPall.2 by Associate II
  • 1042 Views
  • 3 replies
  • 0 kudos