我正在检查 ESP32-C3-Devkit-M1 的功耗。
数据表 ( https://www.espressif.com/sites/default ... eet_en.pdf )的第 4.4 节表示,
浅睡眠模式时为
130uA ,深度睡眠模式时为
5uA。这对我来说非常有趣,因此我认为它可以用于低功耗物联网应用。
因此,我使用 Nordic Power Profiler Kit II 测量了电流消耗,并在 esp-idf 中使用了两个示例(examples/system/light_sleep 和 examples/system/deep_sleep)。
结果是这样的:
- 轻度睡眠:1.1mA
- 深度睡眠:750uA