Show HN: Belshazzar's Clock, luminous paint night clock
The Belshazzar clock, inspired by a biblical story, features a luminous drum, is powered by a stepper motor and ESP32C3 board, and currently displays UTC time. Future improvements are planned.
Read original articleThe blog post discusses the development of a luminous clock named "Belshazzar," inspired by the biblical story of Belshazzar's feast. The author has previously created large-scale luminous displays for events but decided to design a more compact version suitable for home use. The clock features a 100mm diameter drum painted with luminous paint, powered by a 28BYJ-48 stepper motor and an ESP32C3 development board. The clock utilizes a string of 30 UV LEDs for illumination and receives time updates via NTP, although it currently displays UTC due to limitations in time zone support. The author faced challenges with the quality of ESP32C3 boards from AliExpress, including issues with onboard flash memory and WiFi chip design. Future improvements for the clock include enhancing its aesthetics and experimenting with photochromic ink for a daylight version. The author has made the project assets available on GitHub for others to create their own version of the clock.
- The Belshazzar clock is designed for home use, inspired by a biblical story.
- It features a luminous drum powered by a stepper motor and an ESP32C3 board.
- The clock currently displays UTC time due to limitations in time zone support.
- The author encountered quality issues with ESP32C3 boards from AliExpress.
- Future enhancements include aesthetic improvements and a daylight version using photochromic ink.
Related
TOTP tokens on my wrist with the smartest dumb watch
A modified Casio F-91W watch now features a programmable ARM Cortex M0+ board, enabling two-factor authentication and customizable watchfaces, enhancing functionality while maintaining the original design.
Lenticular Clock
The Lenticular Clock project combines lenticular animation with clock functionality, using specific materials and 3D printing, while synchronizing time via Wi-Fi for a visually engaging timepiece.
Building an e-ink weather display for our home
The article describes a DIY project to build a battery-powered e-ink weather display, focusing on design, challenges, and successful assembly, completed in three weeks with an emphasis on familiar tools.
Guy does demoscene tricks to ESP32 powered display (2022)
The project evolved from a simple ESP32 message board to a complex system with animations and sound, utilizing coding techniques for optimization and highlighting scope creep in the learning process.
Imposter Attack – Among Us-themed infrared game made with ESP32 and MicroPython
Ian Langworth developed a laser tag game using the ESP32 microprocessor, transitioning to MicroPython for easier programming. The game features interactive targets, rechargeable batteries, and efficient communication via ESP-NOW.
I imagine that you could improve the consistency and readability some by modeling the state of each pixel of paper. That way when the drum comes around you can compensate the exposure per pixel based on the current state to achieve better uniformity of display. In this way you could do exposure compensation on each row of output to make the display equally bright top to bottom. This would be similar to how a "no-refresh" epaper display works.
I've had Aqua and Green, and they look gorgeous.
say, why don't you move mirrors but the whole laser?
Related
TOTP tokens on my wrist with the smartest dumb watch
A modified Casio F-91W watch now features a programmable ARM Cortex M0+ board, enabling two-factor authentication and customizable watchfaces, enhancing functionality while maintaining the original design.
Lenticular Clock
The Lenticular Clock project combines lenticular animation with clock functionality, using specific materials and 3D printing, while synchronizing time via Wi-Fi for a visually engaging timepiece.
Building an e-ink weather display for our home
The article describes a DIY project to build a battery-powered e-ink weather display, focusing on design, challenges, and successful assembly, completed in three weeks with an emphasis on familiar tools.
Guy does demoscene tricks to ESP32 powered display (2022)
The project evolved from a simple ESP32 message board to a complex system with animations and sound, utilizing coding techniques for optimization and highlighting scope creep in the learning process.
Imposter Attack – Among Us-themed infrared game made with ESP32 and MicroPython
Ian Langworth developed a laser tag game using the ESP32 microprocessor, transitioning to MicroPython for easier programming. The game features interactive targets, rechargeable batteries, and efficient communication via ESP-NOW.