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

LORAWAN PROBLEM WITH CUBEMX

HelloI noticed a strange behavior on CUBEMX when creating new project with STM32WLE5J8I MCU.When i activate a LORAWAN application and i build the project, ther's many erros of compilation but when i go to the "project manager" and "Generate files" op...

SHATE.1 by Associate III
  • 1145 Views
  • 1 replies
  • 2 kudos

Resolved! STM32WB LSE vs LSI2

Hi!I am using a STM32WB for a bluetooth very low cost application. Right now i have ported in my board with STM32WB50CGU the example P2P server and the Android application ST BLE Sensor connect and communicate with it. I am using the LSE clock (32.76...

LSpad.1 by Associate III
  • 4706 Views
  • 17 replies
  • 0 kudos

Resolved! VCP userBufferRX limitation on STM32Cube

Hello everyone,I have one more question about a project I generated with STM32CubeMX for an STM32WB55 microcontroller. The code generation included all necessaries libraries and source code to communicate with an external master device (such as a lap...

Resolved! BLE low power mode advertising

I have one more confusion regarding BLE connection.For the case in low power mode,If device is already paired and connection is established, do we need to continuously advertise packets at regular intervals for connection to keep intact and to provid...

GMacw.1 by Associate II
  • 658 Views
  • 1 replies
  • 0 kudos

stm32wb55cc code licensing

Hello. I create new empty project for stm32wb55CC in CubeIDE 1.6.1 with pack 1.11.0. main.c contains/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @br...