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

LoRaWAN FUOTA class C

Hey everybody,I am currently working on a project which involves a firmware update over the air (using the nucleo wl55jc1 board). i have found an example project through the official website (https://www.st.com/en/embedded-software/stm32cubewl.html) ...

Schermafbeelding 2024-12-04 151038.png IdiotStudent_0-1733927114845.png

Flashing FUS + BLE Stack on STM32WB55 During Production

Hi,I am looking for the best method to program the FUS and BLE stack into the STM32WB55 during the manufacturing process, including the activation of the wireless stack. Is there any alternative to using the STM32CubeProgrammer with the ST-Link? Idea...

JR2963 by Senior II
  • 139 Views
  • 1 replies
  • 0 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
  • 142 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
  • 206 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
  • 172 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...