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

Resolved! LoRaWAN is locked when I try to start a new project with stm32wl MCU. What peripherals are required to enable it or to make LoRa work?

Hello,When I try to start a new project with stm32wl MCU, I see that LoRaWAN is locked in cubeMX. When I import one pre-configured project, I see that it is enabled, but I don't know if I have to enable some other peripherals first to enable LoRaWAN ...

IKarg.1 by Associate II
  • 1206 Views
  • 3 replies
  • 0 kudos

STM32WL NMI Handler Best Practice

Hi there,I am using the STM32WLE4C8 and I am trying to write a safe handler for the NMI interrupt. From what I can tell, the NMI interrupt is triggered by a flash double ECC error, an HSE failure, or an SRAM parity error. All of these are fairly seri...

RLind.3 by Associate III
  • 2000 Views
  • 1 replies
  • 0 kudos

I'm trying to broadcast messages via Zigbee using APS messages, but I get Error status = 0xa6 (ZB_APS_STATUS_INVALID_PARAMETER)

Hello, I need to broadcast data between multiple STM32WB55 boards in a mesh using Zigbee. So I figured trying to make the APS Message example bi-directional (so both sides can send a request) would be a good starting point. So basicly I copied every...

CWate.1 by Associate
  • 702 Views
  • 1 replies
  • 0 kudos

Resolved! What is the best way from STM32WB55 as Peripheral to a Dual Topology Architecture (Central + Peripheral)?

Hi I'm right now using the Nucleo-WB55RG as a Peripheral device to which the central (tablet) connects. I built most of my codebase with the CubeMX Code Generator – that means I defined all of my services and characteristics in the GUI choosing the B...

BGeig.3 by Associate II
  • 732 Views
  • 1 replies
  • 1 kudos

Blocking behavior when intergrating BME688 to Nucleo board

Currently, I am working with an IoT application on the board Nucleo-WL55JC1 with the sensor BME688. The example I am using is LoRaWAN_End_Node downloaded from STM32Cube MX. What I did: I initialized the the BME688 and set up some configuration after ...

0693W00000Suk0QQAR.png
HNguy.25 by Associate III
  • 1290 Views
  • 4 replies
  • 0 kudos

Resolved! Lorawan example to personnal project ?

Hi, I'm new to stm32 dev, and the stm32cubeide.We want to use the NUCLEO-WL55JC2 to try out the lorawan capabilities. No problem there, the example works just fine. ( would be interested in the LoRaWAN_End_Node_DualCoreFreeRTOS example)butThe project...