Power consumption on Core1106 or Ultra W

  • 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