I am testing for low power application, I have a simple set up of serial connection with FTDI cable and whisper node and a multi meter connected in serial connection.
When running a sample code as below which just puts the whisper node to sleep, the measured current I am getting is 3.4 mA, ideally this should be around 4 microAmps as per other user test cases.
Any idea why this could be happening ? Will appreciate any pointers.
*i have not removed the small red light on the FTDI connector, which is always glowing
Regards
**************
#include <LowPower.h>
void setup() {
}
void loop() {
// put your main code here, to run repeatedly:
LowPower.powerDown(SLEEP_1S, ADC_OFF,BOD_OFF);
}
When running a sample code as below which just puts the whisper node to sleep, the measured current I am getting is 3.4 mA, ideally this should be around 4 microAmps as per other user test cases.
Any idea why this could be happening ? Will appreciate any pointers.
*i have not removed the small red light on the FTDI connector, which is always glowing
Regards
**************
#include <LowPower.h>
void setup() {
}
void loop() {
// put your main code here, to run repeatedly:
LowPower.powerDown(SLEEP_1S, ADC_OFF,BOD_OFF);
}
