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

Resolved! Unwind stack on stm32wb55 and FreeRTOS

Hi Helpdesk, I am currently facing an ASSERT issue on my custom board leveraging the STM32WB55 in conjunction with FreeRTOS. After some time scrawling the web, I have found the stack unwind functionality from `libunwind` available via the `unwind.h` ...

whati001 by Associate II
  • 1292 Views
  • 1 replies
  • 0 kudos

Resolved! STM33WL55 Environmental

Hi,I'm using STM32WL55 Wireless, Long Range Nucleo-64. My goal is to use this floor as an end node. I want to connect my existing sensors to the card via I2C protocol and send the data via LoRa. In the examples I examined, peripherals are used using ...

Ezgi1 by Associate II
  • 1510 Views
  • 7 replies
  • 1 kudos

Resolved! STM32WL5M

I attendded a trainning last year on STM32WL5M, we were told this product will be available 2024 January. I have been checking but looks like is not available.Do anyone have information when this product will be available?

STeng by Associate
  • 1501 Views
  • 5 replies
  • 1 kudos

Resolved! P2P reduce time between CONNECTED and NOTIFICATION ENABLED

Hello,In a Client(Router)/Server configuration with two STM32WB55 I would like to accelerate the transmission of data at starting of the server.The server address is know in advance and stored in the client then in the HCI_LE_ADVERTISING_REPORT_SUBEV...

PCu1 by Senior
  • 1281 Views
  • 2 replies
  • 2 kudos

Resolved! STM32WB5MMG

I work with the STM32WB5MMG (bluetooth Low Enenrgy 5.0 and 802.15.4 module).I can’t find any documentation regarding the allocation of each pin of the chip.the datasheet I found indicate a type I/O and a reference of the type "PB10" or "PD2".... but ...

chan by Associate
  • 844 Views
  • 1 replies
  • 0 kudos

Problem with DMA from FLASH on STM32WBA52

Hi all, I am experiencing a problem with the DMA of the STM32WBA52 (on the NUCLEO-WBA52CG board) when using it to transfer data from FLASH to USART1 TX : part of the transmitted data is modified, i.e. not the data that is found in FLASH)The problem o...

jeroen by Associate III
  • 1782 Views
  • 2 replies
  • 0 kudos

Resolved! STM32WB5MM-DK, connecting to Tuya gateway with zigbee

Hello,How should I make connection to the Tuya gateway with zigbee? I have read zigbee wiki dokumentation about zigbee binding. I have understand that I should use "find and bind" mechanism in that case. I tried to find suitable example from github, ...

eskomj by Associate III
  • 6446 Views
  • 12 replies
  • 0 kudos

Resolved! STM32WB55RG USB Device Not Recognize by Comp

Hi,I'm trying to use usb device of my STM32WB55RG Nucleo board but when I connect my device to computer, I got a "USB Device not recognized" error. I used "LL_HSEM_1StepLock( HSEM, 5 )" function before APPE init. How can i get rid of this error?Best ...