My 2AA battery sensor
-
Thanks.
I thought someone would ask why I expect a 3000mAh battery to supply 1mA for 6 months ?
-
Thanks.
I thought someone would ask why I expect a 3000mAh battery to supply 1mA for 6 months ?
@m26872 said:
Thanks.
I thought someone would ask why I expect a 3000mAh battery to supply 1mA for 6 months ?
Nice Work!! Oh and with the mods you have in place, I don't think you should have much problem getting to 6 months.. :-)
-
Thanks.
I thought someone would ask why I expect a 3000mAh battery to supply 1mA for 6 months ?
-
@m26872 said:
I thought someone would ask why I expect a 3000mAh battery to supply 1mA for 6 months ?
Ok, I'll be the straight man here: why do you expect a 3000mAh battery to supply 1mA for around 4400 hours?
@Zeph Thank you.
Because it's 90% mAac (from dc source) and I think the china step-up isn't really that crappy after all. Energizing-deenergizing a a coil with no load will look like this without any real power produced. Of course there are loss power and wear on battery etc, but not compareable to 1mAdc. Deeper investigation to this should be the subject of a new thread. -
I'm getting about 3-4 months from my less active sensors, and the only hardware mod I'm using is the Arduino LED removal. So I can image removing the regulator and step LED would save a fair amount of energy.
I really need to get around to removing those....
-
This are my results, with low power arduino powerd on 2 AA alkaline batteries.
Door/window sensor (front door - opens frequently). On ocrober 4 battery status 64%, december 18 62% (still at 62%). 100% spike is when I reprogram my sensor. In 75 days battery drops for 2 % -> 100% in more than 10 years.
Code is available on GitHub.EasyIoT server battery status

Temperature and humidity sensor with DHT22 and step up regulator. Arduino and NFR24L is powered directly on 2 AA batteries, DHT22 is powered on step up regulator but only when measure is taken. Battery drops for 14% in 75 days. Actually this design is not so good. I'm testing new design without step up regulator and better temperature/humidity sensor. 2AA alkaline batteries could last 10 years.

This is my water leak sensor. I'm using 2 wasted AA batteries for testing, and voltage actually rise. Current consumption is about 6uA (self discharge is about 10 times bigger) practically all the time.
-
This are my results, with low power arduino powerd on 2 AA alkaline batteries.
Door/window sensor (front door - opens frequently). On ocrober 4 battery status 64%, december 18 62% (still at 62%). 100% spike is when I reprogram my sensor. In 75 days battery drops for 2 % -> 100% in more than 10 years.
Code is available on GitHub.EasyIoT server battery status

Temperature and humidity sensor with DHT22 and step up regulator. Arduino and NFR24L is powered directly on 2 AA batteries, DHT22 is powered on step up regulator but only when measure is taken. Battery drops for 14% in 75 days. Actually this design is not so good. I'm testing new design without step up regulator and better temperature/humidity sensor. 2AA alkaline batteries could last 10 years.

This is my water leak sensor. I'm using 2 wasted AA batteries for testing, and voltage actually rise. Current consumption is about 6uA (self discharge is about 10 times bigger) practically all the time.
@dopustko Looks nice. Can you please share a more detailed description of your hardware?
Edit: I searched and saw that you're running at 1MHz and soon with HTU21T. Very elegant! -
@dopustko Looks nice. Can you please share a more detailed description of your hardware?
Edit: I searched and saw that you're running at 1MHz and soon with HTU21T. Very elegant! -
@m26872 here is my complete description for MySensors door/window sensor. For other sensors I will add descriptions in the future...
@dopustko Great! I love your low-power guide. Wow! That should be mandatory for all sensors that work below 3.3V like e.g. a door switch. And you're able to use the internal battery monitoring method and all.
Also, when I looked at your diagram I realized that I probably did a mistake with my door switch connection to arduino and have a substantial current draw through the switch. If true it means that the step-up is innocent. -
@dopustko Great! I love your low-power guide. Wow! That should be mandatory for all sensors that work below 3.3V like e.g. a door switch. And you're able to use the internal battery monitoring method and all.
Also, when I looked at your diagram I realized that I probably did a mistake with my door switch connection to arduino and have a substantial current draw through the switch. If true it means that the step-up is innocent.@m26872 In fact most of sensors can work on 2 AA batteries without step up regulator if sensor is selected carefully. That also minimize number of components and battery consumption.
I'm using 1M pull up resistor instead of internal resistor (50-60K) - this lower power consumption. 1M is quite big but wires are short, so it's working ok. -
@m26872 here is my complete description for MySensors door/window sensor. For other sensors I will add descriptions in the future...
-
Hi @dopustko , i've checked your cool website. can I ask few question regarding your setup?
I saw this page, in order to get low power consumption, you did burn fuse and disable brown-out? Possible to use it without usbtinyisp? -
Good info here. Thought comes to mind about using a small solar cell off a defectivet walkway light to add a little charge back in to the system, when there is any kind of light around.
-
Just an update on my battery levels. My VeraLite Datamine-plugin won't longer plot for me. I suspect I'm out of VeraLite memory to handle all the data. This is it. (Look above for last graphs.)
Node 16: BatteryLevel 51
Node 101: Dead 03 Feb
Node 110; BatteryLevel 57
Node 105: BatteryLevel 80
Node 106: BatteryLevel 53
As I hoped, the decrease rate for 105 and 106 is now less than 5% per month and 6-month target is already passed by half.
The revenge of the Chinese step-up ?! -
Someone else noticed that one of the two batteries drained by the step-up always has negative(!) charge? Due to the AC-load? Could it be possible to extend battery life by adding some kind of capacitor?
-
Node 105 and 106 down just 1% since last post (22 days ago). Not bad. Relatively stable readings and low activity, but it doesn't matter since we're all expected the sleep mode consumption to be the worst.
-
@EasyIoT: Thank you for your nice descriptions of the low power sensors.
I have some questions regarding the temperature sensor:
Did you use a "Low power modified" Arduino for that as well?
How are you able to power the sensor via the step-up only when needed? Do you power the step-up via an digital pin or something?@m26872: Also thanks for your design. I am thinking of building something similar. So you got now about 5% battery drop per month using the china stepup with desoldered LED?
-
@EasyIoT: Thank you for your nice descriptions of the low power sensors.
I have some questions regarding the temperature sensor:
Did you use a "Low power modified" Arduino for that as well?
How are you able to power the sensor via the step-up only when needed? Do you power the step-up via an digital pin or something?@m26872: Also thanks for your design. I am thinking of building something similar. So you got now about 5% battery drop per month using the china stepup with desoldered LED?
@daenny said:
So you got now about 5% battery drop per month using the china stepup with desoldered LED?
Today I read Node 105: 78% and Node 106: 51%. That's only 2% in the last 38 days.

Edit: Perhaps using the "%" here is a little careless, but I think everyone knows that we're talking battery level.
-
@daenny said:
So you got now about 5% battery drop per month using the china stepup with desoldered LED?
Today I read Node 105: 78% and Node 106: 51%. That's only 2% in the last 38 days.

Edit: Perhaps using the "%" here is a little careless, but I think everyone knows that we're talking battery level.
@daenny yes, I'm using DO pin and MOSFET connected to step up regulator. But this is complicated solution. I'ts better to use different temperature sensor which can operate down to 1.8V. Right now I'm testing custom board with NRF24L and HTU21D (it's not cheap, but it can work down to 1,8V). Results are pretty good. Temperature and humidity sensor can operate more than 5 years on 2 AA batteries. For example door window sensor and water leak sensor can work more than 10 years on 2 AA batteries. It's seems that for those sensors AA batteries are overkill.
-
@daenny said:
So you got now about 5% battery drop per month using the china stepup with desoldered LED?
Today I read Node 105: 78% and Node 106: 51%. That's only 2% in the last 38 days.

Edit: Perhaps using the "%" here is a little careless, but I think everyone knows that we're talking battery level.
@m26872 I still dont get it. Why I cant get the same efficient power like you.
I already follow all of your requirement in the first thread - difference only I use breadboard.
The minimum consumption (sleep) that I've got still 2.4mA, compare to you, it still huge differences. I dont know what's wrong with my setup.My sketch wake up every 10s (consumption up to 3.5mA), while sleep the lowest is 2.4mA.
#include <avr/sleep.h> // Sleep Modes #include <MySensor.h> #include <SPI.h> MySensor gw; #define BATTERY_SENSE_PIN #define SLEEP_IN_MS 86400000 // 1 day #define PROD false int oldBatLevel; void setup() { gw.begin(NULL,1); gw.sendSketchInfo("Basic-Sketch-MySensor", "1.0"); pinMode(2,INPUT); digitalWrite (2, LOW); pinMode(3,INPUT); digitalWrite (3, LOW); pinMode(4,OUTPUT); digitalWrite (4, LOW); pinMode(5,INPUT); digitalWrite (5, LOW); pinMode(6,INPUT); digitalWrite (6, LOW); pinMode(7,INPUT); digitalWrite (7, LOW); pinMode(8,INPUT); digitalWrite (8, LOW); oldBatLevel = -1; sendValue(); Serial.println("Startup Finished"); TurnOnLed(); } void TurnOnLed(){ digitalWrite(4,HIGH); gw.sleep(1000); digitalWrite(4,LOW); gw.sleep(100); } void loop () { sendValue(); gw.sleep(1000*10); } // end of loop void sendValue() { gw.powerUp(); int batLevel = getBatteryLevel(); if (!PROD){ gw.sendBatteryLevel(batLevel); TurnOnLed(); } else{ if (oldBatLevel != batLevel) { gw.sendBatteryLevel(batLevel); oldBatLevel = batLevel; TurnOnLed(); } } gw.powerDown(); } // Battery measure int getBatteryLevel () { int results = (readVcc() - 2000) / 10; if (results > 100) results = 100; if (results < 0) results = 0; return results; } // end of getBandgap // when ADC completed, take an interrupt EMPTY_INTERRUPT (ADC_vect); long readVcc() { long result; // Read 1.1V reference against AVcc ADMUX = _BV(REFS0) | _BV(MUX3) | _BV(MUX2) | _BV(MUX1); delay(2); // Wait for Vref to settle noInterrupts (); // start the conversion ADCSRA |= _BV (ADSC) | _BV (ADIE); set_sleep_mode (SLEEP_MODE_ADC); // sleep during sample interrupts (); sleep_mode (); // reading should be done, but better make sure // maybe the timer interrupt fired while (bit_is_set(ADCSRA,ADSC)); result = ADCL; result |= ADCH<<8; result = 1126400L / result; // Back-calculate AVcc in mV return result; }```