STM32 MCUs Wireless

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

High current in stop 2 mode after BLE deactivation

Hi,I am using a custom board based on P-NUCLEO-WB55 and started working from the example code BLE_p2pServer. The board will normally be in stop2 mode and will check for pushbutton press every 1 second. The current consumption is around 10 uA in this ...

Jeremiah by Associate
  • 199 Views
  • 1 replies
  • 0 kudos

Resolved! Setting SC_KEY_TYPE to debug mode fails in STM32WB55

Hello, I want to enable the secure connection key type as 'DEBUG' in STM32WB55 with my custom setup. The cube IDE does not allow this setting in the configuration of .ioc file. I followed this tutorial and added the following line in my code inside t...

tmk_0-1739237869435.png tmk_1-1739238012604.png
tmk by Associate II
  • 246 Views
  • 2 replies
  • 0 kudos

Resolved! Accepting / rejecting pairing requests on STM32WB55

Hello, I am using STM32WB55 chip on my custom setup. I have configured my device in peripheral mode. I want to be able to accept / reject pairing requests initiated by the client device. I am following AN5270 for development. I have added code to set...

tmk_0-1741228230220.png
tmk by Associate II
  • 157 Views
  • 1 replies
  • 0 kudos

HCI_COMMAND_COMPLETE_EVENT ON STM32WB55

I am using the stm32wb5x_BLE_Stack_full_extended_fw.bin (1.18) on my STM32WB55. I would expect to get the HCI_COMMAND_COMPLETE_EVENT after calling hci_reset(), but I never get the event. I get the other HCI events such as HCI_DISCONNECTION_COMPLETE_E...

BLE enabled Project with freeRTOS.

Hello,We are currently working on a project that requires integrating FreeRTOS with the STM32_WPAN BLE Stack. Based on various forum discussions, it seems that configuring the BLE portion of the project using CubeMX is currently not feasible.However,...

NickK by Associate
  • 341 Views
  • 3 replies
  • 0 kudos

Resolved! TX power Level in BLE Advertisement

Hi allWe are using STM32WB55 for BLE application. By default, the TX power is added to AD data structure. Got to know that we can use this below API to remove the field from advertisement. ret = aci_gap_delete_ad_type(AD_TYPE_TX_POWER_LEVEL);Is there...

ABN_0-1740402584432.png
ABN by Associate III
  • 255 Views
  • 2 replies
  • 0 kudos