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

STM32WL55 LoRAWAN Live object can't join

Hello everyone,I am trying to communicate via LoRaWAN on the live object network of the French operator Orange. I'm using the nucleo STM32WL55 for the end device.  Here are the version of the application on the end device side :  APPLICATION_VERSION:...

Resolved! STM32WL5 custom pcb can't join lora

Hello,We made a custom pcb with STM32WLE5CC MCU, and with the IPD BALFHB-WL-05D3. You'll find in attachement the schematic.We use the STM32CubeWL software. We tries the same version on the nucleo and everityhing was going well, we could join with the...

BLE on STM32WB MCU on Short Range

Hello ST Team, I am Ramya Ranganathan from Karaka eDrives. I am working on the STM32WB5MM-DK discovery kit and used STM32CubeMonitor-RF  BLE Transmit and Receive data with two different boards. The packets are missing even less than 1 meter distance....

RamyaR2002_1-1759817072367.png

Resolved! WWDG interrupt keeps firing

Hi, After configured the GPIO pins via STM32CudeMX and generated the code, when I run the firmware, the "WWDG_IRQHhandler()" problem keep appearing from no way and hinder me from the rest of the development. Please see the attached screen shoot pictu...

Phang_0-1758536892175.png
Phang by Associate II
  • 582 Views
  • 8 replies
  • 2 kudos

0x20008000 or 0x20009000?

I am using the LoRaWAN end-node dual-core demo on an STM32WL5M.  I noticed the RAM_SHARED section in the .LD files of each core project points to different addresses, one to 0x20008000 and one to 0x20009000.  Is this a potential issue?

Resolved! need help in MCU selection regarding Bluetooth

Dear esteemed members,I am designing a Bluetooth based small headset kind of application, which will be capable ofreceiving audio stream, streamed through a device like mobile or any other.also need to control few GPIO with mobile, command will be se...

Preet by Associate II
  • 199 Views
  • 5 replies
  • 5 kudos

Resolved! issue with RTC Calendar alongside BLE on STM32WB

Hello,I’m working on a project with the STM32WB55 where I use BLE (which is working fine) and also want to use the RTC Calendar. The project was generated with STM32CubeMX, RTC is using LSE.The problem:The RTC calendar runs, but its time counting is ...

DPiór.1 by Associate III
  • 285 Views
  • 2 replies
  • 0 kudos

Ble disconnection event 0x3E

Post edited by ST moderator to be inline with the community rules especially with the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code Hi All, I’m developing a custom BLE Central + ...

STM32WL5MOC blank application

Hi,I made a custom board with a STM32WL5MOC module and I want to test LoRaWAN connectivity. How to get a blank example for testing LoRa? I try to use the End_Node example of the B-WL5M-SUBG1 board, but it requires some environmental sensors to be ini...