Skip to main content
Associate II
March 27, 2025
Question

How to use the BLE on STEVAL-MKSBOX1V1

  • March 27, 2025
  • 1 reply
  • 506 views

Hello,

For a project I need to integrate Bluetooth into stm32cubeIDE and collect data from the MP23ABS1 microphone on the Steval MksBox1V1, then send it via Blutooth to my PC. I can't manage to do it, do you have any ideas?

 

1 reply

Andrew Neil
Super User
March 27, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Associate II
March 27, 2025

Which package should I download, and how do I integrate it into the IDE?

Andrew Neil
Super User
March 27, 2025

The pack documentation should tell you how to integrate it.

There doesn't seem to be anything that directly supports BLE connection to a PC - so you're going to have to work that out for yourself. You could take the one which works with a phone as your example.

You'll need a decent understanding of BLE, and how to do BLE on a PC ...

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.