请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC2640R2F 您好!
我们有一个采用 CC2640R2F 的产品。
我们希望将 CC2640R2F 的 RTC 与 Android 智能手机的时钟同步。 我们需要的精度<= 1ms。
通过标准 Android 操作系统可以实现这一点吗?
如果需要、您能给我指出一个指南/文章/论坛、说明如何做到这一点吗?
此致、
卡洛亚尔贝托·托赫勒
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.
您好!
CC2640R2F 具有 UTC_CLOCK 库、您可以在此处找到该库、即 C:\ti\simplelink_cc2640r2_sdk_5_30_00_03\source\ti\blestack\cc26xx\time。
它可以正常工作、但您需要在首次连接时通过智能手机更新时钟值、在断电后接通电源并从关断模式唤醒。 您还可以在每次智能手机连接到 CC2640R2F 板时更新时钟值。
-克尔