Other Parts Discussed in Thread: CC2650RC, CC2650
Hi,
I'm currently working on a project in which we need to do a simple process on microphone recorded voice. We require various low power on-board sensor, so we have focused on sensortag 2650 (cc2650stk).
I've read (or think that read) about all forum threads regartding the sensortag microphone . As I know, sensortag 2650 remote control kit (cc2650rc) fully supports the microphone functionality; but we are very determined to find a solution to use microphone recorded voice locally on the sensortag.
I've found an example code with the name of "sensortag_audio_cc2650". I added UART write and read capability with the example code and send the data using Debugger Devpack UART port to a PC. Based on my gathered information, the PDM driver converts PDM data received from the microphone to PCM with a sampling rate of 16000Hz and 16-bit sample.
I tried to investigate the captured raw data with audacity. Unfortunately, the result was only some noise that has very little similarity to the real voice that I had made.
I was wondering if there are some body can help me to complete the test procedure, give me a thorough guide or any other suggestion. The main question is that "is there any serious problems preventing cc2650stk from having a functional microphone? Why have TI experts released the functionality for cc2650rc, not cc2650stk?".
Note that we don't need to send any voice over BLE and only wants to temporarily record the voice and do some simple process on it.
Thanks in advance.