This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Current measurement for a Nordic Thingy 91 device

Hi Dev Zone Team,

I had a question regarding the current measurement of Nordic Thingy 91. I am following the steps provided in the Thingy91 documentation. 

I have a Joulescope (https://www.joulescope.com/) for the current measurement and viewing. 

I have cut the SB3 Jumper and wish to connect the Vdd and GND pins. I have also deattached the battery.

I wanted to know the voltage to be applied at the VDD_nRF91 pin and if possible a connection picture.

I have attached the schematic that I was following for reference and also my module that I wish to measure.

.   

Thanks :).

Parents Reply Children
  • Hi, I did some measurements on your code, and the problem is that AT_HOST is using UART. So it will fail to compile if you remove the UART instances using CONFIG_SERIAL=n. To make it compile, comment out the # AT Host section in prj.conf. (CONFIG_UART_INTERRUPT_DRIVEN and CONFIG_AT_HOST_LIBRARY).

    Now the code compiles and the sleep current is 4 uA. Your code seems to wake up every 1250 ms, and the average current including the wakeup is 30 uA.

Related