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

Proper packet reception with STM32WLE5 Z

HelloI'm configuring reception of packets with known preamble and sync word, in 2-FSK mode, but it seems like radio is doing what it wants but not what I want. Apparently although I change sync word to some different value, packets are still catched,...

stm32wb55cc freezes in function Ble_Hci_Gap_Gatt_Init()

Hello. I am trying to run an example of a P2P server on my own board built on the stm32wb55cc chip, I hang on the line Ble_Hci_Gap_Gatt_Init (); more specifically in the loop while((EvtSet & EvtWaited) == 0) { UTIL_SEQ_EvtIdle(current_task_id...

SIvan.2 by Associate
  • 724 Views
  • 2 replies
  • 1 kudos

Firmware to use WB55 as USB bluetooth dongle

For evaluating the WB55 i would like to have software on a PC that can accept data from the Nucleo board over BLE. Since my PC doesn't have the latest Bluetooth version i want to use a WB55 as the radio. Zephyr RTOS has an example that would make the...

G5658 by Associate II
  • 475 Views
  • 0 replies
  • 0 kudos

STM32WB30 Zigbee debug info

Is it possible to output the debug info on a STM32WB30 through usart?The option stays off in cubeMX and when I turn it on manually ZbInit() returns NULL.Is there a working example for the STM32WB30?Thanks!