ProductKey clique aqui para descobrir o serial do windows! click here to discover the windows serial!
Para usuários da comunidade inglesa, espanhola, francesa e alemã, usarei o google tradutor!

Tinkerer
This is a known but NOT well documented fault with the batteries in many Acer laptops. ‘This type of fault tends to happen when the device stays connected to AC power all the time, when the device is shutdown using the power button, or when the device runs out of battery too often.’ In my case, I use this laptop as a desktop replacement and leave it plugged into the AC adapter almost all the time. I do not like disconnecting the plug into the laptop because it is one of the smaller ones and this puts wear on that connector and it is hard to find replacements.
I would argue this
is a design flaw. The battery monitor inside the pack detects an
over or under voltage condition and turns off the FETs that connect
the battery output to the connector.
I monitored the
battery voltage on my laptop using the BatterInfoView utility for a
few hours today. I disconnected the AC power and turned on the
laptop this morning. BatteryInfoView showed the voltage at 16.4, 7
watt discharge and it dropped to 95% charge almost immediately after
disconnecting the AC adapter. When I plugged it back in, after an
hour the voltage ramped up to 17.0V and 0 milliwatts discharge. This
is a 4 cell pack and max voltage should be 16.8V. After several
hours of the laptop running and plugged into the AC adapter the
battery voltage slowly dropped to 16.89 volts.
What you are
supposed to do with lithium ion batteries is charge them at 1C
(constant current) until the voltage gets to max. You then charge
the battery at constant voltage mode until the charge current drops
to 1 to 10 mA. You then disconnect the battery from the charge
circuit. If you do not disconnect the battery from the charger you
can overcharge the battery damaging it and, worse case, cause a fire.
It would appear that Acer laptops are hot rodding the top off a
little to speed things up. The margins may be very tight so that
this occasionally trips the fault detection inside the battery CPU
disconnecting the battery from the connector. In my case the
overvoltage likely tripped. It likely took a few days for the
battery to self discharge and drop below the fault trip point thus
explaining why it had no voltage at the connector and later started
working. In addition, there is likely more to this than that being
that the monitoring program is fairly involved.
The other fault
modes are harder to explain without diving deep into the boot loader
and shutdown code on the processor or the code in the CPU in the
battery pack. Atmel has a nice application note for their reference
design for a Smart Battery. You can find it here:
http://ww1.microchip.com/downloads/en/Appnotes/doc2599.pdf
The Smart Battery Data Specification can be found here:
http://www.sbs-forum.org/specs/sbdat110.pdf
Both contain a
summary table of commands over the SMBus. Battery Mode and
BatteryStatus are two of the few write commands that could be used by
the BIOS or the OS to disable or enable the battery. I do not see a
command that could be called “reset”.
The Atmel
application note mentions that their code contains a boot loader for
updating the code in the CPU battery monitor via the SMBus.
This is a known but NOT well documented fault with the batteries in many Acer laptops. ‘This type of fault tends to happen when the device stays connected to AC power all the time, when the device is shutdown using the power button, or when the device runs out of battery too often.’ In my case, I use this laptop as a desktop replacement and leave it plugged into the AC adapter almost all the time. I do not like disconnecting the plug into the laptop because it is one of the smaller ones and this puts wear on that connector and it is hard to find replacements.
I would argue this
is a design flaw. The battery monitor inside the pack detects an
over or under voltage condition and turns off the FETs that connect
the battery output to the connector.
I monitored the
battery voltage on my laptop using the BatterInfoView utility for a
few hours today. I disconnected the AC power and turned on the
laptop this morning. BatteryInfoView showed the voltage at 16.4, 7
watt discharge and it dropped to 95% charge almost immediately after
disconnecting the AC adapter. When I plugged it back in, after an
hour the voltage ramped up to 17.0V and 0 milliwatts discharge. This
is a 4 cell pack and max voltage should be 16.8V. After several
hours of the laptop running and plugged into the AC adapter the
battery voltage slowly dropped to 16.89 volts.
What you are
supposed to do with lithium ion batteries is charge them at 1C
(constant current) until the voltage gets to max. You then charge
the battery at constant voltage mode until the charge current drops
to 1 to 10 mA. You then disconnect the battery from the charge
circuit. If you do not disconnect the battery from the charger you
can overcharge the battery damaging it and, worse case, cause a fire.
It would appear that Acer laptops are hot rodding the top off a
little to speed things up. The margins may be very tight so that
this occasionally trips the fault detection inside the battery CPU
disconnecting the battery from the connector. In my case the
overvoltage likely tripped. It likely took a few days for the
battery to self discharge and drop below the fault trip point thus
explaining why it had no voltage at the connector and later started
working. In addition, there is likely more to this than that being
that the monitoring program is fairly involved.
The other fault
modes are harder to explain without diving deep into the boot loader
and shutdown code on the processor or the code in the CPU in the
battery pack. Atmel has a nice application note for their reference
design for a Smart Battery. You can find it here:
http://ww1.microchip.com/downloads/en/Appnotes/doc2599.pdf
The Smart Battery Data Specification can be found here:
http://www.sbs-forum.org/specs/sbdat110.pdf
Both contain a
summary table of commands over the SMBus. Battery Mode and
BatteryStatus are two of the few write commands that could be used by
the BIOS or the OS to disable or enable the battery. I do not see a
command that could be called “reset”.
The Atmel
application note mentions that their code contains a boot loader for
updating the code in the CPU battery monitor via the SMBus.