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

Resolved! Nucleo-WB55RG Samples Aren't Working

I can't seem to get any of the samples to connect using the ST BLE Toolbox or ST BLE Sensor applications.  Here's what I have:Uploaded the latest BLE full stack:Uploaded the BLE_HeartRate_reference.hex file:Disconnect/Connected the USB cable to Nucle...

kumaichi_0-1725821217285.png kumaichi_1-1725821306092.png
kumaichi by Associate III
  • 620 Views
  • 2 replies
  • 0 kudos

Having trouble with Bluetooth STM32WB55RG

Hey everyone, I am using STM32WB55RGV7 processor. At the beginning of my bootloader programif (((*(__IO uint32_t*)address) & 0x2FFE0000 ) == 0x20000000) // if there is an application at the APP_START_ADDRESS { typedef void(*pFunction)(void);pFunction...

kazimk by Associate II
  • 1985 Views
  • 11 replies
  • 1 kudos

BLE Custom MESH

How can a custom BLE mesh be created ?I have already checked all the mesh models provided as example but how can I can make a custom mesh as I need to add a few external sensors.I have checked the MOOC for BLE mesh but it does not tell aything about ...

Rituraj by Senior
  • 652 Views
  • 2 replies
  • 0 kudos

Resolved! LoRa transmission with STM32WL55

Hi,I try to build up a HAM LoRa APRS system with STM32 and I don´t receive any messages in my gateway. For testing purposes, I use an 868 MHz gateway and an RAK3172 module. The RAK3172 module is configured as shown below:Initialize the LoRa module (u...

Kampi_0-1704547768720.png Kampi_1-1704547818700.png Kampi_2-1704547830407.png
Kampi by Associate III
  • 7406 Views
  • 4 replies
  • 2 kudos

Resolved! BLE stack uploading issue

Hello All,   I am reaching out to seek assistance regarding an issue I encountered while attempting to upload the BLE stack to my STM32WB device using the STM32 Cube Programmer. Below is the sequence of commands I executed:STM32_Programmer_CLI.exe -c...

Resolved! STM32WL LoRa matching network for CN470

Hi all, We have a new project for LoRaWAN CN470 frequency band. We went thru the "RF Matching Network Design Guide (AN5457)" but couldn't find any info about STM32WL chip RF output pin impedance at CN470.  Could you provide the RFO_HP pin output impe...

RayChoi by Associate
  • 587 Views
  • 1 replies
  • 0 kudos

Problem with broadcast ADV_DIRECT_IND

IN demo P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_p2pClient ,After receiving the server's broadcast data, we hope to send targeted broadcast data to the server.M0stack:stm32wb5x_BLE_Stack_full_fw.binWhen I use the following function to test, the erro...