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

Resolved! Writing/Erasing internal flash during BLE connection

Hi all, We would like to perform write/erase actions in internal flash during active BLE connection for a slave/peripheral device. We intend to use BLE_RfWithFlash example. We are trying to establish sufficient conditions for a slave to perform write...

oguzcan by Associate
  • 491 Views
  • 2 replies
  • 0 kudos

STM32WB55 Reconnection issues, event not triggered

Hello community,I am running a modified version of the p2p_routeur_app example and everything is running smoothly except for some rare reconnection issues. The peripheral is a remote control that sends a lever signal to the central and often the peri...

ALedi.1 by Associate III
  • 543 Views
  • 2 replies
  • 0 kudos

Issues with Setting Advertisement Data on STM32WB

Hi,I have an STM32WB and I'm working with an example. I'm trying to understand how to add data to the advertisement data, including the name:I thought that all advertisement data is set here,   ret = aci_gap_set_discoverable(ADV_IND, Min_Inter, ...

photo 1 uncorrect.jpg photo 2 correct.jpg
JR2963 by Senior II
  • 475 Views
  • 1 replies
  • 0 kudos

Resolved! Custom wireless stack on STM32WB55 devices

Hi,I'm looking into using the STM32WB55 device for a custom radio solution.From what I gather this same question was asked and answered here: https://community.st.com/t5/stm32-mcus-wireless/is-it-possible-to-flash-a-custom-application-to-cpu2-m0/m-p/...

JTres.2 by Associate II
  • 359 Views
  • 1 replies
  • 1 kudos

STM32WB, ZigBee and bytes array cluster

Hello everyone,I'm contacting you to solve my problem. I have recently been working on adding the Zigbee protocol to an STM32WB55 microcontroller. After a few tests, I managed to send a temperature measurement using "zcl.temp.meas.h" and its function...

Aquatwix by Associate
  • 430 Views
  • 1 replies
  • 0 kudos

STM32WB Extended Advertising on STM32WB55?

Hello ST,We would like to use the Extended advertising capabilities of the STM32WB, but could not find the right example for it in the SDK or in the web. Do you have any examples or information/documentation from your side? We would like to advertise...

teja_111 by Associate II
  • 806 Views
  • 6 replies
  • 2 kudos

Rx timeout on Sub_GHz radio on stm32wle5xx

Here is one problem confused me some days:1. I send some data with LoRaWAN, so it will start RxTimeoutTimer to detect if timeout, and will set radio timeout 0xFFFF as default.2. Normally, the radio will raise IRQ_RX_DONE irq, that mean receive data d...

Zeepunt_0-1720094728355.png
Zeepunt by Associate II
  • 511 Views
  • 3 replies
  • 0 kudos

ble mesh data reception error

Hi. We are developing a project on STM32WB5MM-DK,BLE-Mesh v1.13.008;BLE-Mesh Library v01.13.009.I'm trying to make a BLOB server model based on an existing stack. I added callback functions and Opcodes_Table . Commands are sent and received (includin...