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

UtilitySequencer not setting an event

I'm trying to set up the Utility Sequencer to run an acquisition task followed by an signal processing task, see code snippets below.When I look at the serial monitor, I see the start acquisition task message but then it hangs waiting for EVENT0So ev...

PCB Antenna Issue on STM32WB55 USB Dongle

To the ST Technical Support Team:I have a question regarding the use of the STM32WB55 USB Dongle. This board features both an onboard antenna and an IPEX antenna connector. However, the schematic indicates that the components for the IPEX interface a...

Resolved! BLE not starting on original STM32WB55

Hello,Recently, I’ve been asking several questions about STM32WB55 BLE behavior, and the respected @FilipKremen  has provided me with great support.It turns out that all this time I was actually working with fake Chinese chips. I suspect that some of...

IlliaGx by Senior
  • 274 Views
  • 5 replies
  • 2 kudos

STM32WB05 Deep Sleep RTC weakup

Hi, I am new to developing on ST32WB0x and would like to put the MCU into deep sleep and wake it up after 2 minutes for a fairly standard application.According to the documentation, it is possible to use the RTC timer.I have tried and tested several ...

Frantz by Associate
  • 111 Views
  • 0 replies
  • 0 kudos

STM32WL33 direct Tx

Hello,the MRSUBG by STM32CubeMx have a mode of operation named 'Transmit Data control' (not wel descripted by the documentation or examples), when this mode is actived the PIN PA10 change in MRSUBG_TX_DATA and and the bit stream inserted in PA10 pin ...

Resolved! STM32WBA54KGU6 - SMPS code generated...

Hi Champs, one of my customers develop on STM32WBA54KGU6. This SoC does not come with SMPS. Although he selects the righ reference (STM32WBA54KGU6) for code generation, SMPS seems to be used by default - he has to comment the line out form generated ...

agnes by Associate II
  • 384 Views
  • 7 replies
  • 0 kudos

Usage fault in WBA6_LinkLayer_BLE_Basic_lib.a

Hi,I'm having an issue with the WBA6_LinkLayer_BLE_Basic_lib.a library on zephyr.The library is found in zephyrproject/modules/hal/stm32/zephyr/blobs/stm32wba/lib directory in zephyr 4.2 (tag v4.2.0 in https://github.com/zephyrproject-rtos/zephyr/tag...

ya by Associate
  • 684 Views
  • 3 replies
  • 0 kudos

stm32wl communication data error with SX1278

  Hello ST experts, I have recently taken up a LORA wireless communication project, previously the transmitter side was using ebyte's lora module based on SX1278 and the receiver side was using a combination of STM32L1 and SX1278, they have been work...