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

LoRaWAN FUOTA

Good day I am having many troubles with implementing FUOTA on my Dev kit. Firstly, I have downloaded the STM32Cube_FW_WL_V1.3.1 firmware. When i edit the script files to build using the latest cube ide (1.19.0) the build fails with many errors. I the...

HKhan4_1-1755851808481.png
HKhan.4 by Associate II
  • 614 Views
  • 1 replies
  • 0 kudos

STM32WL55JC1 – HSE clock not starting

Hi ST team, I am working on STM32WL55JC1. I am trying to enable the HSE external crystal oscillator, but it never starts.In firmware, I configure RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; and set HSEState = RCC_HSE_ON. After enabling...

Sjain by Associate III
  • 597 Views
  • 1 replies
  • 0 kudos

Resolved! Using acceleration sensor at LoRa communication.

I am using NUCLEO-WL55JC1 to use LoRa communication. And I add acceleration sensor of LSM6DSOX to this board and I want to get  acceleration data while communicating LoRa. But I could not get correct acceleration value. And I could get correct accele...

machi by Associate
  • 451 Views
  • 2 replies
  • 1 kudos

STM32L031F6P6 and LoRaWAN with sx1262

  Hello, I designed a board based on the STM32L031F6P6 with an sx1262 chip, and it worked well using the driver https://github.com/Lora-net/sx126x_driver for LoRa transmission. I'm trying to send LoRaWAN signals, but I'm having trouble finding exampl...