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

Setting up BLE communication

I'm new at STM32. I have a STM3255WBRGV which i want to aquire data from sensors with, then send the data with BLE. Kinda like the p2pexamle project. I have seen almost all youtube videos and googled a lot about setting up BLE, without using an examp...

Kpede.1 by Associate
  • 279 Views
  • 0 replies
  • 1 kudos

I am currently using the SUBGHZ_Tx_Mode Example from the STM32WL examples from the ST Website. I would like to know (1) whether it is possible to change it to configure to transmit via LoRa 868MHz? (2) I am unable to edit the clock configuration HSE freq

My questions are as follows, based on the use of the SUBGHZ_Tx_Mode Example project for the NUCLEO-WL55JC board. (1) Can I use it to transmit LoRa radio on 868MHz? It doesn't specify in the readme file. (2) When editing the .ioc file in STM32CubeIDE,...

Rvan .8 by Associate II
  • 385 Views
  • 0 replies
  • 0 kudos

Achieving lowest power on STM32WB5MMG MCU

Hi...I am using STM32WB5MMG MCU..to optimize the power consumption I am using HAL_PWREx_EnterSTOP2Mode() to put the controller in sleep mode.. But after power cycling the board multiple times the power consumption increases and not stable always...Wh...

Gk.1 by Associate II
  • 578 Views
  • 1 replies
  • 0 kudos

I am using STM32 Nucleo Pack LoRa HF band sensor and gateways. The Gateway has STM32L073RZT6 low power MCU with ST LoRaWAN_GS and for the end node I have I-Nucleo LRWAN1 i.e USI WM-SG-SM-42 low power LoRaWAN module based on STM32L052 and Semtech1272 trans

i am using STM32 Nucleo Pack LoRa HF band sensor and gateways. The Gateway has STM32L073RZT6 low power MCU with ST LoRaWAN_GS. I am trying to connect the LoRaWAN gateway with LORIOT network server and after following all the procedures, i.e configuri...

Manan by Associate II
  • 661 Views
  • 0 replies
  • 0 kudos

Resolved! How to change the advertising data length?

Hi,I am using the STM32WB55 Nucleo Board and am trying to characterize the current consumption of the board using the BLE HeartRate example. For this, I want to send 20 bytes in the advertisement data packet. How do I set the length of the advertisem...

JDamm.1 by Associate
  • 1959 Views
  • 4 replies
  • 1 kudos

Resolved! Set publish address in a STM32WB55 BLE mesh node

Hi,I want to set a publish address in node-1 in BLE mesh without using the mobile app. This address can be either unicast address of other node or group address. Node-2 should be able to receive messages from this node without setting its subscribe a...

NDev.1 by Associate III
  • 480 Views
  • 1 replies
  • 0 kudos

STM32WB55 current draw with BLE

Hello,I am trying to understand the datasheet regarding current draw of the STM32WB55 during BLE transmission. I see TX maximum output power consumption (SMPS Bypass) 12.7mA but what I don't understand is... does this include the Cortex M4 processin...

kcire L. by Associate III
  • 817 Views
  • 1 replies
  • 0 kudos

How to use RGB LED in STM32WB5MMG-DK?

/*SPI Initialization*/ static void MX_SPI1_Init(void) {   /* SPI1 parameter configuration*/ hspi1.Instance = SPI1; hspi1.Init.Mode = SPI_MODE_MASTER; hspi1.Init.Direction = SPI_DIRECTION_2LINES;//SPI_DIRECTION_2LINES; hspi1.Init.DataSize = ...

PB S.1 by Associate II
  • 715 Views
  • 1 replies
  • 0 kudos