Hello everybody,
I am measuring 1,5 mA of ESP32C6 WROOM module (without Dev Board) for deep sleep and LP "powered down / halted".
This value seems quite high. Therefore my question: Is this value realistic?
Best regards,
Christian
ESP32C6 LP power consumption
Re: ESP32C6 LP power consumption
Are you measuring the current consumption of the whole devkit, or of the module itself (using the provided jumper on the devkit)?
If you are measuring with a bare module (without the dev kit), could you add which pins you are connecting and which application are you running?
The value looks too high for the module in deep sleep, should be around 5-6 uA.
If you are measuring with a bare module (without the dev kit), could you add which pins you are connecting and which application are you running?
The value looks too high for the module in deep sleep, should be around 5-6 uA.
-
- Posts: 6
- Joined: Sun Jul 09, 2023 7:57 pm
Re: ESP32C6 LP power consumption
Hi,
sorry for the confusion. Everthing is fixed and the LP consumes 50uA @5ms wake intervall!
The problem was that I was still using this code snipplet (taking from an ESP32 ULP FSM programm):
ESP_ERROR_CHECK( ulp_load_binary(0, ulp_main_bin_start, (ulp_main_bin_end - ulp_main_bin_start) / sizeof(uint32_t)) );
With this code snipplet everything works fine:
ESP_ERROR_CHECK( ulp_lp_core_load_binary(ulp_main_bin_start, (ulp_main_bin_end - ulp_main_bin_start) ) );
Best regard,
Christian
sorry for the confusion. Everthing is fixed and the LP consumes 50uA @5ms wake intervall!
The problem was that I was still using this code snipplet (taking from an ESP32 ULP FSM programm):
ESP_ERROR_CHECK( ulp_load_binary(0, ulp_main_bin_start, (ulp_main_bin_end - ulp_main_bin_start) / sizeof(uint32_t)) );
With this code snipplet everything works fine:
ESP_ERROR_CHECK( ulp_lp_core_load_binary(ulp_main_bin_start, (ulp_main_bin_end - ulp_main_bin_start) ) );
Best regard,
Christian
Who is online
Users browsing this forum: No registered users and 125 guests