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

RTC Calendar STM32WBA65

I am trying to modify the BLE_HeartrateFreeRTOS project. I will set the RTC date/time from a timestamp received over BLE from a PC. I need the RTC calendar to be running, as I need to timestamp data readings with a "Unix" timestamp. I also need to pe...

SLevi.1 by Associate III
  • 184 Views
  • 1 replies
  • 0 kudos

STM32WL5MOC with external antenna

Hi all,I designed a sensor board with STM32WL5MOC based on B-WL5M-SUBG1. Due to other constraints I cannot place the antenna directly on the PCB. Therefore I would like to place an U.FL connector (like: https://www.digikey.hu/en/products/detail/hiros...

STMWB05N: SMP/Pairing Request does not trigger.

Hello, I am using STM32H735 and installed a Bluetooth module STM32WB05N. For the STM32WB05N, it is configured as a transparent mode running as HOST + CONTROLLER firmware.  I got the firmware from this github: STM32WB05N Firmware. I have modified STM3...

rsatina by Associate
  • 172 Views
  • 0 replies
  • 0 kudos

STM32 WB55RG sudden fail

-------------------------------------------Board: STM32 WB55RGOS: Ubuntu 25.10 questingKernel: x86_64 Linux 6.17.0-6-genericSTMCubeProgrammer Version: v2.21.0-------------------------------------------I recently noticed that my board was not being fl...

Develop an application using the STEVAL-25R200A

Hello,I am exploring the STEVAL-25R200A, and I want to build a pollingTagDetect application, using  NFC10A1_PollingTagDetect that comes with the X-CUBE-NFC10 package, in STEVAL-25R200-STM32G0B1.ioc but i can't get it to work.When i flash the code int...

AC_E_0-1763597156735.png
AC_E by Associate
  • 169 Views
  • 0 replies
  • 0 kudos

Resolved! Delayed ISR on Button Press for Nucleo STM32WB55

Hello,I am using the Nucleo STM32WB55 board and noticed that when I press the user button, the interrupt service routine (ISR) is triggered only after about 3.5–4 seconds. This delay occurs even before reaching the callback function — the ISR itself ...

STM32WB5MMG and USB

Hi,I'm working with an STM32WB5MMG. I need to use both USB and BLE. I see that there are some threads opened about problems regarding the use of both USB and BLE in the same project due to the HSI48. However, I added LL_HSEM_1StepLock(HSEM, 5) to pre...