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

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
  • 197 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
  • 449 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...

Button EXTI for STM32WBA55CG

Hello everyone,I'm very new to BLE in general. Here is the story, i'm aplplying this example STM32WBA Bluetooth® LE – Serial communication - stm32mcuI want to create a button EXTI to send a BLE message and i should see the message on my phone via ST ...