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

STM32WL55 Erratum Clairification

In the SubGHz_Phy_PingPong example for the Nucleo-WL55JC2 there two register reads and writes to addresses that are not documented in reference manual.0x08890x0736The reference manual (RM0453 Rev 1) and erratum (ES0500 - Rev 1) for the STM32WL55 seri...

Alex M. by Associate II
  • 573 Views
  • 1 replies
  • 0 kudos

How to light up LED with a switch on the STM32 Board?

 while (1) { HAL_GPIO_WritePin(LD2_GPIO_Port, LD2_Pin, GPIO_PIN_RESET); if (HAL_GPIO_ReadPin(B1_GPIO_Port, B1_Pin)) { HAL_GPIO_WritePin(LD2_GPIO_Port, LD2_Pin, SET); } }}I am using the STM32 WB55 Nucleoboard, I am wondering why when I press the butt...

Member by Associate III
  • 2258 Views
  • 4 replies
  • 0 kudos

S2-LP - How do I enable IEEE Manchester encoding?

Hello,I've got a device which transmits with IEEE Manchester encoding, however on the S2-LPQTR, I seem to only be able to decode GE Thomas version of Manchester encoding (inverted to IEEE). Is there a way to enable IEEE encoding?Thanks Dave

DKils.1 by Associate II
  • 393 Views
  • 0 replies
  • 0 kudos

Zephyr + 802.15.4 + STM32wb55

I am beginner with STM32WB board and would like to know whether only the co-processor libraries from STM should be used for the Radio core or is it possible to use third party sources for radio programming. Further I wish to do 802.15.4 programming w...

Resolved! Unable to successfully load Sigfox credentials to STM32WLE5.

Hi There.I've successfully loaded the Sigfox_AT_Slave example to my device and the AT commands work 100%.I then followed the "Personalization and activation" section in document AN5480 to get and flash the Sigfox credentials from ST.When I try to loa...

0693W000008yPQuQAM.jpg
DThom.5 by Associate
  • 1188 Views
  • 4 replies
  • 0 kudos

How to migrate from STM32WL55 to STM32WLE5?

I am building LoRaWan code using STM32CubeWL Firmware Package, which is set up for the STM32WL55. My own hardware uses the Seeed LoRa-E5 module, which uses the STM32WLE5. Code built for the STM32WL55 runs on the STM32WLE5, but I thought I should migr...

charles23 by Associate III
  • 1258 Views
  • 1 replies
  • 0 kudos