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

Resolved! STM32wb55 Zigbee Network connection status

I'm trying to find a way to get the connection status of the Zigbee Network.Our application can successfully join a network. We have also implemented persistence and are able to rejoin a previously setup Zigbee Coordinator. But I haven't found a way ...

Oswalt by Associate
  • 2379 Views
  • 4 replies
  • 1 kudos

How to Write Correct Sleep Function for WB55?

Split from https://community.st.com/t5/stm32-mcus-wireless/how-to-write-correct-sleep-function-for-wb55/td-p/746937 as this is a separate question   Hello,  I have another question: When I enable the CFG_LPM_SUPPORTED parameter in CubeMX, where shoul...

Ygt by Associate II
  • 510 Views
  • 1 replies
  • 0 kudos

Resolved! How to require encrypted notifications in STM32_WPAN

In `ble_defs.h`, we have the following security permissions for attributes:/* Security permissions for an attribute */ #define ATTR_PERMISSION_NONE 0x00U /* No security. */ #define ATTR_PERMISSION_AUTHEN_READ 0x01U /* Need authenticatio...

crwper by Senior
  • 1466 Views
  • 6 replies
  • 0 kudos

Resolved! B-WB1M-WPAN1

Colleagues, I have a task to accept settings and transmit measurements to the smartphone screen via USART1. The Android application is handled by a third-party company. I suspect that the task is not new, but I will have to solve it myself.For this, ...

Resolved! STM Nucleo-WBA52CG compile using IAR 7.40.1

Hello, i need to compile example project using IAR ver. 7.40.1, (common components ver. 7.2.0), and I'm dealing with this error ".ewp was created by a newer version of the product and cannot be opened." Is there any Guide how to migrate project to ol...

MLiska by Associate II
  • 941 Views
  • 4 replies
  • 4 kudos

Resolved! STM32WL33 specification

Hi,I am looking to use the STM32WL33 in a product. I am curious as to what the chip is in terms of its silicon. Is the M0+ equivalent to an available MCU?What is on the radio side? Is this an S2-LP for example?Thanks

CEagl.1 by Associate III
  • 1177 Views
  • 4 replies
  • 6 kudos

STM32WB P2P examle not working

Hi, i tried opening and debugging the STM32WB BLE-P2P example in my workspace but i dont get it to work. I tried a dozen ways to open and debug and even like in this video https://www.youtube.com/watch?v=WgsXMVZfoO8&list=PLnMKNibPkDnG9JRe2fbOOpVpWY7E...

STM32WB55RG BLE HardFault error

Hi. I bought the ble_p2pServer example code on an stm32 wb55rg board and am trying to get ble communication. The example code was imported via stm32 cubemx. The current problem is that I am getting a HardFault error in the SendCmd function in the hci...

20241119_162056.png
junhee by Associate
  • 598 Views
  • 1 replies
  • 0 kudos

STM32WL5 Radio Init

Hello, sorry to waste your time, but I don't understand. I use a NUCLEO-WL55JC1, after some test with the example in the WL_Package, and some errors to adaptate the example code. I have undertaken to start from zero. I use the example code in the Mon...