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

How can our app connect to STM32WB55 without using STM apps?

For our senior design project, we're trying to pair our created phone app (android) with the STM32WB55. Unfortunately, the WB55 only bluetooth pairs with apps created by STMicroelectronics. How do we use our app to connect to the WB55 without having ...

NVeda.2 by Associate
  • 709 Views
  • 1 replies
  • 0 kudos

Hello, I have a STM32L073 Nucleo board and SX1261 Lora Radio Board. I am using STM Cube LoRaWAN package to develop a Class A End Node. I want to use GPIO External Interrupt, Any suggestions how to implement?

msp.c has a callback definitionvoid HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) { HW_GPIO_IrqHandler(GPIO_Pin); }it.c has the followingvoid EXTI4_15_IRQHandler(void) { HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_4); HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_5); ...

BSada.1 by Associate
  • 670 Views
  • 2 replies
  • 0 kudos

STM32WB completed Advertising Interrupt

Hello,is there anyway to get an event or interrupt, after the transmission is finished of each packet from Advertising. I know this depends on Intervals Min and Max buti don't want to make a timer to syncronize an interrupt with the intervals. Thanks...

MGhad.2 by Associate
  • 472 Views
  • 1 replies
  • 0 kudos