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

I2C on STM32WB09

I want to add I2C support to a BLE sample project, in particular BLE_Beacon or BLE_Peripheral_Lite.In CubeMX on non-BLE projects I can select PB6-PB7 for SCL-SDA respectively.In a BLE project there is a clash with TIMER and the I2C code is not genera...

LVanr.1 by Associate III
  • 502 Views
  • 1 replies
  • 0 kudos

Resolved! LoRa FHSS Receiving in STM32WL55JC (E5) module?

I want to work with Lora FHSS. Resources on this subject are limited. \STM32Cube_FW_WL_V1.3.0\Projects\NUCLEO-WL55JC\Applications\SubGHz_Phy\SubGHz_Phy_LrFhss. ;I looked at the FHSS example you told me about. This example works in TX mode only. It on...

bozgan by Associate II
  • 1058 Views
  • 6 replies
  • 2 kudos

B-WL5M-SUBG1 Demonstartion Software Source Code

Hi there! I'm just starting with the B-WL5M-SUBG1 and would like the source code for the program that runs on a newly purchased development board. The documentation says this code is available https://www.st.com/resource/en/data_brief/b-wl5m-subg1.pd...

B-WL5M-SUBG1.png
davidn by Associate II
  • 508 Views
  • 2 replies
  • 1 kudos

Resolved! LoRa FHSS support for STM32WL55JC (E5) module?

We purchased the STM32WL55JC Long Range Module board for a project. This board includes the LoRa E5 HF module. We are considering using LoRa FHSS in our project. Can this motherboard support LoRa FHSS? Does it support? I couldn't find much informatio...

bozgan by Associate II
  • 1066 Views
  • 6 replies
  • 4 kudos

Resolved! Doubts regarding timers

What are the differences between LPTIM and TIM, also doesTIM1,TIM2,TIM16,TIM17 work when the device is in STOP2 mode?

pho3nix by Associate III
  • 752 Views
  • 1 replies
  • 0 kudos

ADC: DMA ADC value is not updating after first reading.

I have configured the ADC in DMA mode to read a single pin for measuring external voltages.However, I’m encountering an issue where the ADC value is measured correctly on the first call, but on subsequent calls to the function, the ADC value does not...

Jimit7_0-1736882461393.png
Jimit7 by Associate II
  • 847 Views
  • 5 replies
  • 0 kudos

Can not init BLE stack on CPU2

Hi, I want to develop a BLE application on the STM32WB55, but I'm having trouble initializing the BLE stack on CPU2. I call the functions to initialize it (like in the Heart Rate Monitor example), and then I receive an RX_IRQ from the IPCC where inco...

image.png
JR2963 by Senior II
  • 638 Views
  • 3 replies
  • 0 kudos

can not get LoRa-E5-HF example to work.

I'm not able to get it to work. I'm trying the example, added all the necessary files from the Nucleo BSP library, and included some UART debug information. I can set it into standby mode, but I cannot manage to transmit using the example. I'm trying...