STM32 MCUs Wireless

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
  • 761 Views
  • 0 replies
  • 2 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
  • 962 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
  • 3347 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
  • 327 Views
  • 0 replies
  • 0 kudos

Using RTC with LoRa

Hello guys!I'm working with STM32WL series using the LoRa application, for that the RTC must be in binary mode.However, I need the calendar and timestamp for my project, which implies that I need to use BCD mode.I'm aware that the RTC3 has the mixed ...

FPicc.1 by Senior
  • 967 Views
  • 3 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
  • 523 Views
  • 2 replies
  • 0 kudos

Resolved! STM32WL55 middleware SubGHZPHY grayed out

Dear all!I'm working with a custom board. I would like to make a simple application (without Lora). Just sending packets that the device receives from Uart over the air to another device. 1st approch will be only in one direction to keep it simple.So...

robha by Associate
  • 805 Views
  • 2 replies
  • 0 kudos