Memento, an open-source ESP32-S3 device developed by Reddit user notrice, serves as a hardware dead man’s switch designed to release encrypted files to specific users after a predetermined timer. By utilizing an e-ink display and a real-time clock, the device allows owners to schedule data access for others while maintaining the ability to cancel the release at any time using a master PIN.
How does the Memento manage encrypted data access?
The Memento project functions by storing encrypted files on an ESP32-S3 microcontroller. According to the developer’s documentation on the ESP32 subreddit, users assign specific files to individual PINs. When a recipient enters their designated PIN, the device initiates a countdown timer.
The system provides two layers of control. First, the owner can set tailored timer lengths for different users. Second, the owner retains a master PIN, which allows them to stop any active countdown immediately. This ensures that no data is released unless the owner fails to intervene before the timer expires.
Why did the developer choose ESP32 over Raspberry Pi?
Hardware selection for long-term “dead man’s switches” depends heavily on power efficiency. In the project’s development notes, user notrice stated that an initial attempt to use a Raspberry Pi failed because the platform was a “battery hog.”
The transition to the Waveshare ESP32-S3-ePaper-1.54 solved the power consumption issue. The developer noted that the combination of the ESP32-S3 and a 200×200 e-ink display allows the device to operate for months on a single LiPo battery charge. This efficiency is critical for devices intended to sit idle for long periods of time.
| Component | Function in Memento |
|---|---|
| ESP32-S3 | Core processing and file encryption |
| PCF85063 RTC | Manages accurate countdown timers |
| E-ink Display | Low-power visual status updates |
What does this mean for the future of digital inheritance?
The Memento project highlights a growing trend toward decentralized, offline methods for managing digital estates. Currently, most users rely on “Legacy Contact” features provided by major tech companies like Google or Apple. However, these cloud-based solutions require the user to remain within a specific ecosystem.

Hardware-based solutions like Memento offer a way to bypass centralized platform dependencies. This movement toward “sovereign data” allows individuals to control the release of sensitive information—such as private keys, legal documents, or personal messages—without a third-party intermediary monitoring the process.
As IoT (Internet of Things) technology becomes more efficient, we may see an increase in specialized security hardware designed for “set and forget” scenarios. The use of e-ink and ultra-low-power microcontrollers suggests that future security devices will prioritize longevity over constant connectivity.
Frequently Asked Questions
Is the Memento project open source?
Yes. The project files and documentation are available on the Memento GitHub page.
How long can the battery last?
According to the developer, the low power profile of the ESP32-S3 and e-ink display can allow the device to last for months on a single charge.
Can the owner stop a countdown?
Yes. The owner can use a master PIN to cancel any active countdown and prevent data release.
What are your thoughts on using physical hardware for digital legacy management? Do you trust offline devices more than cloud-based settings? Let us know in the comments below or subscribe to our newsletter for more deep dives into emerging tech.
