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

STM32WB5MMG RF_Out & ANT_IN Pins are NOT grounded

Hi Everyone! So yeah, as the title says, while designing the PCB, we forgot to ground RF_Out and ANT_IN pins of STM32WB5MMGH6T6, datasheet says we should have, because there is no external antenna. We have noticed it when we tried to run our codes to...

bluepcb by Associate
  • 440 Views
  • 1 replies
  • 0 kudos

Resolved! LmHandlerNvmDataStore not called?

Using the latest SM32Cube_FW_WL_V1.3.0 and the lorawan middleware.For MAC v1.0.4 the devnonce and other parameters needs to get persisted to the flash.  From what I see this happens when LmHandlerNvmDataStore is called.But from the looks of it, this ...

truhann by Associate II
  • 432 Views
  • 1 replies
  • 0 kudos

Resolved! P-Nucleo WB55 USB Dongle Programming

I'm trying to program a P-Nucleo WB55 USB Dongle (PCB number MB1293C) with the BLE_TransparentModeVCP example. Using STM32 Cube Programmer: 1. Load FUS V1.20.0 - stm32wb5x_FUS_fw.bin at 0x803A0002. Load  BLE Stack V1.- stm32wb5x_BLE_Stack_full_extend...

TWood.4 by Associate III
  • 713 Views
  • 2 replies
  • 0 kudos

Resolved! No HCI response to aci_gap_set_discoverable

Hello!I am having issues with firmwares on the P-Nucleo-WB55. I started from blank code from CubeMX using AzureRTOS/ThreadX with an added layer of CMSIS and took inspiration from the HeartRateFreeRTOS sample (as it uses CMSIS too). I am currently usi...

jhecht by Associate II
  • 1057 Views
  • 5 replies
  • 0 kudos

Resolved! BOOT0 on STM32WB1MMCH6TR

The STM32WB1MMCH6TR module has a BOOT0 pin that is pulled high on the MB1868 "B-WB1M-WPAN1" board through (what appears to be) a non-populated resistor. Without this resistor the BOOT0 input to the module is floating.  Does the module pull the signal...

StevenG by Associate II
  • 654 Views
  • 1 replies
  • 1 kudos

STM32WL Maximum storage temperature

I have an unusual question. The storage temperature range for an STM32WL is stated as: -65 to +150 °C.We are looking at doing some particular tests at high temperatures for radiation exposure recovery, so some questions if anyone knows:1. If we put t...

Resolved! Wake up MCU from STOP2 mode

HelloWe are working on a product using the STM32WLE5JC MCU. The features a magnetic switch that generates interrupts (specifically a low to high transition) which is meant to wake up the MCU from STOP2 mode. What is the ideal way to do this? We have ...