In this post
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.
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.