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

STM32WB5MMG BLE + UART

Dear Community, I have been trying to implement a BLE custom PCB that will implement an STM32WB5MMG for UART to BLE and an STM32H7. The WB5 will manage the send and receive packets from to a mobile App to the H7 through UART, also it has an state mac...

VCasa.3 by Associate II
  • 165 Views
  • 0 replies
  • 0 kudos

Resolved! Change the BLE advertisment value on stm32wb5mm

Hello I'm very new in stm32wbX programming  and I've created a ble service with custom advertise data packet 0xff with values 0x60,0x61 in app_ble.c uint8_t a_AdvData[12] ={  7, AD_TYPE_COMPLETE_LOCAL_NAME, 'B', 'E', 'A', 'C', 'O', 'N',  /* Complete ...

Fust3 by Associate II
  • 229 Views
  • 4 replies
  • 0 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
  • 671 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
  • 1363 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
  • 749 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
  • 1361 Views
  • 8 replies
  • 2 kudos