STM32 MCUs Wireless

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

NUCLEO WB55RG both server and client

Hi, I am currently working on the NUCLEO WB55RG board on a project configured by CubeMX as BLE server. Everything is working correctly on this side. The problem is that I am using 4 boards as server and i would like to send a broadcast message (adver...

BasileC by Associate
  • 406 Views
  • 0 replies
  • 0 kudos

Tickless idle on STM32WB55

I'm working on inserting the STM32WB55 into stop mode2 via the tickless idle for the FreeRTOSI saw that the SDK has an example for it: in the BLE_HeartRateFreeRTOS example for the nocleo wb55 I went over the code of the SDK and there was one line whi...

hagaimoshe_0-1688301926799.png

STOP2 Low Power Mode in STM32WB55

Hello,I'm using a custom board which has STM32WB55 as the MCU. For the application, requires the MCU in sleep mode. The chosen sleep mode is STOP2. I referred the example project 'PWR_STOP2_RTC' which is available for the p-nucleo board and tried to ...

ABN by Associate III
  • 4698 Views
  • 1 replies
  • 0 kudos

How can BLE server access its own characteristics?

I am working with the STM32WB15 controller. I have implemented a few custom BLE characteristics and I want to be able to check the value of the characteristics on the server side (not from a read request from a client device). Is there a way to acces...

BMcGe.1 by Associate II
  • 442 Views
  • 1 replies
  • 1 kudos

Resolved! STM32WL55 and DevEUI,++

The STM32WL55 Nucleo board comes with the LoraWAN DevEUI, AppKey et al.I assume that this is not the case for STM32WL55CC mcu itself, right? And I have to work out how to write that into each device by myself.// Niclas

Matter Thread end device commissioning failed

Hi,I am trying to commissioning NUCLEO-WB55RG Matter thread end device using chip-tool running on raspberry pi, It fails to commission.Reference Source Code used:Matter beta version for STM32 Github repo: github.com/stm32-hotspot/stm32wb-matter-devic...

Shri_ by Associate
  • 3185 Views
  • 2 replies
  • 0 kudos

OpenThread SED CoAP Power Consumption

I am using the stm32wb boards to learn OpenThread and develop a low power application to read some sensor data. My plan is to use a CoAP message to send the payload, and have been studying the THREAD_SED_Coap_Multicast example in an attempt to learn....

jmarx_5-1687894477983.png jmarx_6-1687894514122.png jmarx_7-1687894545019.png jmarx_8-1687894562109.png
jmarx by Associate
  • 472 Views
  • 0 replies
  • 0 kudos

STM32 SubGHz ping-pong low power

HiI am building an app where the transmitter has no power constrains, but the receiver needs to run at lowest power.The transmitter (master unit) will be sending pings such that any receiver (slave) near by would respond by sending its ID to the tran...

sgabran by Associate III
  • 452 Views
  • 0 replies
  • 0 kudos

Resolved! STM32WB55 USB dongle USB Driver problem whit ZigBee

Hi to all. I have a problem whit USB dongle STM32WB55.With BLE stack and all BLE examples from STM32Cube_FW_WB_V1.16.0 Virtual USB port is working just fine. But when I change to stm32wb5x_Zigbee_FFD_fw and use P-NUCLEO-WB55.USBDongle\Applications\Zi...

Nja.1 by Associate II
  • 8555 Views
  • 3 replies
  • 0 kudos

Problem with USB communication activating Zigbee

Dear St Community,I'm developing a work at Board Nucleo-WB55RG. I already get the Zigbee communication and USB communication working well on the board, but when I merge them in the same project, I have some problems.My PC identify the USB connection,...