• Hi guys,
    first of all, wow what a fantastic project. I think this is what I need to create a prototype of an idea I have.

    It's kind of basic. I need to create a script that counts up for each day and displays the number on a e-ink display (something like this http://www.espruino.com/SSD1606) ... and also a button that can reset the number to 0. But I need to know, for how long (I know it's just a guess) can the battery power the pico and the display, if it just have to show a number, and nothing else (the number changes each day, and thats it)?

    Thanks
    Kasper

  • I found this which answers my question ... I guess

    https://www.espruino.com/Power+Consumption

    But which kind of battery?

  • A good battery has about 1% self discharge. Battery Datasheets will tell you how the discharge goes with the duty cycle and duty current. e-ink displays have a heavy wake-up / start-up power consumption. If you run this once a day only, it should not be that a problem. For Puck I looked this for the CR3032 button cell up. Similar calculation have to be done for PICO.

    How often do you plan to update e-ink display (a day)? If it is too often, a plain LCD could fare better... Yes the e-ink does use only power when rewriting the display (and it is always the whole display / page), but it is a 'lot' of power compared to an LCD which runs all the time but though on very very little power and 'much less' for update.

    Just found the attached document on the Web. It may not give this or that battery, but a general understanding...

    To come up with the capacity (mAh) matching your expectations regarding battery replacement intervals, estimate the duty cycle and current for the duty phase for a day.

    Battery capacity is measured in mAh (Ah) - milli Ampere hours. For example: a battery that has 10mAh can sustain about 1mA for 10hrs. If you draw higher current than 1mA the capacity is less, in other words: 2mA will NOT give you 5hours... and 0.01mA may not give you 1000hrs (a 30 day month has 720 hrs, a year has 8760 hrs... don't want to be Mr. Obvious, just putting the numbers out...)


    1 Attachment

  • Hi allObjects,
    thanks a lot, this is very helpfull, will look trough the pdf file later.
    I plan on sending the Pico to deep sleep, and waking it up wit a setInterval every 24 hours. So that the e-ink display only updates once a day ... and then just displays the current number of days.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

For how long can the Pico + e ink display last on a battery

Posted by Avatar for user71789 @user71789

Actions