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

Resolved! NUCLEO-WL55JC1 for instant digital audio transmission

HelloI want to build an In-Ear Monitor system for performing music live. This system gets an audio signal from a sound card. Transmits it wirelessly (around 865MHz) to a bodypack receiver and plays the audio with virtually no delay.I stumbled upon th...

Kenney by Associate
  • 1619 Views
  • 2 replies
  • 0 kudos

STMicroElectronics Partnership with Espressif

Is STMicroelectronics ever going to partner with Espressif to integrate short distance wireless connectivity with stm32 MCUs? Would this be a good idea? Right now, the only good library that integrates Wi-Fi connectivity and networking in stm32 using...

ZigBee timeout to join the network

Hi,The ZigBee Coordinator does not allow the new nodes to join the network after a certain amount of time. I want to change this behavior. I want the coordinator allow the new nodes to join the network at any moment of work. How to change it?Best Re...

lukasz2 by Associate III
  • 4811 Views
  • 3 replies
  • 0 kudos

Is periodic advertising sync supported by the coprocessor?

I'm trying to enable periodic sync so that another BLE device can sync with the stm32wb5mmg and receive advertising data from it. Through bluetooth sniffer I can see that the 'Sync Info' flag in the Extended Header Flags is set to zero, meaning no sy...

ADing.1 by Associate II
  • 802 Views
  • 0 replies
  • 0 kudos

STM32 LOCKUP causes in the field?

We're using the STM32WB55CE across a range of products, using a mostly shared codebase. Thousands of devices deployed and mostly very stable, but one particular device (the one with the largest code base) is causing a lot of grief..After a few weeks ...

ChrisLB by Associate III
  • 1233 Views
  • 1 replies
  • 0 kudos

CubeIDE keeps generating error????

Hello.I have an STM32WB55 pcb that I developed.  I have been working with it for over a month now and all was working fine.  Today the CubeIDE decided to generate an error (see below):Download verified successfullyFailed to assign value 80037b1, to r...

SWenn.1 by Senior III
  • 706 Views
  • 0 replies
  • 0 kudos

Code Get Stuck

Hi,I am using STM32L072 LoRa discovery kit and enabled UART with DMA. Some times my code gets stuck in HAL_UART_Receive_DMA( ....) function at the line SET_BIT(huart->Instance->CR3, USART_CR3_EIE);This is called at the begining of the code. It wont r...

Code get stuck at

Hi,I am using STM32L072 LoRa discovery kit and enabled UART with DMA. Some times my code gets stuck in HAL_UART_Receive_DMA( ....) function at the line SET_BIT(huart->Instance->CR3, USART_CR3_EIE);This is called at the begining of the code. It wont r...