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
  • 3576 Views
  • 0 replies
  • 2 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
  • 799 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
  • 249 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...

Sequencer stop when LPTIM1 Started

I am using the LoRaWAN_End_node application.  The application was working fine until I integrated the Low Power sample code.  The Sequencer appears to stop working (I suspect the timers are not working).  If I do not do add MX_LPTIM1_Init() in main e...

jlaiosa by Associate II
  • 231 Views
  • 2 replies
  • 0 kudos

STM32WBCEU6 BLE ISSUE

Hi all,I am using the STM32WB55CEU6 to share data using BLE technology. I have designed a customized PCB based on my requirements. I fully configured the STM32CubeIDE .ioc file according to ST’s reference documents. However, I am not getting any outp...