This week I did some tests on Esp32-C6 second core. The core is intended to be low-power and can be run even when the main core is in deep sleep, which is pretty interesting. The core runs at 20MHz, has 16KB SRAM and only subset of pins available, but it can still run programs it just like the main core.
Of-course the question is, how low power it actually is? Unfortunately, I was unable to find info about real power consumption of the ULP core so I decided to run some test.
Without further adieu here are the results:
Main core deep sleep, ULP core disabled | 20uA |
Main core deep sleep + ULP core GPIO poling once in 10mS | 80uA |
Main core deep sleep + ULP core Uart printing once in 1 second | 360uA |
Main core deep sleep + ULP core full speed reading I2C sensor | 1622uA |
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.