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

How to use USB/UART/BLE stack with sequencer?

I have problem with USB stack as Virtual Port COM to use it with sequencer prepared to BLE stack. I mean I don't know how to execute needed CDC... functions inside usbd_cdc_if.c. Did anybod do that?I want to send via UART and via BLE received through...

_legacyfs_online_stmicro_images_0693W00000dJpIoQAK.png
dnj by Associate III
  • 718 Views
  • 1 replies
  • 0 kudos

BLE server stops adverstising

Good afternoon....I have a known working board with an STM32WB5MMGH6TR (server).  I am using an apk on a google pixel 6a.  The application scans for the device and if not found has a re-scan button that user can hit to try and connect (I am not the w...

SWenn.1 by Senior III
  • 867 Views
  • 3 replies
  • 0 kudos

Sends a packet periodically using BLE_LLD

I want to write a very simple program that sends a packet using BLE_LLD. For simplicity sake, for now, I prefer not using sequencer and put everything in the main loop.According to UM2804, I should be able to do that only using HAL interfaces. I star...

Severex by Associate
  • 528 Views
  • 1 replies
  • 0 kudos

Resolved! Missing macro COPY_UUID_128 after changing UUID in CubeMX

Hi,When creating a custom template BLE app in CubeMX everything works fine while not changing the UUID of service1, it builds and compiles well. But if I change the UUID to my own UUID (with UUID 128 input type to full), after generating the new code...

Remyhx by Associate III
  • 1439 Views
  • 5 replies
  • 2 kudos

STM32WB5MMG problems

I made a Demo using STM32WB5MMG to communicate with USB dongle or phone (BLE notification),AND I collect data from the MAX30001 (two interrupt pins PC10 and PC11, SPI1 communication) and the MAX30112 chip (interrupt pin PD0, I2C3 communication) by tr...

Lep_0-1713755444199.png Lep_1-1713755452567.png
Lep by Senior
  • 1499 Views
  • 5 replies
  • 0 kudos

Resolved! LPM Mode does not run the radio

I have succesfully implemented my own BLE advertisement (LEGACY) using the STM32WB55 MCU.I have attached my code below.In a nutshell I have created three timers and two tasks.When the Heartbeat timer expires it calls the Heartbeat function:This then ...

BettleBerry_0-1716444093530.png BettleBerry_1-1716444228475.png BettleBerry_2-1716444287916.png BettleBerry_3-1716444322703.png