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
  • 3366 Views
  • 0 replies
  • 2 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
  • 580 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
  • 435 Views
  • 2 replies
  • 1 kudos

THREAD: Duplicate IPv6 address

Dear ST Support Team,I am using STM32WB55 with firmware stm32wb5x_BLE_Thread_dynamic_fw.bin release V1.23 and application based on samples in STM32CubeFW. I flashed two devices and set both devices:OT_LinkMode.mRxOnWhenIdle = 1U;OT_LinkMode.mDeviceTy...

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...