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

No longer able to build projects from STM32CubeIDE.

I get the following error when I attempt to Build or Clean any project.21:36:49 **** Build of configuration Debug for project BLE_HeartRate **** make -j12 all "make -j12 all" terminated with exit code -1073741515. Build might be incomplete.   21:36:...

HCohe.1 by Associate III
  • 2821 Views
  • 4 replies
  • 2 kudos

Hi, I am using the STM32WB55 custom board as a client. My Task is to create a connection with the server when a button is pressed. and send the write attribute command and then disconnect from the server immediately.

Steps I am following:Scan for the server and get the MAC of the serverWhen the button is pressed call aci_gap_create_connection to start the connectionThen write the attribute and disconnect from the server.Hear the problem I am facing is it takes 3s...

AM.12 by Associate III
  • 680 Views
  • 5 replies
  • 0 kudos

Using STM32WB for bidirectional smartphone application

I developed a prototype using a UART to Bluetooth dongle, the HC-05. This worked like a charm. I could pair my smartphone to it and continuously send data between the MCU Board and my smartphone. Now I want to optimize size and cost, therefore I choo...

YGail.2 by Associate III
  • 635 Views
  • 2 replies
  • 2 kudos

STM32WB for low latency wireless mouse application

As the title says, I want to create a wireless mouse and was wondering if it was possible to make a low latency mouse using two STM32WBs (one for the mouse and one for the computer). Is this possible with this MCU series or is it better to use a dedi...