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

STM32WB Resolvable Private Address

Hi,I am trying to use resolvable private addresses with BLE on two STM32WB-NUCLEO, one acting as P2PClient, one as P2PServer.The Architecture i would like to realize is:one BLEClient that acts like a collector, it receives data from some peripherals ...

LSpad.1 by Associate III
  • 556 Views
  • 0 replies
  • 0 kudos

PWM Output weird behaviour when using with P2P_BLE_server

Hi,I start a project with a custom board with STM32WB55 MCU on it.I wrote a simple code to work with PWM output at 100kHz on the channel 4 of TIM1 with 50% duty cycle. When I check the signal on the pin A11 all is ok.Then I start à new project from B...

PBOIS.1 by Associate
  • 387 Views
  • 0 replies
  • 0 kudos

Custom STM32WB55 Project workflow

Hello everyone,ive bought a Nucleo STM32WB55 evaluation board (MB1355C) + Dongle (MB1293C), which ive played around a bit for a while now with trying out different examples from the STM32Cube_FW_WB_V1.5.0 Firmware package.My goal is to use the STM32W...

BKN636 by Associate II
  • 602 Views
  • 2 replies
  • 0 kudos

Resolved! WUF flag don't set after shutdown

Hi everybody)I have a problem with exiting after shutdown mode. Entering codeif( (LL_PWR_IsActiveFlag_C1SB() == 0) || (LL_PWR_IsActiveFlag_C2SB() == 0) ) { /* Set the lowest low-power mode for CPU2: shutdown mode */ LL_C2_PWR_Set...

DPesk.1 by Associate II
  • 975 Views
  • 4 replies
  • 0 kudos

STM32WB50 Programming issue

Hi,I am using STM32CubeIDE version: 1.3.1 to program the STM32WB50CGU5, but when connecting in debug mode, the program reports that the connected MCU is STM32WB55xx. So my project, based on STM32WB50xx is not working at all, but if I change the MCU w...

0693W000000Wyu3QAC.png
LSpad.1 by Associate III
  • 581 Views
  • 4 replies
  • 0 kudos

Problem in write characteristic of p2p_client_app.c STM32WB55

Hello! I can not send more that 3 bytes from client to server using the write characteristic(aci_gatt_write_without_resp) in BLE_p2p_client_app.c . When I change CharValueLetgh to something higher then 3 my board cannot notify anymore. How can I solv...

Kolab by Senior
  • 421 Views
  • 1 replies
  • 0 kudos