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

Current consumption numbers - TCXO included\not included

Hi,I have several questions regarding current consumption numbers as they appear in the Datasheet of the STM32WLE5.in Table 28 / Table 29 the current consumption of LORA RX/TX modes is mentioned.I have several questions:1. is it possible to use a TCX...

viola by Associate III
  • 1095 Views
  • 5 replies
  • 0 kudos

STM32WB15 BLE going in idle state

I am working on stm32wb15 board firstly I developed code with the nucleo board the code worked fine but when I used that on my personal hardware with same microcontroller the ble is just entering in UTIL_SEQ_PostIdle and UTIL_SEQ_PreIdle condition an...

Omkar14 by Associate
  • 472 Views
  • 1 replies
  • 0 kudos

Resolved! What are the STM32WB Custom Template Notify functions for?

I've noticed that when I create a notify characteristic, two functions are created each time: one is called Custom_<name of char>_Send_Notication(), the other is Custom_<name of char>_Update_Char(). What is the difference? They both end up calling th...

mbedt by Associate II
  • 558 Views
  • 1 replies
  • 0 kudos

Resolved! STM32WB5MMGH6 Project?

Hello.I have done a few projects in the past with the above module and am currently working on a motor controller project using an X-NUCLEO-IHM03A and an NUCLEO-F401.  I want to know if the STM32WB5MMHG6 has enough room and power to integrate the mot...

SWenn.1 by Senior III
  • 486 Views
  • 1 replies
  • 0 kudos

Resolved! Custom_STM_App_Update_Char_Ext

When making a call to the auto-generated API Custom_STM_App_Update_Char_Ext(), there is a switch statement inside the call  that looks as follows:As can be seen, there is a call Generic_STM_App...(). This Generic function detects errors and returns a...

dsmail1_0-1729699052846.png
dsmail1 by Associate II
  • 582 Views
  • 1 replies
  • 0 kudos

Resolved! STM32WBA52 FUOTA

Hi,I want to do OTA update with stm32wba52 can I use stm32wba55 provided example on BLE heart rate OTA update for stm32wba52.If not then where can I find the reference for stm32wba52.