Howdy,
Part of our design process for trying to achieve the most time out of the product's battery is optimizing any pull-up and pull-down values such that when active there is not "wasted" current.
An easy way of getting a quick estimate on the maximum resistance we can use is typically done by the following steps:
- Obtaining the minimum voltage input threshold for a logic high (Vih)
- Subtract the Vih spec from the largest VDD value (voltage being pulled up to) to get the voltage drop across the resistor
- Divide the resistor's "worst case" voltage drop by the the Input leakage current spec on a digital pin
So a hypothetical example: maximum VDD of 4.2V (fully charged LiPo), Vih of 2.2V when VDD >= 4.0V, input leakage spec of 1uA. This example results in a "worst case" 2V drop across a resistor that needs just over 1uA of current going through it. 2V/1uA = 2 MOhm resistor (but with wanting to provide some buffer for specs and needed to be just over 1uA we bump this down to maybe 1 MOhm or 1.5 MOhm.
Point here is, without a spec on the input leakage, there is no way to know just how much we can push the resistance values to minimize our current drain. We have not found any spec provided in the product specification or elsewhere on the DevZone of the nRF9160's input current leakage or input resistance which would help us in this matter. We would very much appreciate getting some advice or direction on this information.
Note: This is more specifically pointed at pins configured as digital inputs
Thank you for your time.
V/R,
Colby