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

Pairing with smartphone started by device

Hi,i have some pairing problems with a STM32WB board and a smartphone.I have configured the STM32WB for working with the "Just Works" method (code attached).static void Ble_Hci_Gap_Gatt_Init(){ uint8_t role; uint16_t gap_service_handle, gap_dev_n...

LSpad.2 by Associate
  • 846 Views
  • 1 replies
  • 0 kudos

Resolved! Read an attribute value from the local database

Hey!!I have a BLE application which runs on custom server profile. There are few characteristics of a given service, where the client can modify them. I want to read these characteristics once they are updated by the client. I have tried to use "aci_...

ABN by Associate III
  • 842 Views
  • 2 replies
  • 0 kudos

STM32WB15 whitelisting with RPA

Hello everyone,I'm developping on the STM32WB15 with the wireless light stack v1.14.I want to implement a simple IoT flow for the bonding process, it goes as follow :A trigger launch the device in an open pairing modeA phone connect and bond with the...

DThom.10 by Associate
  • 789 Views
  • 1 replies
  • 0 kudos

Command to send data from server to client in stm32WB

Hello I need send data from server to client, I did it, with the next command uint8_t data= 8; uint8_t *send_data= &data;P2PS_STM_App_Update_Char(P2P_NOTIFY_CHAR_UUID, send_data);But in "ST BLE Sensor" I can flash the lamp but can not receive value, ...

IRakh.1 by Associate III
  • 901 Views
  • 2 replies
  • 0 kudos

STM32WB do not print debug log in UART

The example project BLE_p2pServer ishas the debug interface configurated such as it is possible to see what is happening on the Wireless Stack.For example However if I use the project IOC file to make a new project I'm not getting any information.Act...

0693W00000YAX1IQAX.png
YGail.2 by Associate III
  • 959 Views
  • 1 replies
  • 2 kudos