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
  • 3421 Views
  • 0 replies
  • 2 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
  • 823 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
  • 1510 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
  • 5660 Views
  • 7 replies
  • 0 kudos

L2CAP (COC) sends one packet per connection interval

Hello,Apparently COC channel can send no more than one packet (MPS) per connection interval.Trying to end more will result in BLE_STATUS_INSUFFICIENT_RESOURCESThis seems to be a bug since GATT (on same exact setup) can do at least 2, resulting in muc...

APort by Associate III
  • 582 Views
  • 0 replies
  • 0 kudos

Reconfigure clocks on STM32WB55 BleHeartFreeRTOS

 Hello,Curious regarding clock reconfiguration and MX_XXX_Init on wake up with STM32WB family.I see that in the example BLE_HeartRateRTOS the clock configuration on wake up is blank!Why is that? Doesn't in necessary to do the clock init again? this i...

DS.4 by Senior II
  • 935 Views
  • 2 replies
  • 0 kudos