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
  • 242 Views
  • 1 replies
  • 1 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
  • 4083 Views
  • 0 replies
  • 3 kudos

Resolved! STM32WB55CC BLE stack not initializing

Hello,I'm trying to implement BLE functionality on a custom board equipped with an STM32WB55CC using CubeMX.I managed to successfully (or so I think, the option bytes look good) install the BLE stack binary, but the device is not advertising. I mana...

Resolved! STM32WLE5 Module JOIN FAILED

Hi,I'm doing tests based on the LoRaWAN_AT_Slave. One of the modules often appears tMAC txTimeOut, resulting in JOIN FAILED. Same firmware downloaded, but some devices are working, is there any doubt? Is it a hardware problem? [14:47:35.933]发→◇AT+JOI...

ethan2 by Associate II
  • 1344 Views
  • 2 replies
  • 0 kudos

Resolved! STM32WB55 BLE

Edit by ST Moderator: This post has been translated from Chinese to comply with the ST Community Terms and Conditions (§10.2). When I burned the Bluetooth protocol stack onto the new chip, my code was not executed efficiently and the Bluetooth broadc...

CHEN25_1-1740020556734.png
CHEN25 by Associate II
  • 1427 Views
  • 2 replies
  • 0 kudos

Resolved! APS Layer configuration : Ack requirement

Hello,I'm trying to make an OnOff Switch emitter using zigbee on the STM32WB55 Nucleo Board. I started my project from the Zigbee_OnOff_Client_Distrib applications exemple.The receiver that I use is not made to send back APS ACK. Because of this I ad...

Nath by Associate
  • 1640 Views
  • 2 replies
  • 0 kudos

Zigbee coordinator network management

We have a Zigbee network, working as a coordinator, and we want to know which devices are connected. In order to know which devices are connected, we use this code: while (ZbNwkGetIndex(zigbee_app_info.zb, ZB_NWK_NIB_ID_NeighborTable, &neighbor, size...