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

L072Z LRWAN1: Switch from Class C to A

Originally a reply in this old thread: https://community.st.com/t5/stm32-mcus-wireless/not-able-to-disable-receiving-window-of-l072z-lrwan1/m-p/657145@Andrew Neil Sorry for Newbie question, so let's say I want to keep the rx window(in class C) open f...

pho3nix by Associate III
  • 549 Views
  • 2 replies
  • 0 kudos

Resolved! Lorawan class change

Hello,In our end-node application, the device occasionally needs to switch its operating class from Class A to Class C. This class switching is triggered by an external interrupt rather than a downlink message from the server.To achieve this, I am us...

pho3nix by Associate III
  • 498 Views
  • 2 replies
  • 0 kudos

STM32WL5MOC Hardware Design

Good day I am designing a a PCB using the STM32WL5MOC module and need some help selecting an appropriate buck-boost converter and designing a battery charging circuit using a 3.7v rechargeable battery.  Would it be possible to direct me to an example...

HKhan.4 by Associate II
  • 176 Views
  • 1 replies
  • 1 kudos

Resolved! Write to flash while running from the same flash.

I am implementing a dual-bank-like firmware architecture on the STM32WLE5CCU6 microcontroller, which does not natively support true dual-bank flash. In this setup, I need to write data to a region of the internal Flash memory that is part of the same...

jackiee by Associate
  • 251 Views
  • 1 replies
  • 0 kudos

Dual Banking in stm32wle5ccu6

I am currently implementing a dual-bank flash concept on the STM32WLE5CCU6 microcontroller, which features 256 KB of flash memory. I have divided the flash into two logical blocks, each of 128 KB. Both blocks include their own independent In-Applicat...

jackiee by Associate
  • 211 Views
  • 1 replies
  • 0 kudos

Sending sensor data via BLE

P-Nucleo STM32WB55I have two 3-axis accelerometers & toe temperature sensors on an I2C bus. I taking measurements at 1 Hz.I would like to send this data over BLE. Every tutorial so far seems to skip how to read the data into a characteristic & then s...