Open-Source Solar E-Ink Smartwatch Achieves Extended Battery Life

a device that simply works, day after day, without nightly charging
LightInk represents a different philosophy for wearable design, prioritizing longevity over feature density.

In a technology landscape defined by devices that demand constant replenishment, designer Daniel Ansorregui has quietly proposed a different covenant between humans and their tools. LightInk, his open-source smartwatch concept years in the making, pairs solar harvesting with an E-Ink display and a power-management system so efficient it wakes in under a millisecond — turning the nightly charging ritual into an optional inconvenience rather than a daily obligation. By releasing the full design to the public, Ansorregui transforms a personal experiment into a shared question: what if our devices were built to endure rather than to impress?

  • The smartwatch industry has normalized daily charging as an invisible tax on convenience, but LightInk challenges that assumption at the hardware level.
  • A solar panel embedded directly in the watch face, paired with a 100mAh battery and a display that only draws power when its image changes, creates a device that can run for weeks untethered from any outlet.
  • The sharpest engineering tension — how to wake a power-hungry microcontroller thousands of times a day without draining the battery — is resolved by bypassing the ESP32's normal boot sequence entirely, storing updates in ultra-low-power RTC memory instead.
  • Wake cycles now complete in under one millisecond, and that compounding efficiency stretches battery life from days into months.
  • With WiFi, Bluetooth, and long-range LoRa connectivity built in, the watch is not a stripped-down compromise — it is a fully capable device that simply refuses to be wasteful.
  • The open-source release of all schematics, code, and documentation means the concept is no longer one person's prototype but a living blueprint available for any community to build upon.

Daniel Ansorregui began pursuing a deceptively simple goal in 2019: a smartwatch that doesn't need charging every night. The device he eventually produced, LightInk, pairs solar cells integrated directly into the watch face with an E-Ink display and custom electronics engineered to consume as little power as possible. The case is 3D-printed and accepts standard 22mm straps, keeping the design accessible to anyone willing to build one.

The heart of the project is its power-management architecture. Rather than relying on the ESP32 microcontroller's standard startup sequence — a process that would quietly drain the battery if repeated constantly — Ansorregui routes display updates and wireless tasks through RTC memory, a tiny storage area that remains active during deep sleep. The result is a wake time of under one millisecond. Across thousands of daily cycles, that efficiency compounds dramatically, extending battery life from days into months.

LightInk also includes WiFi, Bluetooth, and LoRa connectivity, the last of which is designed for long-range communication at minimal power cost. The entire project — schematics, firmware, and documentation — is open-source, inviting the broader community to study, modify, and improve it.

What LightInk ultimately represents is less a finished product than a provocation. In an era when smartwatches grow thinner while growing more power-hungry, Ansorregui's design asks whether longevity and low maintenance might matter more than feature density. By making the answer buildable, he ensures the question is one anyone can answer for themselves.

Daniel Ansorregui has spent years chasing a simple idea: a smartwatch that doesn't need charging every night. The result is LightInk, an open-source device that pairs solar cells with an E-Ink display and custom electronics designed to sip power rather than gulp it. The project began in 2019, but the watch that emerged represents something more than a personal experiment—it's a blueprint anyone can build, modify, and improve.

At its core, LightInk runs on an ESP32 microcontroller paired with a custom circuit board and a 1.54-inch electrophoretic display. The solar panel sits integrated into the watch face itself, working alongside a modest 100mAh battery. That combination—sun-powered charging plus a display technology that consumes energy only when the image changes—creates the conditions for a device that can run for weeks without a wall outlet. The case is 3D-printed in two pieces and accepts standard 22mm watch straps, making it both accessible and familiar to wear.

The real innovation lives in the power management. Ansorregui built a custom system that sidesteps the ESP32's normal startup sequence, which would drain the battery quickly if repeated constantly. Instead, the watch stores display updates and wireless transmissions in RTC memory—a tiny, ultra-low-power storage area that stays active even during deep sleep. When the device needs to wake, it does so in less than one millisecond, executes its task, and returns to sleep. That millisecond-scale efficiency compounds across thousands of wake cycles, transforming battery life from days into months.

The watch includes WiFi, Bluetooth, and LoRa connectivity, giving it multiple ways to communicate depending on what the user needs. LoRa, in particular, is designed for long-range, low-power transmission—useful for applications where traditional wireless would drain the battery in hours. The entire design is open-source, meaning the schematics, code, and documentation are available for anyone to study, build, or fork.

What makes LightInk significant is not that it solves a problem no one knew existed. It's that it demonstrates a different approach to wearable design—one that prioritizes longevity and minimal maintenance over feature density. In a world where smartwatches have become thinner and more power-hungry, Ansorregui's watch asks whether we might prefer a device that simply works, day after day, without the ritual of nightly charging. The open-source model means that question is no longer rhetorical. Anyone with the skills and interest can build one, test it, and decide for themselves.

The design demonstrates a different approach to wearable design—one that prioritizes longevity and minimal maintenance over feature density.
— Concept philosophy
The Hearth Conversation Another angle on the story
Inventor

Why does a smartwatch need solar charging? Aren't most people charging their phones anyway?

Model

True, but a phone is something you interact with constantly. A watch sits on your wrist passively. If it can harvest ambient light without adding bulk or weight, why not? It shifts the relationship from "device I must remember to charge" to "device I put on and forget about."

Inventor

The battery is only 100mAh. That seems tiny.

Model

It is. But paired with an E-Ink display that only uses power when the image changes, and a processor that wakes for milliseconds at a time, 100mAh becomes enough. The efficiency is the point, not the capacity.

Inventor

What's RTC memory? Why does that matter?

Model

It's a small, always-on memory bank inside the processor that survives deep sleep. Instead of waking the whole chip to update the display, the watch wakes just that memory, runs the code stored there, and sleeps again. It's like having a tiny assistant who never fully wakes up.

Inventor

Who would actually use this?

Model

People who want a watch that works like a watch—tells time, shows notifications, maybe tracks location—without becoming another device demanding attention. Developers and makers will build on it too, since it's open-source.

Inventor

Is this a product you can buy?

Model

Not yet. It's a concept and a blueprint. But that's the point. Ansorregui published the design so others can build it, improve it, adapt it. It's an invitation, not a finished product.

Contact Us FAQ