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

How to correctly access flash memory to erase sectors (operation triggered by a BLE notification) before notifying the operation status through BLE.

Dear,My goal is to erase some flash sectors after the receipt of a specific BLE notification ( ChardId = OTAS_STM_BASE_ADDR_ID / Command = OTAS_STM_APPLICATION_UPLOAD) (line 17 in the first code sample). Once the operation done, I should notify the i...

RGali.1 by Associate
  • 426 Views
  • 1 replies
  • 0 kudos

Resolved! How to turn off bluetooth radio?

My application only needs to send data once every few minutes during which time i can save power by turning off the radio. I don't see any examples that do it, they don't even have a deinit function.

G5658 by Associate II
  • 1055 Views
  • 3 replies
  • 0 kudos

Information about mesh network and configured nodes

Hello,I have created mesh by embedded provisioner. Mesh contains, let's say, 5 more nodes. I know where are saved node addresses, number of elements and device keys for all nodes (embedded provisioner has them saved in NVM memory). Is there any func...

fiiita by Associate
  • 292 Views
  • 0 replies
  • 0 kudos

Low throughput in p2p server example

Hi there!I added 3 characteristics to the p2p server example, with lengths of 2, 2 and 64 bytes. Event processing occurs directly in the p2p_stm_app_notification (p2p_server_app.c) function. The Client performs 16 iterations a La:{ char1.write(2...