Re: TPL5110 Usage
by dastels on Wed Jan 13, 2021 7:00 pm
No. Not in my experience. With the chips, yes, but not with how it is connected on the breakouts. When I need the behavior you describe, I put a timeout in the code. One of my projects is a coffee/tea timer and after pressing the button to turn power on, the user presses one of two other buttons to select tea or coffee. If neither is pressed after some short time (10 seconds I think) it triggers DONE and goes back to sleep. Then I set the delay to the longest possible. The result is that it will wake on its own every so often, wait a bit and go back to sleep. I don't know if that approach will work in your case.
Dave