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

Resolved! Unble to read the Wireless satck Name in STM32WB

Hello,I want to read which stack is updated in my controller. For example stm32wb5x_BLE_Stack_full_extended_fw / stm32wb5x_BLE_Stack_light_fw / stm32wb5x_BLE_Zigbee_RFD_static_fw. So can I read back the stack name using code? Is there any way to read...

Smalik by Associate II
  • 638 Views
  • 1 replies
  • 0 kudos

Get CRC Error after transmit

Hi all,My application is showing belowDevice(NUCLEO-WL55JC1 EVM) send data to Gateway --> wait 100msec --> enter receive to wait data from gateway. In my test, If data from gateway more then device. The device report CRC Error to application layer.I ...

KimiHu by Associate
  • 1414 Views
  • 2 replies
  • 0 kudos

Resolved! Current consumption in low power modes

Hello everyone, I want to measure the current consumption in low power modes on a STM32WB5MMDK discovery board, I would have two questions  :)1) I have clock issues when I want to use MSI clock to have a 2MHz SysClk to put my STM32 board in Low run p...

Nour by Associate III
  • 916 Views
  • 3 replies
  • 0 kudos

Class C downlink not working in STM32WL55JC2.

My STM32WL55JC2 is programmed with the example code for Lora End Node given in the SDK v1.3.0.Class_A is enabled by default and working properly i.e. receive window of the MCU opens only after the periodic uplink.When the class is set to Class_C in t...

RonNad14 by Associate
  • 1334 Views
  • 3 replies
  • 0 kudos

Resolved! Measurement of current consumption

Hello everyone, I want to measure the current consumption on a STM32WB5MMDK discovery board. I've found that I had to put an ammetre on the jumper JP1, and I programmed the RGB LED to be working. However, when I put the ammetre and I power my board, ...

Nour by Associate III
  • 1065 Views
  • 4 replies
  • 0 kudos

Resolved! Firmware update OTA : STM32WL and NlueNRG-2

Hello,I am using the STM32WL55 with the BLUENRG-2N.i need to add the Firmware update OTA capability using the Bluetooth (BLUENRG-2N)the examples of FUOTA for STM32WL are based on LoraWAN protocol ... so it is not what i looking for.Do you have any ex...

malarab by Senior II
  • 2571 Views
  • 3 replies
  • 1 kudos

MBMUXIF_WaitCm0MbmuxIsInitialized infinite loop

Never gets past this checkvoid MBMUXIF_WaitCm0MbmuxIsInitialized(void) { while (pMb_RefTable->SynchronizeCpusAtBoot != CPUS_BOOT_SYNC_CPU2_INIT_COMPLETED) { } /* USER CODE BEGIN MBMUXIF_WaitCm0MbmuxIsInitialized */   /* USER CODE END MBMUXI...

bblouin by Associate III
  • 1698 Views
  • 7 replies
  • 0 kudos