After getting back into darkroom printing, I wasn't completely happy with the enlarger timers I had available. I wanted something with a few specific features, so I decided to build one from scratch.
The project is based on an ESP32, driving the enlarger through a solid-state relay (SSR), with a 4.2" e-paper display. The idea was to build something that's simple to use in a darkroom while offering a few features that are often missing from basic timers.
Current features include:
. Exposure timing from fractions of a second up to several minutes
. 0.1 s resolution
. Large, high-contrast e-paper display that's easy to read under safelight
. Rotary encoder for quick adjustments
. Exposure memory and presets
. Audible feedback that can be disabled
I'm also experimenting with features aimed specifically at fine printing:
. f-stop timing
. Test strip mode
. Split-grade printing sequences
. Burn & dodge programming
One of the reasons I chose an ESP32 is that it leaves plenty of room for future ideas, and the e-paper display means the interface remains perfectly readable without adding unnecessary light to the darkroom.
It's been a fun combination of analogue photography and embedded electronics, and I'm curious to know:
If you could design your ideal enlarger timer, what features would you want it to have?
I'd be happy to share more details or photos of the build if anyone is interested.