This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2650STK: How to take the microphone data of the CC2650 stk

Part Number: CC2650STK
Other Parts Discussed in Thread: BLE-STACK

Tool/software: Code Composer Studio

I would like to know if there is already an example of how to take the data from the microphone and thus store them in a memory and then be analyzed, thanks and remain.

f you need to paste information in from a Microsoft Office Product please use the "Paste from Word" button.

  • Hello,

    I would refer to the sensortag_audio demo in the BLE-Stack 2.2.1 SDK.

    This will sample PDM data from the microphone and convert to PCM, and compress to ADPCM, and then over the air.
    This should be a good starting point.