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.

[参考译文] CC1310:CC1310的功耗

Guru**** 2473260 points


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

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1411116/cc1310-power-consumption-of-cc1310

器件型号:CC1310

工具与软件:

我需要知道该 MCU 在发送和接收数据时的总功耗(以 Ah 为单位)。 数据表中仅提及电流消耗。 如何确定每个 TX 和 Rx 的时间要求?  

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

    尊敬的 Sudeepa:

    这取决于多种因素、如发送/接收的字节数、数据包格式和 PHY 的数据速率。

    例如、如果要传输包含4个字节前导码+ 4个字节同步字+ 1个长度字节+ 30个字节数据的数据包、则数据包总长度为39个字节(312位)。

    如果您使用50kbps phy、则传输持续时间为312 b / 50 000 bps = 0.00624s = 6.24ms。

    如果以+10 dBm 传输、则电流消耗为13.4 mA。 传输一个数据包的总功耗为0.00624s * 00134A = 0.000083616、如= 83.6 UAS。  

    或者、如果您想更好地了解整体情况、则可以将器件配置为传输和接收数据包、并测量一个周期内的平均电流消耗。 本应用手册记录了电流测量的最佳实践:

    https://www.ti.com/lit/swra478

    谢谢、

    Marie H.