2025-03-27 1:40 AM - last edited on 2025-03-27 1:46 AM by Andrew Neil
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?
2025-03-27 1:46 AM
2025-03-27 1:53 AM
Which package should I download, and how do I integrate it into the IDE?
2025-03-27 2:08 AM
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 ...