IP5306 automatic standby
-
Hi JimiT.
Unfortunately, I did not get IP5306. This version 1.0 of M5Stack POWER BANK will not be implemented. I'm creating version 2.0 with IP5108, which is available:
IP53108 can be purchased here, for example:
https://www.aliexpress.com/store/1816136?spm=2114.10010108.100005.2.7cb76625aejUQV
LiPol 103450 with capacity 2.500mAh here, for example:
https://www.aliexpress.com/store/715509?spm=2114.10010108.100005.2.536685a84W2wpgIf I create M5Stack POWER BANK, I will continue in the section projects.
This FAQS contains problem with the IP5306 and it is a pity that the M5Stack team does not respond and does not inform: the last delivery, which I received, contained the M5Stack in black with IP5306_CK, which does not have an automatic standby! Hurray! -
Hi Ji,
Thanks for the update. Nice project. I will keep an eye on the projects section....
It seems likely the M5Stack guys would want to sort this out given that low power is one of the attractions of the ESP32, so most likely they are still working on it.
From their comment and perhaps your experience also, it may be that availability of the IP5306_I2C was the problem.
Perhaps they could use the IP5108 in future (?).
-
According to the data sheet (in Chinese language only by the way),
if the load current drops below 45mA during 32 seconds, the IP5306 goes into standby.This is useful information for making some sort of heartbeat circuit to keep the IP5306 from going into standby.
-
Hi,
Any ideas to avoid automatic standby?
i am working with deepsleep and it wont wakeup above 30seconds setup.Thanks!!!
-
Are 2018 models came with the same IP5306 stand by setup?
Could it be customized for big orders?
Thanks guys
-
@pelocks 在 IP5306 automatic standby 中说:
Are 2018 models came with the same IP5306 stand by setup?
Could it be customized for big orders?
Thanks guys
2018 models have the same problem with IP5306 standby.
You can't get very low power consumption in deepsleep with M5Stack anyway, so waking up every 30 seconds, checking the elapsed time and going to deepsleep immediately if needed won't make much difference.
-
hi there, i had ordered 4k pcs ip5306_i2C, and change the newest board for this, so the new model can close this function.
-
@m5stack - very good news!
P.S. please also check the quality of connectors, especially female (on master board),
maybe only my m5stack has such a problem but from the beginning of use, various pins have a contact problem
with bottom plates(I check different: ioExtension/proto board/battery board).
Evidently male pins from bottom plates do not have good contact with female connector on base plate, I do not check all contacts but have problem with accu pin, adc35 pin, adc36 pin.
it's very annoying and spoils the positive impression from the module
when you can not read the input status and wonder what is wrong in the code
and it's not the fault of the code but the lack of contactP.S.P.S please also vote for this PR: https://github.com/espressif/arduino-esp32/pull/1242
because current version of board.txt do not include proper pins_arduino.h variant for m5stack and for e.g. ADC1 or ADC2 are unknown when compile -
@m5stack 在 IP5306 automatic standby 中说:
hi there, i had ordered 4k pcs ip5306_i2C, and change the newest board for this, so the new model can close this function.
Great news, but make shure that the new board is degned in a way that the total power consumption of all the additional circuitry (except ESP32 itself) can be reduced to at least <100 uA, otherwise it wont be very useful.
-
-
This post is deleted! -
Who is interested in the IP5108 solution, so look at the implementation in the section PROJECTS:
M5 Power Bank with IP5108 -
@vshymanskyy
IP5306 https://yadi.sk/i/dRp0HTF4oPCo2gSame thing for IP5209 IP5109 IP5207 IP5108
https://yadi.sk/i/oNhqTei36jFwSg -
@vshymanskyy Did you scann old chip (IP5306) or new version (IP5306_I2C). Can it be possible, that old version can I2C too?
-
@vshymanskyy please, could you send schematic of IP56306 I2C connection? I try to connect to my (which should have I2C) - but she doesn't reply. I use external microcontroller with external supply. Also I connect SCL to 2nd and SDA to 3st pin pin of IP5306. IP5306 powered from li-ion battery.