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

Resolved! I2S on STM32WB55

Hello,I am trying to get I2S and DMA working on my stm32wb55 microcontroller. I want to read data from an INMP441 (or similar). I did try to use the STCube IDE (or MX) to configure I2S and DMA using tutorials from the internet but this also did not w...

nikzin by Associate II
  • 266 Views
  • 5 replies
  • 0 kudos

crc_ctrl.h problem on the STM32WBA6

I'm having the same issue on my NUCLEO-WBA65RI project. This problem specifically occurs when I try to use both X-CUBE-FREERTOS and STM32_WPAN. The project cleanly builds just fine if I only use one or the other, but as soon as I try to include both ...

B-WL5M-SUBG1 and NUCLEO-WL55JC radio performance

I have 3 Nucleo-WL55JC and 2 B-WL5M-SUBG1 systems all running same code and located within a 1 foot of each other.  Additionally I have custom sensors based on the STM32WL5MOC located 4 to 8 feet away.  The Nucleo-WL55JC modules report rssi values be...

RCool.1 by Associate II
  • 628 Views
  • 2 replies
  • 0 kudos

Resolved! Persistent data saving callback

Hello,Based on the NVM example, after: ZbPersistNotifyRegister(zigbee_app_info.zb,APP_ZIGBEE_persist_notify_cb,NULL).What actions cause the device to enter the callback? Where can this information be found?Thanks,

ISLTG by Associate III
  • 147 Views
  • 2 replies
  • 0 kudos

NVM saving persistent data

Hello,I copied the logic from the NVM Zigbee examples. I notice that the end devices almost periodically calls the persistent data callback to save when I am sending sequential data sequences.However, this unfortunately causes the end device to somet...

ISLTG by Associate III
  • 577 Views
  • 11 replies
  • 1 kudos

Resolved! Adjust ZbZclClusterCommandReq callback timeout

Hello,I am looking how to shorten the timeout and/or failure entering of the callback.I am using ZbZclClusterCommandReq(cluster, &req, callback, arg). I currently have my own ACK timeout implementation, however, the callback still is entered with eit...

ISLTG by Associate III
  • 149 Views
  • 1 replies
  • 0 kudos

Resolved! Issue with Extended Erase Command on STM32WB55RG via USART1

Hi support, I’m currently working with a Nucleo-WB55RG board, and my goal is to perform a firmware update using an ESP32 as the host. The ESP32 is connected to the STM32 via USART1 (PA9 and PA10).The sequence followed is : 1. Connect to the bootloade...

Xem by Associate II
  • 272 Views
  • 4 replies
  • 1 kudos