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

Resolved! Setting up a LPTIM with AR Interrupt on STM32WLE5

I have a program that requires a 30 second wake up period to feed a watchdog but use as little power a possible. To initiate the LPTIM using an external 32.768kHz watch crystal I am doing this:__HAL_RCC_LPTIM1_CONFIG(RCC_LPTIM1CLKSOURCE_LSE); //LSE L...

HWickham by Associate II
  • 1292 Views
  • 2 replies
  • 1 kudos

STM32WL RX noise figure - adding an external LNA

Hi,I am current reading the material to develop a LoRa application. My PCB is wicked small, therefore the chip-antennas wont have a good ground plane and therefore bad efficiency.While reading about the RX-path, I stumbled upon AN5457 where in figure...

Albi G. by Senior
  • 1574 Views
  • 2 replies
  • 2 kudos

Resolved! SMPS Clock Mux Errors

Whenever I set the SMPS Clock Mux to HSE /4 /2 = 4 I can save the project without errors but whenever I reopen the ioc file I get a warning that there is a clock issue that needs to be fixed.  I go into the clock configuration and it's bee reset to H...

nollstead by Associate III
  • 1016 Views
  • 2 replies
  • 0 kudos

Resolved! STM32WL5MOC Certification

Hey,It states on the product page for the STM32WL5MOC that it is certified. In the presentation for the part the FCC logo is under the "Certification" box. Does this mean that the module already has FCC certification? If so, is there a way to view th...

jrlyon by Associate
  • 797 Views
  • 1 replies
  • 0 kudos

Resolved! Rejoining zigbee network fails

Dear ST,I am trying to configure a simple zigbee centralized network with one coordinator and one endpoint, but I can't manage to correctly configure a rejoin request.As I understand it, a rejoin can be used to join a network as well. As per the docu...

Resolved! STM32WL FM Modulation

Hello, I just came accross the STM32WL series and I was wondering if I can implement a different modulation other than the ones included (FSK, PSK). I need to acquire an analog signal, convert it to digital and then modulate it with a frequency modul...

Jò by Associate
  • 1208 Views
  • 1 replies
  • 1 kudos

Resolved! STM32WB55CGU6 Current Consumption

Good Morning,I am working with an engineer that needs to asses the current based on the states of the STM32WB.  Is the simplest approach to use the Nucleo Board with the part and then, reviewing the schematic, place a current meter in line with the j...

rick2399 by Associate II
  • 1209 Views
  • 1 replies
  • 0 kudos

Resolved! Cluster Zigbee Failure Write Request

Dear St,I'm developing a cluster with a client and server, where I have a client to write on the cluster of the server. I can write with the function ZbZclWriteReq() on the server, but I'm not always successful. When I do the first write, I have succ...