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

NUCLEO-WBA25CE1 "Bootloader limitation"

Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.

ctrois by ST Employee
  • 141 Views
  • 0 replies
  • 0 kudos

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
  • 4033 Views
  • 0 replies
  • 3 kudos

STM32WBA63 + STM32_WPAN BLE + FreeRTOS tickless idle: BLE advertising misses LL timing after STOP wake when adding pre/post sleep hooks

Hello, I’m working on a low-power BLE peripheral design on an STM32WBA63 and I’ve hit a timing issue that I’m hoping someone can help me with.Hardware / softwareMCU: STM32WBA63CIUxSTM32CubeMX: 6.15.0Firmware package: STM32Cube FW_WBA V1.7.0Wireless s...

lgc by Associate II
  • 59 Views
  • 0 replies
  • 0 kudos

Toggling LED on STM32WBA25CE1 in the task

I am using NUCLEO-STM32WBA25CE1. I created STM32CubeMX project for this board. I activated RF, WPAN, RTC. I configured a wakeup every 10 seconds and set up a task for the sequencer to toggle the LED. The LED pin is correctly configured. I can toggle ...

suiunbek by Associate II
  • 69 Views
  • 3 replies
  • 0 kudos

Recommend a BLE SoC with Eddystone support ?

Split from STM32WB05KNV6TR missing in STM32CubeIDE 2.0.0 Target Selector - this is a new questionHi Ghofrane,Thank you for the explanation. Since the WB05xN acts as a network coprocessor, it doesn't fit my current design goals as I want to avoid usin...

STM32WL33 LPAWUR feature - distance problem

I am using the NUCLEO-WL33CC1 (for 868 MHz freq) and I tried the LPAWUR feature based on the Github examples that you provided:https://github.com/STMicroelectronics/STM32CubeWL3/tree/main/Projects/NUCLEO-WL33CC/Demonstrations/LPAWUR/LPAWUR_WakeupRadi...

Marko26 by Associate
  • 1121 Views
  • 2 replies
  • 0 kudos

Resolved! Keep RTC active when STM32WBA65RIV6 is powered down

Hi,We are currently developing a solution based on the STM32WBA65RIV6 MCU, and we would like the internal RTC to remain active while the MCU is powered down.We assume that this is possible, and we would like to clarify the following points:For how lo...

LJimé.1 by Associate III
  • 262 Views
  • 9 replies
  • 2 kudos

Resolved! GATT + basic Audio from the STM32WB5

Hi,I am working with the STM32WB5MMGH6TR and would like to achieve the following:Stream GATT data to a mobile phoneSimultaneously play simple audio to BLE earbudsThe audio requirement is modest: a tone that rises and falls in a sine-wave pattern (no ...

Ricko by Senior III
  • 120 Views
  • 3 replies
  • 2 kudos

OTAA without joining the network

Hello,My end node activation mode is OTAA, and is supposed to enter shutdown mode and wake up after a specified period of time period, in order to save power, the end node should skip joining the network at every wake up. I was able to skip the joini...

onass by Associate III
  • 307 Views
  • 8 replies
  • 0 kudos

Forcing a specific DR to LoRaWAN_End_Node_LBM

Can force a specific DR for LoRaWAN?I tried using: uint8_t custom_dr[7] = {0};custom_dr[3] = 1;lorawan_api_dr_strategy_set(USER_DR_DISTRIBUTION, STACK_ID);lorawan_api_dr_custom_set(custom_dr, STACK_ID);   but did not work.

onass by Associate III
  • 136 Views
  • 2 replies
  • 0 kudos