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

Resolved! STM32WB Option Bytes read/write

Hi!In AN5289, on page 37, the sequence for writing to Flash memory is described, taking into account potential CPU2 access (semaphores Sem2, Sem6, and Sem7). What does the diagram for writing/reading option bytes look like? Is it the same?

Not able to write the values in the ble using custom

I am using the stm32wb55rev6 for my ble project.I created a new project based on the custom template provided by the ST. I am not able to print the messages on the terminal using the APP_DEBUG function.I am not able to send the data from the app to t...

TejasK by Associate III
  • 167 Views
  • 0 replies
  • 0 kudos

Resolved! Need M0+ recovery solution without reseting M4

Hi! We are developing a sensitive device using the STM32WB55, using in the M0+ the concurrent Thread+Ble binary (we use the concurrent because we'll need both Ble and Thread in the near future, althought the most important role is the Thread communic...

HAP Central start stream fail

Use example code BLE_Audio_HAP_Central to audio function. The Central may start the stream fail, though the BLE connect and GAP link returns are OK. and Once the stream start failed, the stream cannot be start forever, with the result "CAP Unicast St...

HuangFan by Associate II
  • 746 Views
  • 16 replies
  • 0 kudos

Resolved! 2.4Ghz Comms Example?

Hi.,Could anybody point me to a working example of a working basic IEEE  802.15.4 communication example, NOT Bluetooth, pure radio frequency in 2.4Ghz.I spent about 2 months trying to figure this out for my WB55 series without success and can't waste...

SteveJ by Associate II
  • 257 Views
  • 2 replies
  • 1 kudos

STM32WL31: Differences in published matching topologies

Hi! Starting a design with an STM32WL31K8V6. This is the 32 pin VFQFPN32 variant.As far as I can see, there is no HW Reference PCB that covers the 32 pin package. Looking at the datasheethttps://www.st.com/resource/en/datasheet/stm32wl31kb.pdfon p.32...

Franz.1 by Associate III
  • 221 Views
  • 1 replies
  • 0 kudos

Resolved! How to get LTK

Hello community, I am currently considering capturing and analyzing BLE packets by using BLE sniffer, but for that I need the LTK used for decryption.BLE Secure Connection pairing does not directly exchange LTK, so I do not know where to find it exac...