I have a project to capture a photo twice a day and save them into Firebase. Photos must be captured at 09.00 am and 06.00 pm by ESP32 Cam. How it is possible to trigger ESP32 Cam to capture photos automatically in these hours and save them into Firebase? Please help me it is really urgent for me.
To manage time I suggest using an RTC, Real Time Clock.
Google on ESP32 + Firebase could yield help.
The same for ESP32 + Photo....
And urgent.... Next week is available for thinking.
I made some research and I reach the solution that I can use RTC module. After connecting RTC + ESP32 + Arduino, I will import RTC library. I completed ESP32 and Arduino connection and it saved the photos on firebase. But I am not sure about how to connect RTC module to ESP32 and Arduino. I can't find the sufficient resource to connect these three components.
The ESP32 has a built in RTC.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/system_time.html
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.