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.

[参考译文] LPSTK-CC1352R:不使用传感器控制器读取加速计数据

Guru**** 2393755 points
Other Parts Discussed in Thread: CC1352R

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1213595/lpstk-cc1352r-read-accelerometer-data-without-using-sensor-controller

器件型号:LPSTK-CC1352R
主题中讨论的其他器件:CC1352R

大家好

我正在 CC1352R-LPSTK 器件上使用定制版本的 simple_peripheral 代码来收集传感器数据并通过蓝牙进行传输。  在我的应用中、主 CPU 继续处于活动状态、同时传感器控制器收集加速计数据、因此我想 绕过传感器控制器来降低功耗。

是否可以在不使用传感器控制器的情况下直接从主 CPU 从板载 ADXL363加速计进行测量? 我已经检查的所有示例都使用传感器控制器来收集加速度计数据。 (例如 multi_sensor)

一个用于连接和查询加速计的简单示例代码将会非常有帮助。

谢谢。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    [quote userid="554090" url="~/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1213595/lpstk-cc1352r-read-accelerometer-data-without-using-sensor-controller 是否可以直接从主 CPU 上的板载 ADXL363加速计进行测量? 我已经检查的所有示例都使用传感器控制器来收集加速度计数据。 (例如 multi_sensor)

    可以。 互联网上有 ADXL363代码。 您需要将其移植为适用于 CC1352R。

    -kel