All posts Technology

Engineering a battery that writes all day and survives its owner

In short

The pen's battery work is less about squeezing out capacity and more about protection and honesty: layered safeguards so neither overcharge nor deep discharge can damage the cell, and battery percentages derived from the cell's real discharge behaviour rather than wishful linear math.

The post covers the day-long power budget, the double overcharge protection, why lithium cells must never be run to true empty, and why the pen shuts itself down before that point.

The short version. The full post has the detail and the why.

In this post

  1. A day of writing is the contract
  2. Percentages that tell the truth
  3. Overcharge protection, twice
  4. The quiet danger at the empty end

A day of writing is the contract

The promise is simple to state: a full day of real writing on one charge, then a charge over lunch. Meeting it means auditing every consumer, the sensors, the radio, the light, the processor, and asking what each costs per hour. The power budget is a living document; every new feature must state its price in battery hours before it ships. Features that cannot pay do not board.

Percentages that tell the truth

A lithium cell does not drain like a fuel tank. Its voltage falls quickly at first, then sits on a long flat plateau, then drops off a cliff at the end. Read the voltage naively and the pen would claim 60% for hours and then collapse from 30% to empty in minutes. Instead the firmware maps voltage through the cell's actual discharge curve, so the number on your phone falls at the honest rate. Boring, truthful percentages are a feature.

full empty hours of writing shutdown zone pen sleeps before harm the long honest plateau
A lithium cell's real discharge curve: a fast early drop, a long plateau, then a cliff. The firmware reads percentages off this curve and shuts the pen down before the harmful zone.

Overcharge protection, twice

People leave pens on chargers for a weekend. That must be completely safe, so protection is layered: the charging hardware stops on its own when the cell is full, and the pen's software independently watches the same limits. Either layer alone is sufficient; each backstops the other. Designing so that any single failure is survivable is the difference between consumer electronics and a science project.

The quiet danger at the empty end

Deep discharge is the less famous battery killer. Drain a lithium cell far below its floor and it degrades permanently, even though nothing dramatic appears to happen. So the pen refuses to get there: it warns early, saves everything, and shuts down cleanly with margin to spare, and its protection circuit stands guard below that. A pen forgotten in a drawer for a month should wake up unharmed, and that behaviour is engineered, not lucky.

Key takeaways

  • Every feature must declare its cost in battery hours; the power budget is a contract.
  • Battery percentages follow the cell's real discharge curve, not a linear guess.
  • Overcharge protection exists twice, in hardware and software, each sufficient alone.
  • The pen shuts down before deep discharge because the empty end quietly kills cells.

Battery engineering is trust engineering. The cell is the one part users cannot see and must believe in anyway.

Read next