Low Power Mode in ArduCAM-mini-2MP

Hi. I try to reduce the power consumption of Arducam mini 2MP (OV2640). I can take it to Standby mode with the following code. However, it still consumes about 40 mA in standby mode which is much more than what it should be (about 1 mA according to the datasheet)!

    myCAM.set_bit(ARDUCHIP_GPIO,GPIO_PWDN_MASK);

Does anybody know what is wrong with this simple task?

Many thanks in advance

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.