Is there a way for the chip to report button state synchronously beyond the wake timers?
For some of our logic we need to know both level and transitions. Can for example thermistor value threshold be also used to tell if button is currently held?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is there a way for the chip to report button state synchronously beyond the wake timers?
For some of our logic we need to know both level and transitions. Can for example thermistor value threshold be also used to tell if button is currently held?
Hi Igor,
While there is no dedicated register to determine if the button is pressed or not, you can read the TS status (which will tell you what temperature range the battery is in based on the NTC voltage) and determine that the TS pin is seeing a certain voltage with 0 V being fully pressed. You can use these temperature ranges to back calculate and determine button presses this way.
Best Regards,
Anthony Pham