Page 1 of 1

Power consumption on Core1106 or Ultra W

Posted: 2025-05-15 13:57
by luckfox_prototyper
Hi everyone,

I've been testing the Luckfox Pico Pro board to help me with the Luckfox Core1106 board,

The difference is NAND flash instead of eMMC, and no WiFi module. With a simple script that puts the Pro into sleep mode, we managed to reduce power consumption to 0.11W (22mA @ 5V).

Now, I want to achieve the same power consumption on the Luckfox Core1106 board, but so far, it seems to draw more power - 0.30W (56mA @ 5V).
The only differences I can see are:

* Pico Pro uses NAND flash, while Core1106 uses eMMC
* Pico Pro has no WiFi module, while Core1106 does

I did check by checking powers that the NAND flash does actually goes to standby where it draws around 10uA of power so the 0.11W are consumed only from RV1106. Thus we assume that 0.17W (0.28W - 0.11W) is coming from either Wifi module or the eMMC.

We've also realised that Pico Ultra W behaves in a similar way as the Core1106 and has the same components and also has a similar power consumption so:

1. We would like to know if anyone could power up their Pico Ultra board (not Pico Ultra W board) - which is without the WiFi chip and measure the power consumption it requires in the sleep mode when this is run:

Code: Select all

echo mem > /sys/power/state
2. Are there specific configurations, hardware modifications, or software adjustments that I can apply to the Core1106 to achieve the same power consumption as the Pico Pro or at least as low as possible?

Thanks!

Re: Power consumption on Core1106 or Ultra W

Posted: 2025-05-16 3:08
by Crocodile
Hello,

Since I currently don’t have access to a Luckfox Pico Ultra, I used the Luckfox Pico 86Panel-0408 (without Wi-Fi module, 8GB eMMC) to conduct sleep mode testing. The measured power consumption was 0.12W.

Due to the limited accuracy of my testing tools, I used data from the Luckfox Pico Max as a reference for comparison. The Pico Max consumed 0.11W in sleep mode.

I also tested the Luckfox Pico Ultra W.The following results are for reference only, as there may be some measurement error:
  • Luckfox Pico 86Panel-0408: 0.12W
  • Luckfox Pico Ultra W: 0.24W
  • Luckfox Pico Max: 0.11W
The Wi-Fi module on the Luckfox Pico Ultra W is controlled via GPIO1A2. If GPIO1A2 outputs a low level, the power consumption becomes similar to that of the regular Pico Ultra. The Core1106-1408/1208 series also uses this pin.

Quick command to disable Wi-Fi module:

Code: Select all

io -4 0xFF530000 0x00040000  # Set GPIO1A2 to output low