Search found 4 matches
- Tue Jul 16, 2019 4:40 pm
- Forum: ESP32 Arduino
- Topic: Measuring power consumption
- Replies: 5
- Views: 10841
Re: Measuring power consumption
unfortunately these batteries do not allow me to measure the voltage and understand the state of charge, I should measure the current. I was thinking of verifying the time spent in each operational phase (wake, connection, transmission) and adding the consumptions or an average of the consumptions m...
- Fri Jul 12, 2019 5:25 pm
- Forum: ESP32 Arduino
- Topic: Measuring power consumption
- Replies: 5
- Views: 10841
Re: Measuring power consumption
That is an interesting battery, exactly delivering the absolute maximal rating input voltage to the ESP32 Yes it is ! If you look it’s datasheet you will see the behaviour and as I have understand, it give 3.6V until the end of his life. so I can't rely on the remaining mV, but I have to necessaril...
- Fri Jul 12, 2019 5:45 am
- Forum: ESP32 Arduino
- Topic: Measuring power consumption
- Replies: 5
- Views: 10841
Re: Measuring power consumption
Actual voltage is 3528 mV. But is a particular battery, you don’t see a realistic voltage decrease, you read a voltage around 3.6V until battery id near the end, after that the voltage drop down ( you have some oscillation of reading). I’m also trying to discover a system to control the state of thi...
- Thu Jul 11, 2019 1:41 pm
- Forum: ESP32 Arduino
- Topic: Measuring power consumption
- Replies: 5
- Views: 10841
Measuring power consumption
Hi, I've got an esp32 module soldered on my pcb, with a minimal circuit and with 2 transistor for auto reset . I'm under Arduino . The sketch put esp32 in deep sleep and there's a wake with 2 ext interrupt + timer wake every minutes. I'm trying to measure the power consumption and also if I'm happy ...