Search found 8 matches

by sionut
Wed Mar 24, 2021 3:23 pm
Forum: ESP32 Arduino
Topic: Any RTC chip known to work with ESP32 cam ?
Replies: 13
Views: 17792

Re: Any RTC chip known to work with ESP32 cam ?

Thank you for your reply !

Actually I wanted to see a (close-up) picture of the board after your modifications.

You said that "but after removing some components I got 3uA".
by sionut
Mon Feb 22, 2021 1:03 pm
Forum: ESP32 Arduino
Topic: Any RTC chip known to work with ESP32 cam ?
Replies: 13
Views: 17792

Re: Any RTC chip known to work with ESP32 cam ?

That's great ! Could you share a picture too ?
by sionut
Sat Dec 05, 2020 3:22 pm
Forum: ESP32 Arduino
Topic: Any RTC chip known to work with ESP32 cam ?
Replies: 13
Views: 17792

Re: Any RTC chip known to work with ESP32 cam ?

Your answer shows that you dedicated some time to this problem. I really appreciate that you pointed me to that resource as I searched the internet a lot and that page didn't come up in my results. It is very useful ! Unfortunately my beginner skills in electronics are a showstopper if we discuss ab...
by sionut
Sat Dec 05, 2020 6:01 am
Forum: ESP32 Arduino
Topic: Any RTC chip known to work with ESP32 cam ?
Replies: 13
Views: 17792

Re: Any RTC chip known to work with ESP32 cam ?

This would be my last resort as waking up ESP32-CAM would consume more energy and I intend to power the chip with a 3V battery. I hope to make it run on battery for at least 6 months (if I get 1 year out of that 3V battery, I would call it my success :) ) The main reason I shied away from using the ...
by sionut
Mon Nov 30, 2020 8:45 am
Forum: ESP32 Arduino
Topic: Any RTC chip known to work with ESP32 cam ?
Replies: 13
Views: 17792

Any RTC chip known to work with ESP32 cam ?

Hi, I'm working on a project in which I want to put an ESP32-CAM in Deep Sleep and wake it only once per month, at the end of the month. Since ESP32 doesn't have a very good internal timer (i.e. I cannot tell it to wake up exactly on the last day of the month) I would like to use a RTC. Unfortunatel...
by sionut
Fri Nov 27, 2020 8:12 pm
Forum: ESP32 Arduino
Topic: ESP32-cam with ds1302?
Replies: 8
Views: 22893

Re: ESP32-cam with ds1302?

Extra fact: I use the GPIO_13 pin (wake up) to receive a frequency sent to me by the CDM324 sensor, then analyze it, and after that, take a photo and save it in the SD, which also uses GPIO_13. All this works. But when using the DS1302, it does not work, and the 5 pins are connected, including VCC ...
by sionut
Tue Oct 06, 2020 2:44 pm
Forum: General Discussion
Topic: wake up esp32 at the end of the month
Replies: 3
Views: 3256

Re: wake up esp32 at the end of the month

I'm a newbie trying to enter in this domain.. :)

Could you suggest what exactly I should buy / some schematics maybe ?

Thank you !
by sionut
Tue Oct 06, 2020 10:32 am
Forum: General Discussion
Topic: wake up esp32 at the end of the month
Replies: 3
Views: 3256

wake up esp32 at the end of the month

Hi,

The subject says it all. Is it possible to wake up ESP32 from deep sleep at the end of each month ? I would like to use it only a few minutes on the last day of the month. Power consumption is very important, this is why I would like to wake it up as seldom as possible.

Thank you !