Chat here about code rewrites, mods, etc... with respect to the github project https://github.com/esp8266/Arduino

Moderator: igrr

User avatar
By Makuna
#17337
reaper7 wrote:@CptanPanic - my esp go down to 2768mV on li-ion power, so maybe this is only accu security cut-off...
http://www.esp8266.com/viewtopic.php?f=12&t=1516&p=9832#p9832


A single cell LiOn going below 3.0v!? That will shorten the life (recharge count) of the battery. Most list 3.0v as lowest safe discharge voltage, and 3.3v as a working safe discharge voltage; but check your specs; I have heard a few horror stories of melt downs discharging below this, but I have never seen it (accidents happen).
User avatar
By reaper7
#17342
Makuna wrote:
reaper7 wrote:@CptanPanic - my esp go down to 2768mV on li-ion power, so maybe this is only accu security cut-off...
http://www.esp8266.com/viewtopic.php?f=12&t=1516&p=9832#p9832


A single cell LiOn going below 3.0v!? That will shorten the life (recharge count) of the battery. Most list 3.0v as lowest safe discharge voltage, and 3.3v as a working safe discharge voltage; but check your specs; I have heard a few horror stories of melt downs discharging below this, but I have never seen it (accidents happen).


No single cell, this is 1S2P 4000mAh Li-Ion pack with PCM:
http://www.batimex.pl/zdjecia/pdf/l186501s2p.pdf
as You can read, "End Voltage" for any type of discharging are 2,75V so this is very similar to my measurements
User avatar
By Stoney
#21712
reaper7 wrote:I think that the read value depends on whether something is connected to TOUT


If we ever meet, going to buy you a beer.
That little throw away comment saved me a lot more hair pulling..

Pity, as I wanted to use TOUT for an analog sensor, but with a few resistors connected to TOUT I was only getting 1/10 of the reading on readvdd33 I should have got.
User avatar
By Tugao
#25184 Heyyyy my friends
Someone already saw somithings liki this
> print(node.readvdd33())
254
> print(node.readvdd33())
254
> print(node.readvdd33())
252
> print(node.readvdd33())
254

I can not understand :oops:
this work the same way when I use readvdd33()