In this post
Start at the tip and walk up
Hold the pen vertically and imagine slicing it open. At the very bottom sits an ink tip, a normal one. Just above it, a pressure sensor feels every gram the tip puts on paper. A little higher, the first motion sensor rides close to your fingers. Midway up the barrel live the processor, the radio and the storage. Near the top: a second motion sensor, a compass, a battery, one multi-colour light and a USB-C port. Every one of those parts talks to the processor dozens or hundreds of times each second while you write a single word.
The processor is small on purpose
The chip at the centre is a microcontroller, the same family of processor that runs inside fitness bands and hearing aids. It is thousands of times less powerful than a laptop and that is precisely the point: it sips power measured in thousandths of a watt, starts instantly, and does one job with complete focus. There is no operating system in the laptop sense, no apps competing for time. The firmware we write is the only program it will ever run, which means every millisecond is accounted for.
Memory is the scarcest resource
A laptop measures memory in gigabytes. This pen's working memory is measured in kilobytes, roughly a million times less. Designing for that budget changes how software is written: every buffer is planned, every feature pays rent, and nothing is wasted. The pay-off is a device that runs for days on a battery smaller than your thumbnail. Alongside the working memory sits a generous flash store, the pen's notebook, that quietly records your writing sessions when no phone is nearby and syncs them later.
Why build it this way
We could have made a fatter pen with a bigger battery and a stronger processor. Every gram and millimetre, though, moves it further from the thing people actually want to hold: a normal pen. The engineering discipline of small computers, doing more with deliberately less, is what lets the intelligence disappear into the object. The best compliment the hardware gets is that people forget it is there.
Key takeaways
- The pen contains a full computer: processor, memory, storage, radio, sensors and power management.
- A deliberately small processor means instant start and days of battery.
- Kilobytes of memory force disciplined engineering, and that discipline is a feature.
- The goal is invisibility: intelligence that hides inside a normal-feeling pen.
Next time someone calls it a smart pen, correct them gently. It is a computer that happens to write.