Search found 2 matches

by Caleb.Jones5112
Tue May 05, 2020 10:42 am
Forum: ESP32 Arduino
Topic: ESP32 Scheduling
Replies: 3
Views: 4083

Re: ESP32 Scheduling

Thanks guys,

I'll pursue the Time method, just wasn't sure if there was a better way to do it such as interrupts or something along those lines
by Caleb.Jones5112
Sat May 02, 2020 4:33 am
Forum: ESP32 Arduino
Topic: ESP32 Scheduling
Replies: 3
Views: 4083

ESP32 Scheduling

Hi all, I've got a time lapse project under way with an ESP32-CAM (AI Thinker module) but I only need it to take photos at day time. I'd like it to check the time and if its between say 8am-5pm take photos, but between 5.01pm - 7.59 be in deep sleep mode. I've got the time lapse working and I have p...