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
  • 3293 Views
  • 0 replies
  • 2 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 II
  • 429 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:...

Resolved! STM32WL5 custom pcb can't join lora

Hello,We made a custom pcb with STM32WLE5CC MCU, and with the IPD BALFHB-WL-05D3. You'll find in attachement the schematic.We use the STM32CubeWL software. We tries the same version on the nucleo and everityhing was going well, we could join with the...

BLE on STM32WB MCU on Short Range

Hello ST Team, I am Ramya Ranganathan from Karaka eDrives. I am working on the STM32WB5MM-DK discovery kit and used STM32CubeMonitor-RF  BLE Transmit and Receive data with two different boards. The packets are missing even less than 1 meter distance....

RamyaR2002_1-1759817072367.png

Resolved! WWDG interrupt keeps firing

Hi, After configured the GPIO pins via STM32CudeMX and generated the code, when I run the firmware, the "WWDG_IRQHhandler()" problem keep appearing from no way and hinder me from the rest of the development. Please see the attached screen shoot pictu...

Phang_0-1758536892175.png
Phang by Associate II
  • 475 Views
  • 8 replies
  • 2 kudos