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

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
  • 1594 Views
  • 0 replies
  • 2 kudos

Resolved! HAL_SPI_Transmit & HAL_SPI_Receive timing issue

Hi all,I am currently working with the STEVAL-PROTEUS1 Board, which incorporates the STM32WB5MMG module and the IIS3DWB high-bandwidth accelerometer sensor, interfaced via SPI_1.According to the IIS3DWB sensor datasheet, it supports a clock frequency...

Resolved! WB55: A friend node can connect up to 6 LPNs at most

Hi, The correspondence between friend nodes and LPNs in the ST official website description states that a friend node can connect up to 6 LPNs at most. Other chips can connect more LPN nodes with one friend node. Has ST optimized in this area?Thanks,...

DL_Weng_0-1733725418160.png
DL_Weng by Associate II
  • 301 Views
  • 1 replies
  • 0 kudos

building an "OpenThread/Matter ready" BLE application

For the moment our stakeholders have ordered only BLE support for our device, but on the HW side we already decided to take the 1MB WB55 variant to have enough room for future Thread support.Since the stm32wb5x_BLE_Thread_dynamic_fw is so big that in...

OliM by Senior
  • 437 Views
  • 2 replies
  • 1 kudos

Resolved! Nucleo-WBA55CG + HeartRateThreadX + Debug. How difficult?

Hello,  I would like to run HeartRateThreadX with Nucleo-WBA55CG, with Debug features that I can stop the code anytime from STM32CubeIDE. What I have tried(but not succeeded):  + Change Core/Inc/app_conf.h line 231 from 2 to 0(CFG_LPM_LEVEL).  + Disa...

Leon_MS by Associate III
  • 438 Views
  • 1 replies
  • 1 kudos

STM32WB55RG BLE Example in IAR

Hi Team ,I was trying the BLE example application from GitHub in IAR Workbench. After a successful compile using IAR Workbench, the binary is not able to run on the eval board, and the board is not advertising the packet at all. However, when I run t...

Resolved! printf cannot output BLE debug information.

Why can't my WB55 P-NUCLEO board print BLE debug information via UART? Some configurations, such as CFG_DEBUGGER_SUPPORTED, CFG_DEBUG_BLE_TRACE, and CFG_DEBUG_APP_TRACE, have been enabled. I tested it, and it seems the printf function is not working....