2020-03-11 03:05 AM
I tried sending the raw data through mail from the mobile application st ble sensor but im unable to extract the audio, someone please help me how to store and export the audio through the microphone in the sensortile box
2020-03-11 04:42 AM
Hi @MSrik.1 , did you set up an Expert mode application with the microphone as Input? I suggest you to acquire the only microphone (without other sensors) and to save it on SD card, not sending it via BLE. This way, you will get a .wav file that can be analyzed on your PC. Regards
2020-03-11 05:04 AM
2020-03-11 06:42 AM
Hi Mardi, try to simplify your app as shown below, run the acquisition for some seconds and then check the SD card (the PC recognize the mskbox1v1 as a mass storage device when it is not connected to the bluetooth).
Regards