Hi there.
I'd like to start measuring the current consumed by a custom board with an nRF51822 on it in various states using a scope. I've read the DK user guide advice on this, which says "the resistor should not be larger than 10 Ω". There's also this post:
And this tutorial, which is helpful:
My scope's going to show 10 mV per division at best.
If I use a 10 Ω shunt resistor as suggested, 1 mA will show up as 10 mV on the scope and I'll see that no problem. But I'd like to be able to measure this with microamp precision ideally, or certainly tens of microamps. I'm interested in my board's consumption with the Nordic in sys off with RAM retention and with an accelerometer programmed on the board to fire an interrupt on motion and I'm aiming for of the order of 100 µA. This is with an external DC DC converter for the supply to the nRF51822.
At 1 µA the scope will see 0.01 mV and I won't be able to read it. At 10 µA the scope will see 0.1 mV and I probably still won't be able to read it.
Is it realistic to expect this precision? Why is the DK user guide advice to NOT use a bigger resistor?
The main reason I want to get down to this precision is that I have a GPIO pin set up as sense input, from the accelerometer, and I fear I may be falling foul of this issue on the revision 3 nRF51822:
The other option is a Fluke 116 multimeter, which has microamp precision, but I'd like to get a view of this over time.