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.

[参考译文] CC2652R:优化 BLE 的功耗

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1013062/cc2652r-optimizing-power-consumption-in-ble

器件型号:CC2652R

您好!

在 Project Zero 示例中、我如何降低功耗。 我打算缩短广播时间、以便射频处于非活动状态、并可以在电池高效模式下运行。

但是、尽管完全禁用了广播(在 GAP_DEVICE_INIT_DONE_EVENT 中添加了 GapAdv_ENABLE 注释)、并通过扫描仪验证了这一点、但功耗平均约为4mA。
我正在使用 Energytrace 对此进行验证。

目标用例是 DMM BLE+ Zigbee 终端设备。 我已对 ZED 功耗进行了分类(通过删除 BLE_START 进行验证)。 BLE 器件导致了这种功耗问题、因此我使用 project_zero 对其进行了测试。

我希望平均功耗大约为2uA、与 ZED 类似
(我原来的 ZED 帖子: https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/965742/cc2652r-zed-consuming-too-much-current-in-standby-mode)。

我已经验证了是否设置了 CUI_DISABLE 以及是否未设置 Board_display_UART (在项目零配置中的任何位置都找不到它)。 SDK 4.40。

您能不能建议为何即使禁用广播后功耗也如此高。
是否有概述运行休眠设备最佳方法的建议/文档?

谢谢
Akhilesh