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

Resolved! How to set the RF output power of Stm32wl55?

Hi, How can I set the RF output power of stm32wl55 in a LoRaWAN application?  I have Nucleo board, but it seems transmission power is adjusted automatically. The distance between the Gateway and Nucleo is a bit far, so I need to increase TX power. If...

0693W00000LyfENQAZ.png
BISIK.18 by Associate II
  • 3004 Views
  • 6 replies
  • 0 kudos

Resolved! STM32L series with LORA Module(1.8V)

Hello everyone,I want to make a project with STM32L series and LORA module and battery optimization is essential. I am going to run MCU under 1.8V but I am still not sure about LORA module. I am seeing support 1.8V operational mode. I assume if I hav...

Zek_De by Senior
  • 1730 Views
  • 5 replies
  • 0 kudos

Resolved! Is the reduced power comsumption the only advantage of using the RFO_LP output respect RFO_HP? Can I use the same RF matching network for RFO_LP and RFO_HP outputs? Any disadvantage of using the same RF matching network for both outputs?

I am developing a hardware design using the STM32WLE5JCI6. As a reference, I am looking at projects "MB1842.PrjPcb" (reference design) and "MB1389.PrjPcb" (Nucleo-WL55JC1 design files)

AZube.2 by Associate III
  • 854 Views
  • 2 replies
  • 0 kudos

Resolved! How I Program the CPU2 memory area using STM32CubeProgrammer?

I'm trying to understand how I program the BLE Stack and FUS in the CPU2 of STM32WB55G (1Mb). When I use the binary available of ST repositoy, in default mode I program the "stm32wb5x_BLE_Stack_full_fw.bin" in address started 0x08000000, but in the r...

0693W00000LyyeUQAR.png 0693W00000LyyigQAB.png 0693W00000LyyhsQAB.png 0693W00000LyygkQAB.png
MRebo.2 by Associate II
  • 1751 Views
  • 3 replies
  • 0 kudos

connect to a bluetooth device from stm32wb

Hello,I want connect to a bluetooth device/sensor from stm32wb and configure the device : for example confgure the period that it shoold advertise for.Is that possible? If yes how ?

BLiwa.1 by Associate II
  • 935 Views
  • 3 replies
  • 0 kudos

I'm having issues with the DMA Callback functions never being called after triggering the "HAL_SAI_Transmit_DMA" function.

Situation - I'm combining code examples from the STM32WB Opus Library code, with that of the Echo Cancellation (AEC) Function Pack. Using the code base to have support for a microphone, speaker, and Bluetooth. When implementing the code for the CCA01...