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

Resolved! LoRaWAN Software Stack for STM32WLE5xx

How I get the software stack/firmware library stack with LoRaWAN for STM32WLE5xx MCU (other than Seed Studio Library) ?. In github, stm32wl repository only has a STM32WL55JC drivers alone. Is there any possibilities to get a firmware stack for STM32W...

Sequencer stop when LPTIM1 Started

I am using the LoRaWAN_End_node application.  The application was working fine until I integrated the Low Power sample code.  The Sequencer appears to stop working (I suspect the timers are not working).  If I do not do add MX_LPTIM1_Init() in main e...

jlaiosa by Associate II
  • 188 Views
  • 2 replies
  • 0 kudos

STM32WBCEU6 BLE ISSUE

Hi all,I am using the STM32WB55CEU6 to share data using BLE technology. I have designed a customized PCB based on my requirements. I fully configured the STM32CubeIDE .ioc file according to ST’s reference documents. However, I am not getting any outp...

Resolved! STM32WB55 LPUART Baud Rate Issue

 Hello STM Community,I’ve been struggling with an issue for some time and would appreciate your insights.I’m using an STM32WB55 MCU connected to an LTE modem via LPUART for cellular communication. The modem’s default baud rate is 115200.I use a ring ...

B-WBA5M-WPAN DEMO CODE

Dear Community,I have the B-WBA5M-WPAN module and trying to get a basic OpenThread Project working with Demo Code provided.The Demo Code provided for the module is not sufficient - I am trying to change LED Color when button B2 is pressed.I am trying...

diktril by Associate III
  • 584 Views
  • 6 replies
  • 0 kudos

Bug in STM32Cube_FW_WB_V1.23.0 USART module

Line 2185 of stm32wbxx_hal_usart.c uses incorrect macros for clearing the receiver timeout flag:__HAL_UART_CLEAR_FLAG(husart, UART_CLEAR_RTOF);I believe this should be:__HAL_USART_CLEAR_FLAG(husart, USART_CLEAR_RTOF);The original line warns of implic...

STM32WL55 LoRAWAN Live object can't join

Hello everyone,I am trying to communicate via LoRaWAN on the live object network of the French operator Orange. I'm using the nucleo STM32WL55 for the end device.  Here are the version of the application on the end device side :  APPLICATION_VERSION:...