2021-02-17 05:37 AM
I've tried to work it with android Emulator on PC, but it can't activate the Bluetooth for communicating with the evaluation board
2021-02-17 05:50 AM
Hi @TDota.1 ,
please consider that the STEVAL-STWINKT1 (now STEVAL-STWINKT1B) is equipped with the Bluetooth low energy wireless connectivity (BlueNRG-M2S module), and not with the Bluetooth protocol.
You have to check if you computer supports the BLE communication (should be in this way, but I'm not an expert about it).
Please keep me updated about your progresses.
-Eleon
2021-02-17 06:05 AM
Thank for your response Eleon.
i checked and my computer supports low energy bluetooth.
The problem is that the ST BLE Sensor app is made only for ios/android and there isn't similar app for the PC (as far as i know).
so what i was trying to do is to use an Emulator to run android on my computer, but then i discovered the emulator can't connect with the PC bluetooth, so i couldn't connect my Eval board.
I'm looking for a solution to watch the FFT and the vibrations plot on my PC in real time.
2021-02-17 06:25 AM
Hi @TDota.1 ,
The ST BLE Sensor sdk source code is available on Github at this link, but yes, you have to use an emulator (es. Android studio) for this.
Did you already try with it?
Unfortunately, I'm not an expert of that environment :(
-Eleon