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

openocd is not working with STM32WBA65 CPU

The bottom line is the  "wba" file stm32wbax.cfg is missing from openocdHere are the details:I have designed a board with the STM32WBA65 CPU.I downloaded openocdDownloading from origin https://github.com/STMicroelectronics/OpenOCD.git (fetch)git chec...

SWent.1 by Associate II
  • 349 Views
  • 3 replies
  • 0 kudos

Modifying and debugging BLE_Ota in Cube IDE

I have been using the BLE_Ota released binary in an unmodified form in my products for years.   Now I want to modify it for use on a product that doesn't have an LSE crystal.   I have successfully updated my own application to run on HSE only, but no...

B-WL5M-SUBG1 Power consumption measurement

Hi All,I am working on B-WL5M-SUBG1 hardware.I compiled the example "C:\...........\STM32Cube\Repository\STM32Cube_FW_WL_V1.3.0\Projects\NUCLEO-WL55JC\Examples\PWR\PWR_STANDBY" to  measure the current consummed in standby mode and I am measuring the ...

STeng by Associate
  • 747 Views
  • 2 replies
  • 1 kudos

Can't transmit data with LoRa

Hi everyone,I have custom stm32wle board that is configured as dc-dc supply, and external 32MHz crystal with 6.8pF capacitors.I can read and write to/from radio registers but i can't transmit any data. Indeed even transmit interrupt (HAL_SUBGHZ_TxCpl...

krf by Associate II
  • 163 Views
  • 0 replies
  • 0 kudos

Resolved! STM32WB55 ADC Internal Resistance Issue

Hello STM Community,I’m currently working on measuring a LiPo battery voltage using one of the ADC inputs (AIN6) on an STM32WB55RG. The battery voltage ranges from approximately 3.0 V to 3.95 V. Since the ADC reference (Vref) is 3.3 V, I used a volta...

Resolved! LoRaWAN Software Stack for STM32WLE5xx

How I get the software stack/firmware library stack with LoRaWAN for STM32WLE5xx MCU (other than Seed Studio Library) ?. In github, stm32wl repository only has a STM32WL55JC drivers alone. Is there any possibilities to get a firmware stack for STM32W...