Suspense Courtesy Of Arduino, Mess Of Wires

The ticking clock on the bomb is a Hollywood trope that simply refuses to die. Adding to the stress levels of the bomb squad and creating great suspense for the watcher, it’s always interesting to wonder why the average bomb maker is so courteous as to supply this information to law enforcement. Regardless, if you’d like to build a dramatic prop and are mature enough to do so responsibly, [Giorgio] has the guide you need.

The build is a straightforward one, relying on an Arduino to run the show. This is hooked up to a classic 7-segment LED display, upon which the countdown is displayed. For extra flair, an MP3 player is fitted to play the Mission Impossible theme. It all adds to the tension as you wipe the sweat from your brow, trying to decide if you’re cutting the right wire.

It’s a build that would be an excellent prop for a film production or a fun game at a holiday party. However, it’s also a build that could easily be mistaken for the real thing by those less technically inclined. Even the most innocuous homebrew projects have caused problems for innocent hackers in the past. Fake bombs can be incredibly dangerous, just like the real thing, so it’s important to be careful.

We’ve seen other takes on this kind of build before, too. As always, build responsibly.

Talking Clock? That’s Nothing New

Do you talk to your alarm clock? I do. I was recently in a hotel room, woke up in the middle of the night and said, “Computer. What time is it?” Since my Amazon Echo (which responds to the name Computer) was at home, I was greeted with silence. Isn’t the future great?

Of course, there have been a variety of talking clocks over the years. You used to be able to call a phone number and a voice would tell you the time. But how old do you think the talking clock really is? Would you guess that this year is the 140th anniversary of the world’s first talking clock? In fact, it doesn’t just hold the talking clock record. The experimental talking clock Frank Lambert made is also the oldest surviving recording that can be still be played back on its original device.

In 1878, the phonograph had just been invented and scratched out sounds on a piece of tin foil. Lambert realized this wouldn’t hold up to multiple playbacks and set out to find a more robust recording medium. What he ended up building was a clock that would announce the time using lead to record the speech instead of tin foil.

Continue reading “Talking Clock? That’s Nothing New”

Decorative Light Box Lets You Guess The Time

Telling time by using the current position of the sun is nothing revolutionary — though it probably was quite the “life hack” back in ancient times, we can assume. On the other hand, showing time by using the current position of the sun is what inspired [Rich Nelson] to create the Day Cycle Clock, a color changing light box of the Philadelphia skyline, simulating a full day and night cycle in real time — servo-controlled sun and moon included.

At its core, the clock uses an Arduino with a real-time clock module, and the TimeLord library to determine the sunrise and sunset times, as well as the current moon phase, based on a given location. The sun and moon are displayed on a 1.44″ LCD which doubles as actual digital clock in case you need a more accurate time telling after all. [Rich] generally went out of his way with planning and attention to detail in this project, as you can see in the linked video, resulting in an impressively clean build surely worthy as gift to his brother. And if you want to build one for yourself, both the Arduino source code and all the mechanical parts are available on GitHub.

An interesting next iteration could be adding internet connectivity to get the current weather situation mixed into the light behavior — not that it would be the first time we’d see weather represented by light. And of course, simulating the northern lights is also always an option.

Continue reading “Decorative Light Box Lets You Guess The Time”

Clock Monitors Deep Space Network, Keeps Vigil Over Lost Mars Rover

It’s been a long, long time since we heard from Opportunity, the remarkable Mars rover that has shattered all expectations on endurance and productivity but has been silent since a planet-wide dust storm blotted out the Sun and left it starved for power. Right now, it’s perched on the edge of a crater on Mars, waiting for enough sunlight to charge its batteries so it can call home. All we can do is sit, and wait.

To pass the time until Opportunity stirs again, [G4lile0] built this Deep Space Network clock. Built around an ESP32 and a TFT display, the clock monitors the Deep Space Network (DSN) website to see if mission control is using any of the huge antennas at its disposal to listen for signals from the marooned rover. If the DSN is listening, it displays a special animation exhorting the rover to phone home; otherwise, it shows which of the many far-flung probes the network is communicating with, along with a slideshow of Mars mission photos to keep the spirits up. When the day finally comes that Opportunity checks in, an alarm will sound so [G4lile0] can pop the champagne and celebrate with the rest of us.

We realize that the odds that Opportunity will survive this ordeal are decreasing by the Sol. It’s an uphill battle; after all, the machine was 55 times its original 90-day design life when it went dark, so it’s an uphill battle. Then again, it has beaten the odds before, so there’s still hope.

Continue reading “Clock Monitors Deep Space Network, Keeps Vigil Over Lost Mars Rover”

ESP8266 Clock Puts Time In A Jar

Ironically, with the wide availability of modular electronic components today, the hardest part of constructing your latest gadget might just end up being able to find a decent looking enclosure for it. Project boxes will only get you so far, and let’s be honest, they aren’t exactly the most attractive things in the world. But if you’re willing to think outside the box (get it?) there are some unconventional options out there that might fit the bill.

Take for example this ESP8266 clock by [ZaNgAbY] that’s housed in a glass pasta jar. With the addition of some window tint film for the LED display to shine through, the final result could nearly pass as modern art. Even if you don’t need an extra clock around the house, this same general principle could be used to create a slick-looking ticker for all sorts of information, from the weather to server uptime with just some adjustments to the code.

Inside the jar there’s six 8×8 MAX7219 LED matrix modules tacked together to create one long strip, with a NodeMCU board stuck to the back with double-sided tape. There’s also a DS3231 RTC module so the clock can keep halfway decent time, but depending on how aggressively you are willing to pull down the current time from NTP, that may or may not be required. A simple barrel jack is popped through the metal lid of the jar for power, and represents the only physical connection the internals have to the outside world.

For the next iteration [ZaNgAbY] is thinking of adding a temperature and humidity sensor, and a light sensor that can dim the LED display depending on the ambient light. While the environmental sensors will have to go on the outside of the lid if there’s any hope of pulling useful readings from them, the clear glass will allow him to keep the light sensor internal to the clock.

Believe it or not, this isn’t the first time we’ve seen somebody give their electronics the pickle treatment. We’ve previously played host to a server that “preserves” files in a Mason jar, as well as a gorgeous display of an iPod under glass.

Continue reading “ESP8266 Clock Puts Time In A Jar”

Epic Clock Clocks The Unix Epoch

Admit it: when you first heard of the concept of the Unix Epoch, you sat down with a calculator to see when exactly 2³¹-1 seconds would be from midnight UTC on January 1, 1970. Personally, I did that math right around the time my company hired contractors to put “Y2K Suspect” stickers on every piece of equipment that looked like it might have a computer in it, so the fact that the big day would come sometime in 2038 was both comforting and terrifying.

[Forklift] is similarly entranced by the idea of the Unix Epoch and built a clock to display it, at least for the next 20 years or so. Accommodating the eventual maximum value of 2,147,483,647, plus the more practical ISO-8601 format, required a few more digits than the usual clock – sixteen to be exact. The blue seven-segment displays make an impression in the sleek wooden case, about which there is sadly no detail in the build log. But the internals are well documented, and include a GPS module and an RTC. The clock parses the NMEA time string from the satellites and syncs the RTC. There’s a brief video below of the clock in action.

We really like the look of [Forklift]’s clock, and watching the seconds count up to the eventual overflow seems like a fun way to spend the next two decades. It’s not the first Epoch clock we’ve featured, of course, but it’s pretty slick.

Continue reading “Epic Clock Clocks The Unix Epoch”

Hand-Forged Cases Make Nixie Clocks Into Works Of Art

Both “Nixie” and “Steampunk” are getting a bit overused. It’s hard to count the number of clock projects we’ve seen recently that combine the two, and normally we’d be loath to feature yet another variation on that theme without a good reason. This is a good reason.

The single-digit Nixie clocks that [Claes Vahlberg] built are, simply put, works of art. There’s a small version of the clock, featuring a single IN-16 Nixie, and a larger version that uses a Dalibor Farny custom Nixie, a work of art in its own right. Each clock has features like time and date, temperature and barometric pressure, and even days remaining in the current lunar cycle. The cases for the clocks, though, are the real treat. Hand forged from steel, they remind us of steam whistles on top of a boiler.

[Claes] doesn’t have many details on the build process — we’ve been in contact and he says he’s working on documentation — but it doesn’t matter. As if all that weren’t enough, the clocks are controlled by a remote, which has its own IN-16 tube and is motion controlled. The last bit is a nice touch since there are no buttons to distract from the smooth lines of the hammered metal case.

We gush, but we think this one really shines. That’s not to take anything away from previous Nixie-steampunk mashups, like this single-digit clock or this solar power meter. But these clocks are a step beyond.

Continue reading “Hand-Forged Cases Make Nixie Clocks Into Works Of Art”