STM32 MCUs Wireless

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
  • 1329 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
  • 1120 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
  • 1862 Views
  • 3 replies
  • 0 kudos

Resolved! Zigbee reconnect problem

I'm trying to develop an application for zigbee for the stm32wb55, but i get some problems when I try to reconnect.The configuration for the coordinator its the next parameters:      - config.startupControl = ZbStartTypeForm;      - config.extendedPa...

Pablo1610 by Associate II
  • 6052 Views
  • 5 replies
  • 1 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
  • 706 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
  • 492 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...