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

Resolved! BLE 5.4 Audio project guidance

Hello, i have a STM32WBA52CG with a NUCLEO 64 board.I want to utilize the new BLE in speakers. I want a Client phone to broadcast audio to servers -> STM32WBA52CG.First question, does an example sketch exist for this application? Is there some availa...

Resolved! wb55 can't wakeup from stop2 by LPTIM

hello everyone!from the link Solved: STM32U5 Can't exit STOP2 mode with LPTIM - STMicroelectronics Communityit is possible to make LPTIM work in stop2and there is a macro,__HAL_RCC_LPTIMx_CLKAM_ENABLE(), where x can be 1, 3, or 4. but in my project,(...

Cchn.1 by Associate II
  • 156 Views
  • 1 replies
  • 0 kudos

STM32WB Reset issue

Hi,   I am Firmware Engineer and I'm using stm32WBMMG controller in custom board. Here, I can program it and is running the application right but it resets again and again and we found it by programming the RCC-> CSR control and status of reset flag ...

BT.2 by Associate II
  • 179 Views
  • 1 replies
  • 0 kudos

STM32WB5 USB CDC not working after STOP mode

Hello,I am trying to use the USB virtual com port on an STM32WB5MMG. After trying to go into any of the stop modes, I cannot get the virtual com port to work again. (I am using the RTC alarm to wake up the MCU from stop mode and it wakes up fine)I ha...

Dracu by Associate II
  • 527 Views
  • 2 replies
  • 0 kudos

STM32WB Notification doesn't seem to be working?

Hello I am using the following to try and get a notification from an STM32WB Nucleo server to my phone the client but cannot get it to work.BLE Notifications ---- ST Micro video I compile and can see the two characteristics on my phone but when I pus...

SWenn.1 by Senior III
  • 365 Views
  • 3 replies
  • 0 kudos

Single bonded device in STM32WB

I am programming an STM32WB5MMG module. Is it possible to limit the number of bounded devices to one?One process could be to bound to one device and when I want to bound another, delete all previously bounded devices. However, I would like to only de...