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

Possible bug in BLE function

STM32WB.V11.1function: aci_gatt_add_service In the function we copy the Service_UUID struct to buffer according to size.UUID can be either a short 2 BYTES or long array of 16 BYTES.Issue: In case it is 16 BYTES, It looks to be...

DS.4 by Senior II
  • 813 Views
  • 3 replies
  • 0 kudos

STM32WB beacon reading

My question is about STM32WB series. I have documentation and examples, but it's still not so good. Its very complicated topic(for me). I want to build simple tiangulation navi system based on BLE signal strength.Yes, i have example for STM32WB, but ...

BPrac.1 by Associate III
  • 1942 Views
  • 4 replies
  • 1 kudos

Resolved! STM32WL production process

What is the production process (nm) of the STM32WL MCU's ? We are looking at designing a system that will have to operate in a possible radiation encvironment and the nm size of the process will have a bearing on this.

NUCLEO-WL55JC2 mod to run 868Mhz

Hi, I have a  Nucleo-wl55jc2 (US Low Band 433 Mhz) Would it be possible to remove the RF filters so I can run it on high frequences (EU 868 Mhz) ? Thanks Olivier

OFauc.1 by Associate II
  • 873 Views
  • 2 replies
  • 0 kudos

Resolved! STM32WB FUS update fail from 1.0.1 to 1.0.2

I had STM32WB55CGU7 chips with original factory FUS version 0.5.3. I upgraded it to version 1.0.1 successfully, then I tried to upgrade to latest released version 1.0.2, but I get "Error: Firmware not authentic!"

janis_sk by Associate II
  • 2262 Views
  • 9 replies
  • 2 kudos

use both I2C Master DMA and UART DMA at once

Hi all,I am trying to use I2C DMA as Master and UART DMAMy code isvoid HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim){ if (c == 1) { HAL_UART_Transmit_DMA(&huart2, (uint8_t *)b, 8); } else { /* I2C Transmit code */ } c = 1 - c;...

Frogram by Associate II
  • 1720 Views
  • 8 replies
  • 0 kudos

How critical are the RF matching network values?

Hi all,I am developing an application on the STM32WLE5CC based on the existing Nulceo boards for the JC part. First, the BoM provided for the JC reference is completely incorrect, it doesn't match the RF network design note, it's own schematic or the...

Direct Connection Issue after Scanning

Hi there,In short I am trying to use the Nucleo-68 board to scan for Cadence Sensor devices with UUID 0x1816 which I've managed successfully. I get a list of all available devices and their addresses (double checked against a report generated through...

JakBSIP by Associate II
  • 561 Views
  • 1 replies
  • 0 kudos

ble stack doesn't respond

Hello!In my app there are the master (stm32wb55) and up to three slaves (stm32wb55 too). In addition to this I need to scan the air permanently. At some point the ble stack of the central stops responding. It means that it becomes impossible to start...

DHunt.2 by Associate II
  • 2862 Views
  • 17 replies
  • 0 kudos