ESP-Powered Nixie Clock Knows The Time

We see more than our fair share of nixie clocks here at Hackaday, and it’s nice to encounter one that packs some clever features. [VGC] designed his nixie tube clock to use minimal energy to operate: it needs only 5V via USB to work, and draws a mere 200 mA. Nixies require Soviet-approved 180v to trigger, so [VGC] used dynamic indication and a step-up voltage converter to run them, with a 74141 nixie decoder doing the heavy lifting.

The brains of the project is an ESP8266, which connects to his house’s WiFi automatically. The clock simply dials into an NTP server and sets its own time, so no RTC is needed. It also can communicate with the cloud via Telegram, allowing the clock to send alerts to [VGC]’s devices. The ESP’s firmware may likewise be updated over WiFi. The 3D-printed case and flashing second indicators are nice touches on top of the clock functionality.

As we said, everything from wrist watches to dashboard tachometers uses nixies for displays — we love those old-skool tubes!

Continue reading “ESP-Powered Nixie Clock Knows The Time”

Joe Activation With A WiFi-Controlled Electrical Outlet

[Mike] is the only one in his house who drinks coffee, and uses a simple single-serving brewer with no auto-on feature. And since no one really wants to have to stand around making coffee in the morning, [Mike]’s solution was to IoT-ize his electrical socket.

MQTT Dash is an Android app “for nerds only ;)”

The project consists of a relay board controlled by an ESP8266-packing Adafruit Huzzah. It’s all powered by a 9V power supply with a regulator supplying the relay coil and Huzzah with 5V. [Mike]’s using CloudMQTT to communicate with the outlet.

We often see these automation projects hit a wall when it comes to adding a user-side dashboard. [Mike] is using a free Android app called MQTT Dash which allows for a number of different UI components and even had coffee maker icons already built in. It’s certainly worth a look for your own projects. [Mike] uses it to turn on the outlet for 10 minutes, and by the time he grabs half-and-half the outlet is already off again.

It turns out that connecting coffee pots to the Internet is a driving force among out readers. This one alerts the whole office when the coffee is done, while another one is controlled by Alexa. Then again, sometimes all you can do is reverse engineer the Internet of coffee.