EasySensors / SwitchNode

Coincell powered Switch Controller. Atmega328p + RFM69HW 433 MHz radio on-board. Hardware debouncer. Arduino IDE compatible. IS4B2450
9 stars 0 forks source link

Expected battery life? #1

Closed MACscr closed 6 years ago

MACscr commented 6 years ago

I just want to connect a switch to it and when the switch is toggled one way or another, it sends a packet to my HomeAssistant server which is equipped with an 433mhz RF Bridge. Should be pretty simple and should sit dormant most of the time.

yurysvirida commented 6 years ago

Hi,

Roughly 4.69 years if one switch pressed once an hour. calculator http://oregonembedded.com/batterycalc.htm

If JDEC eprom soldered for FOTA\OTA . Drain current 4uA( all switches OFF ) - 8uA (one switch is on).

You need to send JDEC to sleep explicitly. otherwise JDEC will eat 10 uA extra.

If no need JDEC it is 3uA less of the drain current, means overall drain will be close to 1uA.

image image

Hope I described it clear...