Quantcast
Channel: clock – Hackaday
Viewing all 521 articles
Browse latest View live

LED Matrix Becomes Fun Tetris Clock

$
0
0

Sometimes a project is borne simply out of the fact that some interesting parts have been left sitting around too long. Of course, this is as good a reason to build as any other, and can often lead to some interesting results. [Jorj Bauer]’s Tetris Display is one such project.

The project started because [Jorj] had an 8 x 32 WS2812 LED array laying about, and it was high time it got turned into something cool. The resulting display has several features, making it a welcome piece around the home. It can act as a clock, with automatic compensation for daylight savings and brightness control depending on the time of day. It can also serve as a text scroller, and of course, the party piece – it can play Tetris. It all runs on an ESP-01, with a second device acting as a remote to control the game.

Rather than simply being another LED matrix project, [Jorj] put a little flair into things. A font was developed that allowed the time to be displayed in a pixel font composed entirely of Tetris pieces (or tetrominos). This allows the time to be displayed by pieces dropping from the top of the display. The Tetris implementation is solid, too – implementing the proper Super Rotation System that professionals would expect.

[Jorj] reports that this build was inspired by an earlier Tetris Clock featured in these very pages. It’s a tidy piece that we’re sure is a great addition to the mantlepiece. Video after the break.


Scripting Language Rapidly Develops A Clock

$
0
0

In the past, you might very well have started programming in Basic. It wasn’t very powerful language and it was difficult to build big projects with, but it was simple to learn, easy to use, and the interpreter made it easy to try things out without a big investment of time. Today you are more likely to get started using something like an Arduino, but it is easy to miss the accessible language and immediate feedback when you are doing simple projects. Annex WiFi RDS (Rapid Development Suite) is a scripting language for the ESP8266 that isn’t quite Basic, but it shares a lot of the same attributes. One example project from [cicciocb] is a scrolling dot matrix LED clock.

The code is really simple:

' Simple program using Annex and a MAX7219 dot matrix module
' by cicciocb 2019
'Set 4 8x8 displays with GPIO15 as CS pin
MAXSCROLL.SETUP 4, 15
INTENSITY = 5
'Set the first message with Annex
MAXSCROLL.PRINT "Annex"
MAXSCROLL.SHOW 31, INTENSITY
PAUSE 1000
'Set the refresh rate of the display (50 msec) - lower values -> scroll faster
TIMER0 50, SCROLLME
WAIT

SCROLLME:
'Scroll the display with the intensity defined before
MAXSCROLL.SCROLL INTENSITY 
' Set the text with the Date and Time
MAXSCROLL.TEXT DATE$ + " " + TIME$
RETURN

Of course, one reason it is simple is that Annex has a built-in set up for the LED drivers (MAXSCROLL). It also integrates with a remote web browser very easily, so you can embed HTML output in your projects.

If you look at the project’s main page, there is support for a lot of things including devices such as Neopixels, servos, LCDs, and temperature sensors. There’s also support for a lot of protocols and algorithms ranging from MQTT to PID controllers.

If you really miss Basic, you can use it on the web. Not to mention, that QuickBasic is still floating around.

Logic and EEPROMs bring VGA to Life, Sans Microcontroller

$
0
0

For whatever reason, the Video Graphics Array standard seems to attract a lot of hardware hacks. Most of them tend to center around tricking a microcontroller into generating the signals needed to send images to a VGA monitor. We love those hacks, but this one takes a different tack – a microcontroller-free VGA display that uses only simple logic chips and EEPROMs.

When we first spied this project, [PH4Nz] had not yet shared his schematics and code, but has since posted everything on GitHub. His original description was enough to whet our appetite, though. He starts with a 27.175-MHz clock and divides that by 4 with a 74HCT163, which has the effect of expanding the 160×240 pixels image stored in one of the EEPROMs to 640×480. Two 8-bit counters keep track of horizontal and vertical positions, while the other EEPROM takes care of generating the Hsync and Vsync signals. It’s all quite hackish, but it works. [PH4Nz] tells us that the whole thing is in support of a larger project: an 8-bit computer made from logic chips. We’re looking forward to seeing that one too.

This isn’t the first microcontroller-less VGA project we’ve seen, of course. Here’s a similar one also based on EEPROMs, and one with TTL logic chips. And we still love VGA on a microcontroller such as the ESP32; after all, there’s more than one way to hack.

Thanks to [John U] for the tip.

Ask Hackaday: How Can You Build for a Ten Millennia Lifespan?

$
0
0

There’s been a lot of news lately about the Long Now Foundation and Jeff Bezos spending $42 million or so on a giant mechanical clock that is supposed to run for 10,000 years. We aren’t sure we really agree that it is truly a 10,000 year clock because it draws energy — in part — from people visiting it. As far as we can tell, inventor Danny Hills has made the clock to hoard energy from several sources and occasionally chime when it has enough energy, so we aren’t sure how it truly sustains itself. However, it did lead us to an interesting question: how could you design something that really worked for 10,000 years?

Why?

The first question might be why would you want to? We aren’t sold on the clock. But there are at least two easy answers for that: storing very bad things safely and generational starships. We are certainly generating nuclear and biological materials that need to be kept locked up for a long time. If we wanted to go to another star system today, we would have to build a ship that would get our descendants to even the nearest star. In both cases, things would have to last and either need no repair or be sustainable.

How Old is Old?

The clock appears to be mostly mechanical and we do have examples of purely mechanical things lasting a very long time, although not always in the best of shape. It doesn’t hurt that the clock ticks once a year.

The megalithic temples of Malta date back about 5,000 years — older than the Egyptian pyramids or Stonehenge. Dating back from around the same time is the Knap of Howar, an old Scottish farmstead and Newgrange, and Irish religious site.

Of course, those aren’t machines and they aren’t 10,000 years old. In Turkey, there are some ancient homes that are nearly 10,000 years old and some large megaliths, although they are hardly well-preserved. There are even parts of the Wall of Jerico that are about the same age.

For long-lived machines, the numbers are much worse. Some church clocks date back to the 1300s. That’s not even a blip on a ten millennia timeline. The oldest steam engine still around is even newer, dating to 1725. So building true machines to last on this scale is a relatively unproven idea. Granted, materials are better today, but then again things are more complex, too.

Problem #1: Power

This would be a big problem. It is easy to wave your hand away and call for nuclear power or batteries, but making those last a long time is an even bigger problem. True, nuclear batteries can last for a century or more, that’s still a far cry from 10,000 years. If you could make a reactor that lasted long enough, you’d still need to refuel it, although the half-life of uranium is in the millions or even billions of years (depending on the isotope), so that’s viable, but you’ll have to carry a lot and have a reliable way to refuel.

If you are Earth-bound, solar or geothermal or even wind might work. None of those would work well for an interstellar spacecraft, though. Molten salt batteries are known to have long shelf lives, but don’t usually last very long once activated.

At the University of Oxford, there are some bells that have been ringing on a single battery for nearly 200 years, but that’s a special and unusual case. So power seems to be a key problem. But it isn’t the only one.

Problem #2: Mechanics and Other Things that Age

Real-world parts wear. Springs get less springy. Magnets demagnetize. Electrolytic capacitors dry out. Metals in ICs electromigrate or grow dendrites. Moisture gets into packages. We don’t often have to deal with much of this because it happens over a long time scale to our normal usage. But those things — and probably more — would become problematic over a few thousand years.

Imagine a generation ship with switches. Mechanical switches. You’d have to carry a lot of spares or a shop for fixing or making new switches, along with the raw materials to do so. Could you do better? A touchscreen is probably too complex. What about an LED and a light sensor with a finger-sized hole? No mechanics, but you probably still won’t get that much life out of an LED, especially if it is on nearly all the time.

The nuclear waste vault is even more problematic because it should continue to function even if no one is around to take care of it. How do you leave a warning for the next wave of humans or cockroaches or whatever inherits what’s left?

Probably Not the Next Contest

At Hackaday, we love to spur innovation through contests. However, we don’t think we want to wait 10,000 years to judge your nuclear waste bunker, although time dilation might help with your spaceship if you can go fast enough.

Seriously, though, what kind of things would you do to ensure a design could run for a century? Or a millennium?  Or even 10,000 years? Is there a practical limit to how long an electronic device could last? Let us know in the comments.

We’ve seen old analog computers including the Antikythera mechanism, although they are in various states of disrepair. As for digital computers, WHICH was still operating last time we checked.

Unique Clock Keeps Time the Fibonacci Way

$
0
0

You say your binary clock no longer has the obfuscation level needed to earn the proper nerd street cred? Feel like you need something a little more mathematically challenging to make sure only the cool kids can tell the time? Then this Fibonacci clock might be just the thing to build.

Granted, [TecnoProfesor]’s clock is a somewhat simplified version of an earlier version that was nigh impossible to decode. But with its color coding and [Piet Mondrian]-esque grids, it’s still satisfyingly difficult to get the time from a quick glance. The area of the blocks represents the Fibonacci sequence 1, 1, 2, 3, 5, and adding up which blocks are illuminated by the RGB LEDs behind the frosted front panel. That lets you tally up to 12 intervals; for the minutes and seconds, there are indicators for the powers multiples of 12 up to 48. Put it all together and you’ve got a unique and attractive graphical time display that’s sure to start interesting conversations when the mathematically disinclined try to use it. Check out the video below as the clock goes from 12:28:01 to 12:28:46. We think.

If this doesn’t scratch your itch for obfuscated clocks, we’ve got plenty of them. From random four-letter words to an analog digital clock to an epic epoch clock, we’ve got them all.

Minimalist Word Clock Does Things Neatly

$
0
0

Word clocks are a cool way to tell the time. While they could have probably been built back in the 1960s with a bunch of relays and bulbs, they really only came into their own in the LED-everything era. [Vatsal Agarwal] built one of his own, showcasing his maker credentials.

It’s a build that relies on good woodworking practices from the ground up. Maple wood is used for the frame, cut and prepared on a miter saw for accurate assembly. MDF is used for panels that are out of sight, and teak strips act as light barriers to ensure only the right words are lit at any given time. The front panel is a sleek black acrylic piece, adding to the minimalist look. Neopixels serve as the light source, controlled by an Arduino Uno. As a finishing touch, some glowy stainless steel buttons are mounted on the side to control the clock.

It’s a build that serves as a great introduction to woodwork, as well as more modern skills like CAD design for laser cutting, as well as programming. They’re a great way to get stuck into making, and you can even go pocket-sized if you’re truly brave. Incidentally, if you do take up the challenge of an all-analog relay-based build, make sure you drop us a line.

Photochromic Screen Makes For An Interesting Clock

$
0
0

The clock project will always be a hacker staple, giving the builder a great way to build something useful and express their individual flair. [Mosivers] was undertaking a build of their own and decided to go for a twist, creating a timepiece with a photochromic display.

The clock uses an Arduino Nano to run the show, hooked up to a 4-digit, 7-segment display that is custom built on protoboard. By using ultraviolet LEDs and placing them behind a reactive screen, it’s possible to create a unique display. The clock can be used with two different screens: a photochromic display created with UV-reactive PLA filament that turns purple when excited by UV light, and a glow-in-the-dark screen for night use.

It’s a fun twist on a simple clock design, and the purple-on-white digits are sure to raise some eyebrows among curious onlookers. Photochromic materials are fun to play with, and can make eggs and glass much more visually interesting. Video after the break.

 

Impractical Clock Uses Tuning Fork

$
0
0

Clock projects are so common that they are almost a cliche. After all, microcontrollers have some clock source and are good at counting, so it stands to reason that a clock is an obvious project. [WilkoL’s] clock though has a most unusual clock source: a 440 Hz tuning fork.

A cheap plastic dome really shows off the fork and contributes to this good-looking build. An ATTiny13 divides the input frequency down, handles the display, and obeys the adjustment buttons. It does require a little metalworking, as the tuning fork needed filing and threading, although we bet you could figure out other ways to mount it.

As good as the clock looks, it is apparently impractical. The problem is that 440 Hz tone is audible. If you think a ticking clock will drive you mad, try a constant 440 Hz tone.

We were amused with the fact that the tuning forks were both a little low so they were tuned by filing material off the ends. Of course, the frequency is only set at a particular temperature and as it gets warmer or colder you might see some drift, but apparently not too much.

A more common choice is a crystal, which usually has a much higher frequency. Sometimes the clock source is the power mains.


Mini-VFD Clock Floats The Display Above It All

$
0
0

As [sjm4306] says, “You can never have too many clocks based on obsolete display technologies.” We couldn’t agree more, and this single-tube VFD clock is one we haven’t seen before.

The vacuum-fluorescent display that [sjm4306] chose to base this clock on is the IV-21, an eight-digit seven-segment display on the smallish side. The tube is Russian surplus from the ’80s, as all such displays seem to be. The main PCB sports an ATMega328, a boost converter to provide the high voltage needed to run the VFD, a real-time clock, and the driver chip for the tube segments. The tube itself lives on a clever riser card that elevates the display above the main PCB and puts it at the proper angle for reading. [sjm4306] designed it to be modular; should you want to user a bigger VFD you need only make a new riser PCB. Figuring out the proper way to space the through-holes in Eagle proved elusive, but he hacked a solution using a spreadsheet to handle the trigonometry and spit out Cartesian coordinates for each hole. Pretty neat. The video below shows the clock assembly and a test.

We really like the look of this clock for some reason – perhaps it’s the quirky nature of the VFD, or the soft teal glow of the digits. We’ve featured plenty of clocks with odd displays before: VFDs large and small, faux-NIMO, de-encapsulated LED “filaments”, and lots and lots of Nixies.

Haptic Clock Lets You Keep Your Eyes Shut At Night

$
0
0

Picture this: You’re in your bed in the middle of the night, and you want to know what time it is. Bedside alarm clocks are a thing of the past and now you rely on your smartphone to tell the time. Only, if you turned the screen on, you’d find that looking at it in the dark is tantamount to staring at the sun without eye protection. [Michael] pictured the same thing and his solution for this scenario is a clever haptic-feedback clock.

The idea behind it is simple, a clock from which you can tell the time without having to use your eyes. This one gives you two options for that, the first one being a series of haptic pulses that let you tell the time simply by touching the device. The second, audibly telling the time with voice samples stored in a flash chip, was added in the second revision as [Michael] continues to refine his design. In addition to helping us assess the time in the dark, it’s also worth noting that this could be useful for those with visual impairments as well.

Until we can see the final product, you can help him out looking over the designs and sending pull requests over at the project’s GitHub page, or just watch his progress in the Hackaday.io page. We’ve seen some interesting ways to tell the time before, from a game of Tetris to a clock housed inside the shell of an old-school camera flash, but we’ve never seen one that uses haptic feedback before. We hope for the sake of our eyes that it catches on!

Captivating Clock Tells Time With Tall Tubes

$
0
0

Time is probably our most important social construct. Our perception of passing time changes with everything we do, and when it comes down to it, time is all we really have. You can choose to use it wisely, or sit back and watch it go by. If you want to do both, build a clock like this one, and spectate in sleek, sophisticated style.

[ChristineNZ]’s mid-century-meets-steampunk clock uses eight ILC1-1/8Ls, which are quite possibly the largest VFD tubes ever produced (and still available as new-old stock). In addition to the time, it displays the date, relative humidity, and temperature in both Celsius and Fahrenheit. A delightful chime sounds every fifteen minutes to remind you that time’s a-wastin’.

The seconds slip by in HH/MM/SS format, each division separated by a tube dedicated to dancing the time away. The mesmerizing display is driven by an Arduino Mega and a MAX6921 VFD driver, and built into a mahogany frame. There isn’t a single PCB in sight except for the Mega — all the VFDs are mounted on wood and everything is wired point-to-point. Sweep past the break to see the progressive slideshow build video that ends with a demo of all the functions.

Those glowing blue-green displays aren’t limited to clocking time. They can replace LCDs, or be scrolling marquees.

Nixie Clock Failure Analysis, [Dalibor Farný] Style

$
0
0

We’ve become sadly accustomed to consumer devices that seem to give up the ghost right after the warranty period expires. And even when we get “lucky” and the device fails while it’s still covered, chances are that there will be no attempt to repair it; the unit will be replaced with a new one, and the failed one will get pitched in the e-waste bin.

Not every manufacturer takes this approach, however. When premium quality is the keystone of your brand, you need to take field failures seriously. [Dalibor Farný], maker of high-end Nixie tubes and the sleek, sophisticated clocks they plug into, realizes this, and a new video goes into depth about the process he uses to diagnose issues and prevent them in the future.

One clock with a digit stuck off was traced to via failure by barrel fatigue, or the board material cracking inside the via hole and breaking the plated-through copper. This prompted a board redesign to increase the diameter of all the vias, eliminating that failure mode. Another clock had a digit stuck on, which ended up being a short to ground caused by pin misalignment; when the tube was plugged in, the pins slipped and scraped some solder off the socket and onto the ground plane of the board. That resulted in another redesign that not only fixed the problem by eliminating the ground plane on the upper side of the board, but also improved the aesthetics of the board dramatically.

As with all things [Dalibor], the video is a feast for the eyes with the warm orange glow in the polished glass and chrome tubes contrasting with the bead-blasted aluminum chassis. If you haven’t watched the “making of” video yet, you’ve got to check that out too.

Thanks for the tip, [Alex].

An ESP32 Clock With A Transforming LED Matrix

$
0
0

Over the years we’ve seen countless ways of displaying the current time, and judging by how many new clock projects that hit the tip line, it seems as though there’s no end in sight. Not that we’re complaining, of course. The latest entry into the pantheon of unusual timepieces is this ESP32-powered desk clock from [Alejandro Wurts] that features a folding LED matrix display.

The clock uses eight individual 8 x 8 LED arrays contained in a 3D printed enclosure that hinges in the middle. When opened up the clock has a usable resolution of 8 x 64, and when its folded onto itself the resolution becomes 16 x 32.

This variable physical resolution allows for alternate display modes. When the hardware detects that its been folded into the double-height arrangement, it goes into a so-called “Big Clock” mode that makes it easier to see the time from a distance. But while in single-height mode, there’s more horizontal real estate for adding the current temperature or other custom data. Eventually [Alejandro] wants to use MQTT to push messages to the display, but for now it just shows his name as a placeholder.

The key to the whole project is the hinged enclosure and the reed switch used to detect what position it’s currently in. Beyond that, there’s just an ESP32 an some clever code developed with the help of the MD_Parola library written for MAX7219 and MAX7221 LED matrix controllers. [Alejandro] has published the code for his clock, which should be helpful for anyone who’s suddenly decided that they also need a folding LED matrix in their life.

Now if the ESP32 LED matrix project you have in mind requires full color and high refresh rates, don’t worry, we’ve got a solution for that.

Retrotechtacular: The Speaking Clock Goes Silent

$
0
0

It used to be that time was a lot more relative than it is today. With smartphones synced to GPS and network providers’ clocks, we all pretty much have access to an authoritative current time, giving few of us today the wiggle room to explain a tardy arrival at work to an impatient boss by saying our watch is running slow.

Even when that excuse was plausible, it was a bit weak, since almost every telephone system had some sort of time service. The correct time was but a phone call away, announced at first by live operators then later by machines called speaking clocks. Most of these services had been phased out long ago, but one, the speaking clock service in Australia, sounded for the last time at the end of September.

While the decommissioned machine was just another beige box living in a telco rack, the speaking clocks that preceded it were wonderfully complex electromechanical devices, and perfect fodder for a Retrotechtacular deep-dive. Here’s a look at the Australian speaking clock known as “George” and why speaking clocks were once the highest of technology.

Worst Job Ever

While we laugh – or cry – at stories today of the idiotic things people call emergency service numbers like 911 for, such behavior is far from new and at least somewhat understandable. People have always had a need for authoritative answers to simple questions, and one of the most common question fielded by operators in the early days of the telephone network was, “What time is it?” At first, the number of subscribers on any system was low enough that queries like that didn’t cause a problem, but network growth made it increasingly costly, since an operator telling someone the time wasn’t connecting a profitable call.

Telephone companies reacted to this by assigning one operator to time requests. Sitting at a special station, she – operators were invariably female – would read the time over and over on a special circuit, which people would connect to using a dedicated number. It had to be the most boring job in the world, so much so that operators rotated between regular duties and the time announcement station.

But as we see today, automation eventually threatens every job, and by the 1930s the technology for recording and playing back the human voice had progressed to the point where a “speaking clock” was feasible. The first speaking clock telephone service was installed in Paris in 1933, using optically recorded voice snippets that would form the core of most speaking clocks for the next 30 years.

Voice on Glass

While the French l’horloge parlante used glass cylinders, most speaking clocks would record the voice clips on three glass discs. The soundtracks were very similar to the optical soundtracks used in cinema at the time, and were read from the discs using photocell vacuum tubes, just like movie projectors. The discs rotated at a stately speed on a common shaft, driven by an electric motor that was synchronized to a time standard. AC mains frequency was nowhere near precise enough for this application, so external time standards ranging from precision pendulums to atomic clocks were used to control the motor speed.

In the Australian clock, each announcement was composed of phrases recorded separately and stored on different parts of the three optical discs. A series of cams and followers moved the photocells to the correct position on each disc to pick up the correct phrase, composing the message for the current time. Each announcement started with “At the third stroke, the time will be…” The mechanism then switched to a different disc to add the hour, then again to add the minute. Finally, the upcoming 10-second interval was called out, followed by three pips at one-second intervals. So the entire message might be, “At the third stroke, the time will be twelve twenty-three and 40 seconds; pip – pip – pip.” At the top of each minute, the word “precisely” was substituted for the seconds, projecting the appropriate air of confidence users were to have in the accuracy of the system.

With the Utmost Care

The video below shows the original 1954 installation of the first speaking clocks installed in Australia. The film is a classic bit of corporate showmanship and a time capsule of telephone operations in the Post War era. The two speaking clocks were a monstrous undertaking, being delivered by ship in 37 crates each and painstakingly installed in Melbourne and Sydney simultaneously. We’re told that every step was performed “under the supervision of Post Office engineers” – as in England at the time, telephone services were provided under the auspices of the post office.

The care that went into these devices was apparently well worth it; not only did the phone companies make a lot of money with them, but they also managed to stay in service for decades. The Australian electromechanical clocks remained on the job until 1966, at which time they were replaced with machines using magnetic recordings. Those remained in service until replaced with fully digital speaking clocks in 1990, which were the units that were retired only last month.

It’s a little sad but understandable to see devices like these, especially the mechanical ones, retired. There’s something remarkably satisfying about hearing those machines in action — not just the perfect diction of the carefully chosen speakers but the clicks and clacks of the mechanism as it goes through its motions. It’s a pity that the world doesn’t need such brilliant engineering anymore, but at least a few examples live on in museums today.

Thanks to [macsimski] for the tip.

Rise and Shine with this Japanese-Inspired Clock

$
0
0

On the Hackaday.io page for his gorgeous “Sunrise Alarm Clock”, [The Big One] is quick to point out that his design is only inspired by Japanese lanterns, and does not use authentic materials or traditional woodworking techniques. Perhaps that’s an important fact to some, but we’ll just say that the materials used seem far less important when the end result looks this good.

Unfortunately [The Big One] hasn’t provided any interior shots of his clock, as it sounds like the aesthetics of the internal wiring isn’t quite up to the standard set by the outside of it. But he has provided a concise parts list, a wiring diagram, and source code, so we’ve got a pretty good idea of what’s under the hood.

The clock is powered by the uBBB 32u4, an ATMega32u4 development board that [The Big One] developed in conjunction with [Warren Janssens]. It uses the popular MAX7219 LED matrix for the display, and a DS3231 RTC module to help keep the time. There’s also a DFPlayer Mini module onboard that allows him to play whatever sound effects or music he wants when the alarm goes off.

Of course the star of the show is the LED strips which illuminate the shōji-style column. These have apparently been wrapped around a coffee can of all things, which not only serves as a convenient way of holding the strips, but [The Big One] says actually makes the speaker sound a bit better. Hey, whatever works.

This isn’t the first “lantern” clock to grace these pages, but compared to the high-tech presentation of previous projects, we can’t help but be impressed by the grace and elegance of this wooden masterpiece.


Date Clock Requires (Almost) No Interaction

$
0
0

A lot of commercial offerings of technology aimed at helping the elderly seem to do a good job on the surface, but anything other than superficial interaction with them tends to be next to impossible for its intended users. Complicated user interfaces and poor design consideration reign in this space. [7402] noticed this and was able to design a better solution for an elderly relative’s digital day planner after a commercial offering he tried couldn’t automatically adjust for Daylight Savings.

Of course, the clock/day planner has a lot going on under the surface that the elderly relative may not be able to use, but the solution to all of that was to make it update over the network. This task [7402] plans to do remotely since the relative does not live anywhere nearby. It is based on a Raspberry Pi connected to a Uniroi screen which automatically dims but can be switched off by means of a large button in the front. The UI shows the date, time, and a number of messages or reminders in large font in order to improve [7402]’s relative’s life.

This is a great idea for anyone with their own elderly relative which might need something like this but won’t want to interact with the technology other than the cursory glance, but the project is also a great illustration of proper design for the intended users. Commercial offerings often had hidden buttons and complicated menus, but this has none of that, much like this well-designed walker for an elderly Swede.

Keeping Time with Blinkenlights

$
0
0

If we’ve learned anything over the years, it’s that hackers like weird clocks, and they love packing as many multicolored LEDs into a device as is humanly possible. Combine both of those concepts into one project, and you’ve got a perfect storm. So as far as unnecessarily complex timepieces go, we’d say the “Crazy Clock 4” built by [Fearless Night] ranks up there among the all-time greats.

This Arduino Pro Mini powered clock syncs the current time via GPS, with a temperature compensated DS3231 RTC to keep it on the straight and narrow between satellite downlinks. Once the clock has the correct time, how do you read it? Well, at the top you’ve got a basic numerical readout for the normies, and next to that there’s a circular LED display that looks like it could double as a sci-fi movie prop. On the lower level there’s a binary clock for the real show-offs, and as if that wasn’t enough, there’s even dual color-coded analog meters to show the hours and minutes.

[Fearless Night] has provided everything you need to follow along at home, from the Arduino source code to the 3D models of the case and Gerber files for the custom PCB. Personally we think just the top half of the clock would be more than sufficient for our timekeeping needs. If nothing else it should help save some energy, as the clock currently pulls an incredible 20 watts with all those LEDs firing off.

Should you decide to take a walk down memory lane and check out some of the other interesting LED clocks we’ve featured in the past, you’d be busy for quite awhile. But for our money, it’s still hard to beat the impossibly obtuse single-LED clock.

Agora, A Hackable E-Paper Clock

$
0
0

[Daniel Zilinec] appreciates the aesthetics of e-paper and thought it would make a great clock. 

The natural appearance of e-paper certainly appeals to a lot of hackers. We’ve seen everything from typewriters to trackers for imaginary money. The Agora clock is designed to be battery powered,;a classic night-stand alarm clock. With its wide angle viewing and even response to light it will be easily viewable even at dawn.

He saves the user a lot of time by designing the PCB up-front. It’s got a charging IC built in, back-light LEDs and pads for buttons. All you need to do is print out the case from the available thingiverse files and assemble. The schematic and firmware are available for the more enterprising hacker to work out as well.

There’s also a somewhat puzzling watch version of the clock. It would certainly be a fashion statement to wear one of these. Still, the is something nice about the organic feel and possible fonts that make it worth considering.

Turning OLEDs and Acrylic into Faux Nixie Tubes

$
0
0

Love ’em or hate ’em, Nixies and the retro clocks they adorn are here to stay. At least until the world’s stock of surplus Soviet tubes is finally depleted, that is. The glow discharge tubes were last mass manufactured in the 1980s, and while they’re not too hard to get a hold of yet, they will be eventually. And what better way to get ready for that dreaded day than by rolling your own OLED faux Nixie tubes?

Granted, [Derek]’s faux Nixies, appropriately dubbed “Fixies,” require just a touch of willing suspension of disbelief. We’ve never see Nixies with tiny jam jars as envelopes, so that’s probably the first giveaway. But looking past that, the innards of these fake displays do a pretty convincing job of imitating the texture of the real thing.

The numbers themselves are displayed on a 128×64 white OLED display using a Nixie-like True Type font. An orange acrylic filter in front of the display gives it that warm amber Nixie glow, with laser etchings mimicking both the fine hexagonal anode grid and the ghostly cathodes of the non-illuminated numerals. The tubes looked convincing enough that a clock was in order, and after sorting through an I2C bottleneck with the help of a multiplexer, [Derek] had a pretty decent faux-Nixie clock, complete with a solenoid-actuated mechanical gong. The double-digit display for the seconds will no doubt cause some consternation among Nixie purists, but that’s probably part of the fun.

Of course, just because Nixies aren’t being mass-produced today doesn’t mean you can’t get new ones. You just have to be willing to pay for them, and [Dalibor Farný] will gladly set you up with his handmade artisanal Nixies, or even a clock kit using them.

Winter is Coming, This Clock Will Let You Know When

$
0
0

For Game of Thrones fans, it’s an awkward time. The show has ended its run on HBO (not without a certain level of controversy), the planned prequel is still years away, and who knows when George R. R. Martin will actually get around to writing the final books in the series. Fans have no choice but to entertain themselves while waiting for further tales of adventure from Westeros, which is how we get things like this motorized clock from [Techarge].

Inspired by the now iconic opening sequence from the HBO series, elements of the 3D printed model spin around while the theme song is played courtesy of a DFPlayer Mini MP3 player module and small 2 watt speaker. The audio hardware, motor, and four digit LED display module in the front are all connected to an Arduino with a custom PCB shield, giving the inside of the clock a very clean and professional appearance.

Around the back side [Techarge] has two small push buttons to set the hour and minutes, and a large toggle to control the music and movement. As of right now it needs to be switched on and off manually, but a future enhancement could see it kick on hourly.  We’d also like to see an RTC module added to the PCB, or better yet, switch over to the ESP8266 and just pull the time down from NTP.

Who knows? By the time you’ve built one of these clocks for yourself, and the hand-made Iron Throne phone charger stand to go with it, maybe ol’ George will have slipped out a new book. But don’t count on it.

Viewing all 521 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>