嗨,...感谢您来论坛。令人兴奋的消息!我们现在正在迁至我们的新论坛平台,将提供更好的功能,并包含在主对话框网站中。所有帖子和帐户都已迁移。我们现在只接受新论坛上的流量 - 请发布任何新线程https://www.dialog-seminile.com/support.。我们将在未来几天修复错误/优化搜索和标记。
12个帖子/ 0新
最后一篇
Boydy1989
离线
最后一次露面:1 year 6 months ago
加入:2017-10-18 16:11
你好gh sleep current

SDK 6.0.8

你好

I have developed a PCB based on your reference designs, including an I2C sensor device.

I have burned the SW to the OTP, and functionally the device appears to operate as expected, waking on a button press and performing a POR. However, a current measurement of the device reports a reading of 110uA, in both extended and deep sleep modes.

我已从电路板上卸下了传感器,电流使用仍然很高。

使用CR2032电池供电,使用DEPGER等,使用精确的DMM,使用CR2032电池供电。

如果有一个位置,我可以发送我的设计的细节,直接发送它们。

有什么想法吗?

Thanks!

Device:
PM_DIALOG.
离线
最后一次露面:5小时35分钟前
职员
加入:2018-02-08 11:03
嗨Boydy1989,

嗨Boydy1989,

110A在扩展和深度睡眠模式配置中是一种意外的电流消耗。我强烈建议你读书教程4:在DA1458x上配置睡眠模式from our support page in order to make sure that you are measuring the current consumption with the correct way. Also, be aware that something on you custom PCB probably increases the current consumption, so please review it first.

谢谢,PM_DIALOG.

Boydy1989
离线
最后一次露面:1 year 6 months ago
加入:2017-10-18 16:11
Hello

Hello

我已经在一些细节中跟随了这个教程,实际上我用它作为建立这些测量的基础。

我还从PCB删除了其他可以绘制当前的所有其他东西 - 唯一可以减少当前使用的唯一方法是将电源删除到DA14585。

请你能提供更多的想法,再次我很乐意在私下发送原理图或代码,如果可能的话。

Thanks!

PM_DIALOG.
离线
最后一次露面:5小时35分钟前
职员
加入:2018-02-08 11:03
嗨Boydy1989,

嗨Boydy1989,

If you have followed correctly our reference design you should not have too much current consumption in the sleep mode configuration. Could you please make sure that the chip goes into sleep?

谢谢,PM_DIALOG.

Boydy1989
离线
最后一次露面:1 year 6 months ago
加入:2017-10-18 16:11
Hello

Hello

我刚检查过,更换了
static const sleep_state_t app_default_sleep_mode = ARCH_EXT_SLEEP_ON;

static const sleep_state_t app_default_sleep_mode = ARCH_SLEEP_OFF;

使设备绘制〜550UA,而不是〜110UA,具有用于广告数据包的脉冲。这将向我建议,设备进入至少某种形式的延长睡眠。

我可以检查什么事吗?

Thanks!

Boydy1989
离线
最后一次露面:1 year 6 months ago
加入:2017-10-18 16:11
I have run some more tests.

I have run some more tests. Using the prox_reporter project, I get a higher sleep current draw of ~250uA.

打包项目与我闪存的唯一区别是我使用内部LF时钟,而不是32k水晶。

我附上了一条目前的迹线,显示了一个广告包。(红线是原始数据,绿线是10个样品轧制平均值)

恢复到我的代码,我再次看到〜110ua。我还附上了一系列广告包。(第二页)

Next I will try the same with a DA14585 daughterboard, not using my own PCB to compare.

与此同时,你能提供更多想法吗?

Thanks!

依恋:
PM_DIALOG.
离线
最后一次露面:5小时35分钟前
职员
加入:2018-02-08 11:03
嗨Boydy1989,

嗨Boydy1989,

正如我能够从您发布的情况下理解,当前消耗量为550纳米安培处于活动模式配置?我明白了吗?请注意,这是一个错误的测量,因为在活动模式下,电流消耗为〜0,6mA。您是否使用SmartSnippets Studio使用Power Profiler以检查设备是否通告?如果是,则当前消耗量为550NA?通过我们的DA14585 DK,您获得了当前的消耗量?如果我从第二个帖子中正确理解,您没有外部XTAL32,您可以使用内部RCX20时钟作为低功耗时钟吗?

谢谢,PM_DIALOG.

Boydy1989
离线
最后一次露面:1 year 6 months ago
加入:2017-10-18 16:11
Apologies - nA is an error,

道歉 - na是一个错误,正确的值为550ua(0.6mA),用于活动模式,睡眠110 uA。我已经纠正了上面的帖子。

我正在使用自己的电力分布器来使用一个自动设计的工具来获取广告电流。我已经验证了准确性,并可以确认它对于我所需要的准确性足够准确。

我可以确定确认设备广告,所有其他功能都按预期工作 - 我已通过蓝牙扫描仪和我们自己的内部应用程序进行了验证了这一点。目前在我之前附加的PDF中可见的当前尖峰与接收的广告数据包对齐。

您的理解是正确的,我正在使用内部RCX20为低功耗时钟。

Thanks!

Boydy1989
离线
最后一次露面:1 year 6 months ago
加入:2017-10-18 16:11
Hello

Hello

我想我已经解决了这一点。在我的PCB上,我已将PIN 5(VCC_FLASH / P3_0)连接到3.3V。如果我剪掉这条轨道,睡眠期间的电流落到〜3ua预期。

请问你能建议为什么这可能是?

Thanks!

PM_DIALOG.
离线
最后一次露面:5小时35分钟前
职员
加入:2018-02-08 11:03
嗨Boydy1989,

嗨Boydy1989,

你能澄清你使用哪个芯片吗in your custom board? The DA14585 or the DA14586? In the thread that you have posted, you have tagged the DA14585 SoC. Although, the DA14585 doesn’t have VCC_FLASH. Only DA14586 VCC_FLASH GPIO because it has embedded SPI flash. In case you are using the DA14586, according to the datasheet, the VCC_FLASH should be supplied with 1.8 V to 3.6 V. If you cut this track, you will not able to access the SPI flash, so I suggest you to keep it to 3.3V. The most possible reason is that you are not power the SPI flash down, so that’s why you get high current consumption. Please try to power it down and check again the current consumption.

谢谢,PM_DIALOG.

Boydy1989
离线
最后一次露面:1 year 6 months ago
加入:2017-10-18 16:11
Hello

Hello

I am using the DA14585. My initial prototypes were using a 586, but I realised I didn't need the SPI flash so I switched to 585.

我现在已经验证了第二个PCB的固定,电流也减少到〜3ua。

Thanks!

PM_DIALOG.
离线
最后一次露面:5小时35分钟前
职员
加入:2018-02-08 11:03
嗨Boydy1989,

嗨Boydy1989,

很高兴您的问题已得到修复。如果您发现上述任何答案有用请标记其中一个接受。

谢谢,PM_DIALOG.