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
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