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

Resolved! STM32WB55 BLE and LPM

Hello, I am using p-nucleo-wb55. I have a code with an RTC alarm interrupt triggered every 5 seconds. In the ISR, I set a sequencer task that sends a message via BLE. I have enabled the LPM as I want the MCU to enter sleep mode while it isn't working...

Resolved! Can't build STM32WL FUOTA example with STM32CubeIDE

Good day I am trying to run the Lorawan FUOTA demo on my nucleo-wl55jc1 and havinf trouble. Once i build files in the recommended order and they build successfully, i am getting this issue: struggling to find out what i need to change in order for it...

HKhan4_0-1753959447304.png
HKhan.4 by Associate II
  • 401 Views
  • 4 replies
  • 0 kudos

Resolved! Device not found BLE after copying project

CubeIDE, P-Nucleo STM32WB55 I have a BLE project that works, it sends data from 2 temperature sensors & 2 accelerometers (x, y & z for each)Within Cube I copied the project then pasted with a new name.Added some code to take 1000 samples of the accel...

WBA54 BLE OOB pairing on IOS

I've tested the OOB function using 2 BLE MCU WBA54,case 1, one provide the OOB data then send to the other case 2, both proved the OOB data then send to each other  2 cases are OK, pairing success and bonded.OOB data provide use:ret = aci_gap_set_oob...

HuangFan_1-1757030896490.png HuangFan_0-1757030847539.png HuangFan_2-1757031057567.png HuangFan_3-1757031115857.png
HuangFan by Associate
  • 231 Views
  • 1 replies
  • 0 kudos

Resolved! NUCLEO-WBA65RI BLE and Low power

Hello everyone,I am performing some tests over the NUCLEO-WBA65RI board, related to low power mode and BLE functionality.I managed to test the BLE_p2pserver example correctly and checked the current consume is about 500 μA on this case until it goes ...

RPC by Associate III
  • 247 Views
  • 3 replies
  • 0 kudos

Custom bootloader doesn't jump to app

Hi all,I'm trying to create a custom bootloader with openbl on rak3172 sip buil with stm32wl, so Ive used this repos here. I've just ipdate the main like this#define APP_ADDRESS 0x08008000U HAL_PWR_EnableBkUpAccess(); __HAL_RCC_RTC_ENABLE(...

SBaro.11 by Associate III
  • 348 Views
  • 6 replies
  • 1 kudos

STM32WB55 FCC Certification

Hi everyone,I’m working on a product using the STM32WB55 with BLE and Zigbee static concurrency, and it’s now moving into the FCC certification stage.I’ve come across the Phy_802_15_4_Cli application along with the wireless coprocessor firmware (stm3...