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

Ble disconnection event 0x3E

Post edited by ST moderator to be inline with the community rules especially with the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code Hi All, I’m developing a custom BLE Central + ...

STM32WL5MOC blank application

Hi,I made a custom board with a STM32WL5MOC module and I want to test LoRaWAN connectivity. How to get a blank example for testing LoRa? I try to use the End_Node example of the B-WL5M-SUBG1 board, but it requires some environmental sensors to be ini...

Auto-Reset Failure After Flashing STM32WLE5JC

Hello, I’m facing an issue with the STM32WLE5JC controller after flash programming. After programming, the controller does not automatically reset. It only starts working after manually turning the power OFF and ON. In these cases, I've observed the ...

suriya by Associate II
  • 145 Views
  • 0 replies
  • 0 kudos

Resolved! Low power Bluetooth advertising with STM32WB5MMG

The goal of my program is to:          1. Set low power time that runs off HSI for 10 seconds          2. Enter stop2 WFI           3. Wake up from low-power interrupt          4. Advertise for 5 seconds            5. Stop advertising          6. Rep...

aidant by Associate II
  • 358 Views
  • 2 replies
  • 0 kudos

Resolved! GPS data transmission using B-L072Z-LRWAN1

I am trying to send GPS data using B-L072Z-LRWAN1. I use PingPong project and changed the PingPong_Process as follows.static void PingPong_Process(void) { Radio.Sleep(); memcpy(BufferTx, tempBuffer, sizeof(tempBuffer) - 1); Radio.Send(Buffer...