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

[STM32WL55] CTime locks Flash

Hello everyone,I'm having some issue with the ctime function time() in <time.h>.This is used in a library we imported (and for various reason we CANNOT change it), but I noticed that when time() is called it returns -1 (which could be fine) but also ...

LorenzoC by Associate
  • 609 Views
  • 1 replies
  • 0 kudos

Resolved! Inquiry Regarding Antenna Options for STM32WB5MMG

Hello,I'm in the process of developing a device using the STM32WB5MMG, and I have a query regarding the wireless testing method for the final product.I need to conduct tests using an antenna (external antenna) approved by the certification body rathe...

KWOOJ_0-1711342629324.png KWOOJ_1-1711342654135.png
KWOOJ by Associate III
  • 1707 Views
  • 6 replies
  • 3 kudos

Resolved! STM32WL55_local_network_scaling_upto_30sensors

Hi,In this example,  https://wiki.stmicroelectronics.cn/stm32mcu/wiki/STM32CubeMonitor:How_to_start_with_STM32_Wireless_Long_Range_demothere is a demo of one concentrator, and up to 15 sensors. How to perform the communication between one concentrato...

mohansv by Associate
  • 630 Views
  • 1 replies
  • 0 kudos

Resolved! Custom made ble characteristic updater don't work

Hello everyone!I just started learning how to use the STM32WB-Chips on the Nucleo-WB55RG and followed this tutorial: https://www.youtube.com/watch?v=Zgw3wRpGSRQ&list=PLnMKNibPkDnG9JRe2fbOOpVpWY7E4WbJ-&index=17After that I tried to make a function (fo...

Resolved! STM32WB5MM-DK power consumption test with x-nucleo-lpm01a

How do I connect x-nucleo-lpm01a with STM32WB5MM-DK to test power?I am using the RF module from STM32WB5MM-DK and not the one from P-NUCLEO-WB55.I know that there is a video for P-NUCLEO-WB55. Is there a video/guide for STM32WB5MM-DK as well?   

DS.4 by Senior II
  • 1264 Views
  • 6 replies
  • 1 kudos

How to use HAL DMA to generate PWM on P-NUCLEO-WB?

I am trying to generate PWM by using DMA with HAL library: uint16_t buffer[1] = {1500}; ... Status = HAL_TIM_PWM_Start_DMA(&htim2, TIM_CHANNEL_1, (uint32_t *)buffer, 1);however nothing happens. I am able to generate PWM without DMA: TIM2->CCR1 = 5...

LZure.1 by Associate II
  • 4663 Views
  • 7 replies
  • 0 kudos