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:如何获取 CC2650 STK 的麦克风数据

Guru**** 2443770 points
Other Parts Discussed in Thread: BLE-STACK

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/661333/ccs-cc2650stk-how-to-take-the-microphone-data-of-the-cc2650-stk

器件型号:CC2650STK
Thread 中讨论的其他器件:BLE-STACK

工具/软件:Code Composer Studio

我想知道是否已经有一个示例说明如何从麦克风中获取数据、从而将其存储在存储器中、然后进行分析、谢谢并保留。

如果您需要从 Microsoft Office 产品中粘贴信息、请使用"从 Word 粘贴"按钮。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好!

    我将在 BLE-Stack 2.2.1 SDK 中引用 sensortag_audio 演示。

    这将从麦克风采样 PDM 数据并转换为 PCM、然后压缩到 ADPCM、然后无线传输。
    这应该是一个良好的起点。