STM32 MCUs Wireless

Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

NUCLEO-WBA25CE1 "Bootloader limitation"

Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.

ctrois by ST Employee
  • 131 Views
  • 0 replies
  • 0 kudos

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
  • 4024 Views
  • 0 replies
  • 3 kudos

How to check the connection state of BLE?

Hi,I'm using stm32wb55 for ble application.I want to check the connection state of BLE for conditioning case.Is there any global instance or register which contain the state of BLE?Thanks.

Kyuns.2 by Associate II
  • 1876 Views
  • 3 replies
  • 0 kudos

Connect to a device BLE STM32WB55

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

0693W00000NrwPvQAJ.png
BLiwa.1 by Associate II
  • 3009 Views
  • 4 replies
  • 0 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
  • 3894 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
  • 1739 Views
  • 3 replies
  • 0 kudos