STM32 MCUs Wireless

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

Resolved! STM32WB55 RCP evaluation

Hi,My 1st post here, so please forgive me if I'm posting this in the wrong category.2nd disclaimer, I'm predominantly a HW engineer, so I have a limited amount to SW experience.I've been trying to put together a OT border router application on a Beag...

romihs by Associate II
  • 612 Views
  • 1 replies
  • 0 kudos

Making CoPro firmware opensource

Hi guys,Do you ever had a thought about making the CoPro firmware opensource and allow the community to participate the development? I see that the progress in maintining the Thread protocol is quite slow compared to the Openthread main repos, also s...

SPI MISO line stays high?

I am writing a driver for the STM32 to get the data from the front-end board, AD5940 using the SPI communication. I am using the AD5940 library available at the : https://github.com/analogdevicesinc/ad5940lib.STM32WB55xx has been used. I have configu...

HJain.3 by Associate
  • 2832 Views
  • 2 replies
  • 0 kudos

Hello everyone, I am encountering an issue with UART1 while using STM32WL for LoRa Communication with SubGHz_Phy_Per and STM32WL-SubGHz-PhyBasic-Tx-Rx examples from the STM32 Github.

In my application, I receive a message from LoRa and intend to transmit it via UART1 which is set to PA9 and PA10. However, when I check the UART RX using a logic analyzer, I do not receive anything.I have tested the UART1 alone in a simple project, ...