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

STM32WL + LoRaWAN multicast

Hi allI am trying to test and implement a multicast LoRa network using the STM32WL.I have been going through the thread: https://community.st.com/s/question/0D53W00001JCdeESAT/has-anyone-managed-to-make-a-working-lorawan-multicast-with-stm32wl-if-so-...

xarion by Associate II
  • 779 Views
  • 0 replies
  • 0 kudos

STM32WB15cc - Wake up periodically with RTC and check for event (battery charged), disable rtc if event has happened

I am trying to use as little power as possible, I want my board to wake up every 30 seconds or so, check if battery has been sufficiently charged, if not, go back to sleep, if it has then turn off rtc and do a function. Is it possible to disable rtc ...

LConn.2 by Associate
  • 945 Views
  • 4 replies
  • 0 kudos

Resolved! BLE & Thread Concurrent project

Is it possible to create a project in CubeMX for a concurrent BLE & Thread application for the STM32WB55?My attempts so far only allow for either a BLE or a Thread project (not both together).Thanks

romihs by Associate II
  • 1016 Views
  • 3 replies
  • 0 kudos

Resolved! Pin label defines not generated

When I create a new project using STM32CubeMX with my board (NUCLEO-WL55JC1), neither defines for PIN labels will be generated in main.h nor is there a BSP folder in the Drivers folder with a xxxnucleo.h containing definitions as I have seen in the e...