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

Resolved! Can't find zigbee IEEE address in stm32wb55 example code

Hello, I am trying to implement a zigbee network using stm32wb55 custom board. I use STM32Cube_FW_WB_V1.21.0 zigbee examples. Everything works perfectly, butI want to change the client/router 64 bit IEEE address, but I can't find where it is set or h...

UPomm by Associate
  • 356 Views
  • 1 replies
  • 0 kudos

Resolved! X-CUBE-MATTER and CMake

Hi,I want to use CLion for development, which requires CMake, and I've been struggling with integrating the X-CUBE-MATTER package in it.Globbing all files withfile(GLOB_RECURSE src_files "Middlewares/*.c" "Middlewares/*.cpp" "Drivers/*.c" "Drivers/*....

vohorci by Associate
  • 288 Views
  • 2 replies
  • 0 kudos

Resolved! STM32WB09 deepstop mode

I'm trying to run a sample PWR_DEEPSTOP_RTC from PWR_DEEPSTOP_RTC, but I'm facing some problems.The code works correctly, the UC enters deepstop mode and returns to run mode, but when I try to measure the current in PJ2 as described in item 7.1.4 of ...

rlopes by Associate II
  • 441 Views
  • 2 replies
  • 2 kudos

Bootloader information of STM32WL33CBV7

Hi Team, We are using STM32WL33CBV7 controller in our new project, we require complete information of bootloader and its dedicated pins and its implementation, Could you please suggest the application document which gives complete information on boot...

Resolved! STM32WL PCB RF Design

Dear ST community,I am developing a PCB design for wireless communication utilizing STM32WLE5CCU6. I have a very basic grasp of RF knowledge, impedance matching for example. I read thoroughly the documents: AN5457 and AN5407 of designing RF layout. I...

Saturn PCB.png Nucleo_PCB_Mark.png

Resolved! Finding if the BLE stack is running

Hi,I'm relatively new with ST microcontrollers and I'm struggling a bit to find an answer to a question I have.I have some code that reads data from an external source. I need to read some data on startup, as it dictates the some stages of the boot p...