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

Resolved! STM32WB5MMG 32.774 kHz clock compensation

Hi all, We are using a STM32WB5MMG uC in one of our products and we just happened to see in its datasheet that the secondary crystal frequency is 32.774 kHz, instead of the common 32.768 kHz, is that right?We are using the internal RTC clocked by the...

XaviF by Associate II
  • 90 Views
  • 2 replies
  • 0 kudos

NUCLEO-WL55JC Distance Range

Hello ST Expert ,I'm using the NUCLEO-WL55JC1 for my project as Gateway and End-device.I have one Gateway and 4 end device ( based on the same baord ) , i don't made any hardware change , and I'm using the SW delivered by STMicroelectronics.I have an...

Powering STM32WLE5CCU6 without RF

Hi,I’m designing a PCB with the STM32WLE5CCU6. I don’t plan to use the integrated RF (LoRa) section, but the MCU choice is fixed.I couldn’t find clear guidance in the datasheet on how to power the device when the RF block is unused. I’d like to optim...

B5773 by Associate
  • 237 Views
  • 1 replies
  • 0 kudos

I2C and BLE on the STM32WB05

Hi, allI'm developing a BLE device using the STM32WB05 that supports I2C and BLE connections.I successfully established an I2C connection using I2C_SCL(PB6) and I2C_SDA(PB7).However, PB7 is used for RADIO_RF_ACTIVITY on BLE, causing a conflict betwee...

nama by Associate
  • 69 Views
  • 2 replies
  • 1 kudos

Resolved! Sleep stm32wb55

Hi, I'm working with an STM32WB55cgu6. I'm having trouble with power consumption in sleep mode, which is around 100μA or more. I replaced the chip and it dropped to 35-50μA, but on newer boards it's around 30μA. I'd like to know if there's any config...

Resolved! How to increase LPAWUR range

Hello :) I am developing an application using a pair of NUCLEO-WL33CC1. I am testing the LPAWUR, using the LPAWUR_WakeupRadio_Rx and MRSUBG_WakeupRadio_Tx examples as a starting point. The examples work fine, but the range is very short, only about 0...

angus123 by Associate III
  • 409 Views
  • 7 replies
  • 5 kudos

Resolved! STM32WB5MMG read characterisitc

Hi, I want to make a simple application with an STM32WB5MMG that exposes a characteristic which I can read. I created the service and the characteristic, and I enabled the CHAR_PROP_READ property. In custom_app.c, I then use Custom_STM_App_Update_Cha...