Skip to content

Arducam deepSleep mode support. #90

@Bitbanger1900

Description

@Bitbanger1900

Hi Lee,

I want to run the Arducam with a solar panel and take time laps
photos. Between taking images i want to set the Arduino Uno Esp8266 into
deep sleep.

What i read is that this should be possible by using for example ESP.deepSleep(sleepTimeS * 1000000);
To wake up the Arduino (according google) i should connect GPIO16 (D0) with the RST.

The result of this is that the Arduino is going to sleep but after waking up it hangs in a loop by
constantly resetting the Arduino. Also GPIO 16 is the CS of the camera.

So the main question is how to set the Arduino UNO ESP8266 into deep sleep mode using
as less power as possible and how to wake it up.

Kind Regards,
Johan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions