Search found 3 matches

by esp32Steve
Thu Feb 15, 2024 6:41 pm
Forum: Hardware
Topic: CR2032 Battery Monitoring using ESP32
Replies: 5
Views: 1604

Re: CR2032 Battery Monitoring using ESP32

hmm, thats interesting. So I guess I use a MOSFET to be safe both ways (when powered or not)?
by esp32Steve
Wed Feb 14, 2024 3:51 pm
Forum: Hardware
Topic: CR2032 Battery Monitoring using ESP32
Replies: 5
Views: 1604

Re: CR2032 Battery Monitoring using ESP32

When the device is not powered the only connection to ESP is +BAT to the A0 pin of ESP32 (and common ground). The battery powers another clock like chip with minute draw.
by esp32Steve
Tue Feb 13, 2024 6:05 pm
Forum: Hardware
Topic: CR2032 Battery Monitoring using ESP32
Replies: 5
Views: 1604

CR2032 Battery Monitoring using ESP32

I have the following circuit which seems to work. My question is whats the resistive load/drain on the battery, if any, that I should consider using mofsets and resistors so they battery lasts a long time. +BAT -> A0 of ESP32. Common Grounds. const int analogPin = A0; void setup() { Serial.begin(115...