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

How to send data at high speed via BLE

I need to send about 20K bytes of data per second over BLE (by STM32WB55), currently I am using the Custom_STM_App_Update_Char() function, which sends 148 Bytes each time, I using the following code: while(dataRemain > 0){ Custom_STM_App_Update_Cha...

popfan by Associate
  • 459 Views
  • 6 replies
  • 2 kudos

STM32WL5MOC EXTI and STOP2

Hi,I am trying to write a battery powered application with a STM32WL5MOC. The LoRa capability and the form factor are crucial. The dual-core feature unfortunately makes everything so much more complex. I only need the CM0+... so in the future the CM4...

Screenshot 2025-02-05 at 15.05.51.png Screenshot 2025-02-05 at 15.13.46.png
JE by Associate II
  • 927 Views
  • 4 replies
  • 0 kudos

Resolved! Can NuceloWL55 transmit CW?

Hello, I am using the NucleoWL55 for transmitting and receiving the data. I am able to transmit and receive the data in HEX, and when I observed in SDR# using RTL SDR I observed the burst data. I want to know if the NucleoWL55 can transmit the CW dat...

D_Sajan by Associate
  • 661 Views
  • 2 replies
  • 1 kudos

Resolved! STM32WBA55G-DK1 audio channel digital processing

HelloI want to implement some filters on the two audio channels in the BLE_Audio_PBP_Sink example project.Where in the code would you recommend that i implement these filters. Where can i without problems alter the audio streams.Are there any documen...

flamefire by Associate II
  • 1245 Views
  • 8 replies
  • 2 kudos

Micropython for Nucleo-68 WB55

Hi,I am trying to run micro python in Nucleo-68 STM32WB55R6VG.I followed the link https://docs.micropython.org/en/latest/develop/gettingstarted.html#building-the-stm32-portI am able to generate the binary files(hex,dfu,bin,elf)I flashed firmware.bin ...

Resolved! What is the performance of a single LoRAWAN gateway?

Hello,ST experts I have read Wiki on https://wiki.st.com/stm32mcu/wiki/Connectivity:Introduction_to_LoRaWAN. And we want to build a LoRAWAN based on STM32WL series MCU. But it seems not very clear what is the performance of the LoRA gateway. E.g. 1km...

STM32WL55: High consumption by RF section

Hello.I'm using the Nucleo-WL55JC board with LoRaWAN End-Device firmware (US915 region).To measure the current consumption of the RF section, I removed the JP2 (I_RF) jumper (as per the manual) and connected an ammeter.The issue is that the RF sectio...

Zedder by Associate II
  • 497 Views
  • 6 replies
  • 0 kudos

Resolved! STM32WB standby mode error

When I enter standby mode using HAL_PWR_EnterSTANDBYMode(), the program is expected to halt at __WFI() until awakened, after which it should restart from the beginning. The function is shown as followed.  However, in my case, after executing __WFI(),...

Snipaste_2025-03-21_14-58-56.jpg
veryneo by Associate II
  • 222 Views
  • 2 replies
  • 0 kudos