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

Resolved! aci_gap_slave_security_req returns error status on success

I think you guys have an issue here with your return in aci_gap_slave_security_req_rp0.Command itself works fine, as android does show a Pair Request. But I get a error on the Status response. Looking  in documents it is ACI_GAP_PERIPHERAL_SECURITY_R...

DS.4 by Senior II
  • 731 Views
  • 1 replies
  • 1 kudos

Resolved! Seeking Mbus Stack Protocol Drivers for STM32WL5MOCH6TR

Hello STM32 Community,I hope you're all doing well. I'm reaching out regarding a project we're developing using the STM32WL5MOCH6TR microcontroller. Our project requires the use of the Mbus stack protocol for communication purposes.However, when atte...

Taksh by Associate III
  • 637 Views
  • 1 replies
  • 0 kudos

BLE_HeartRate Unknown service

Hello again, I'm using STM32WB, the name and the image of HeartRate service is visible on my mobile device but I can't set the name and the image for my own service which I create it Why? 

Tom_Gean by Associate II
  • 3201 Views
  • 11 replies
  • 4 kudos

STM32WB1 BLE reduce connecting time

Hello, I made 2 project about client and server using stm32wb1mmc product.  > server project is using "custom p2p server" It works well but I want to improve usability.   1. How to reduce scan time for connect client to server?   > I quote it from ex...

STM32WB55 ble Notification

Hello Thank you for your help always I hope for a positive reply on this because it has indeed stressed me for some good time please help me Am using a temperature sensor and I want to be receiving the sensor values from the st ble toolbox app every ...

PMato.1 by Associate II
  • 663 Views
  • 0 replies
  • 0 kudos

Resolved! Implement BLE peripherals without using UTIL_SEQ

I would like to implement a BLE peripheral without using UTIL_SEQ.The sample project BLE_Peripheral_Lite seems to realize BLE functionality without using UTIL_SEQ, but when I add BLE functionality in STM32CubeMX, it is automatically set to use UTIL_S...