normal sleep current for lilypad?
i using 3*aa battery powered lilypad sleeps extreme period of times woken user pressing reset.
https://store.arduino.cc/lilypad-arduino-main-board
i put sleep thru
still current in sleepmode 19ua, @ least twice or 4 times expecting.
is there more can when putting sleep? shouldn't expect lower current?
https://store.arduino.cc/lilypad-arduino-main-board
i put sleep thru
code: [select]
for(int x = 1 ; x < 18 ; x++){
pinmode(x, input);
digitalwrite(x, low);
}
delay(100);
lowpower.powerdown(sleep_forever, adc_off, bod_off);
still current in sleepmode 19ua, @ least twice or 4 times expecting.
is there more can when putting sleep? shouldn't expect lower current?
Arduino Forum > Development > Other Hardware Development > normal sleep current for lilypad?
arduino
Comments
Post a Comment