Search found 2 matches
- Fri Dec 18, 2020 8:45 am
- Forum: ESP32 Arduino
- Topic: Any RTC chip known to work with ESP32 cam ?
- Replies: 13
- Views: 18617
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...
- Sun Dec 13, 2020 7:59 pm
- Forum: ESP32 Arduino
- Topic: ESP32-cam with ds1302?
- Replies: 8
- Views: 23324
Re: ESP32-cam with ds1302?
Hello partners. I would like to know if an RTC module DS1302 can be connected to esp32cam. GPIO13 already in use, what other pins can I use for CLK, DAT and RST? DS1302 rtc(GPIO_NUM_2,GPIO_NUM_12,GPIO_NUM_15); it doesn't let me use GPIO4 because FLAsh is already using it hello, i really hope someon...