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
  • 663 Views
  • 0 replies
  • 2 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
  • 854 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
  • 339 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
  • 6064 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
  • 283 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...