Vista Normal

Hay nuevos artículos disponibles. Pincha para refrescar la página.
AnteayerSalida Principal

Using the Moiré Effect for Unique Clock Face

3 Junio 2024 at 08:00

If you’ve ever seen artifacts on a digital picture of a computer monitor, or noticed an unsettling shifting pattern on a TV displaying someone’s clothes which have stripes, you’ve seen what’s called a Moiré pattern where slight differences in striping of two layers create an emergent pattern. They’re not always minor annoyances though; in fact they can be put to use in all kinds of areas from art to anti-counterfeiting measures. [Moritz] decided to put a few together to build one of the more unique clock displays we’ve seen.

The clock itself is made of four separate Moiré patterns. The first displays the hours with a stretching pattern, the second and third display the minutes with a circular pattern, and the seconds are displayed with a a spiral type. The “hands” for the clock are 3D printed with being driven by separate stepper motors with hall effect sensors for calibration so that the precise orientation of the patterns can be made. A pair of Arduinos control the clock with the high-accuracy DS3231 module keeping track of time, and [Moritz] built a light box to house the electronics and provide diffuse illumination to the display.

Moiré patterns can be used for a number of other interesting use cases we’ve seen throughout the years as well. A while back we saw one that helps ships navigate without active animations or moving parts and on a much smaller scale they can also be used for extremely precise calipers.

A Look Inside the Geochron Clock

31 Mayo 2024 at 23:00

There are plenty of cool clocks out there, and maps by their very essence are cool, too. But a map that’s also a clock — or is it a clock that’s also a map? — has to be the coolest thing ever.

Of course we’re talking about the Geochron, a world clock that makes the relationship between the Earth and the Sun clear and has graced the offices of executives who want to impress visitors with the global nature of their importance for decades. [Attoparsec] has long coveted one of these electromechanical beauties, and when a used one popped up online for a pittance, at least compared to what they cost new, he jumped at the chance.

The Geochron he ended up with was in need of some TLC, but surprisingly little considering its mid-1980s vintage. The real treat in the video below is getting to see how these wonderful devices work. They’re basically simple slide projectors. While we here in the future would simply do everything in software on a nice flat-screen display, the base map, night-day terminators, and calendar are all contained on transparent elements that move under the power of a synchronous motor across a lighted platen. The analemma display is particularly cool; an indicator tracks the Sun’s position over the Earth with a cam that encodes the equation of time in its shape, moving through its familiar bi-lobed loop as the seasons progress.

Any clock that comes with a set of blueprints for installation purposes is alright in our book, and kudos to [Attoparsec] for landing this prize and getting it back in shape. His description of it as “the greatest clock of all time” is apt, but perhaps with a little competition. Or maybe a lot.

Tell Time and Predict the Heavens with this Astronomical Timepiece

31 Mayo 2024 at 11:00

Looking for a new project, or just want to admire some serious mechanical intricacy? Check out [illusionmanager]’s Astronomical Clock which not only tells time, but shows the the positions of the planets in our solar system, the times of sunrise and sunset, the phases of the moon, and more — including solar and lunar eclipses.

One might assume that the inside of the Astronomical Clock is stuffed with a considerable number of custom gears, but this is not so. The clock’s workings rely on a series of tabs on movable rings that interact with each other to allow careful positioning of each element. After all, intricate results don’t necessarily require complex gearing. The astrolabe, for example, did its work with only a few moving parts.

The Astronomical Clock’s mechanical elements are driven by a single stepper motor, and the only gear is the one that interfaces the motor shaft to the rest of the device. An ESP32-C3 microcontroller takes care of everything else, and every day it updates the position of each element as well as displaying the correct time on the large dial on the base.

The video below shows the clock in operation. Curious its inner workings? You can see the entire construction process from beginning to end, too.

Noodles Time Themselves While Cooking

31 Mayo 2024 at 05:00

Despite the name, so-called “instant” noodles still need to sit for a few minutes before they’re actually ready to eat. Most people would likely use a simple kitchen timer to let them know when it’s time to chow down, but this unique mechanical timer uses the weight of the noodles themselves to power a timing mechanism.

The timer acts in much the same way that a pendulum clock would, in that a weight provides the energy to drive the clock’s mechanism which releases that energy in discrete steps. Besides a few metal parts and some magnets, the majority of the clock is 3D printed with a small platform on the side where the noodles rest. As the platform falls the weight drives the clock mechanism which will finally alert the user when they finish their descent three minutes later with the help of a small bell. There’s even an analog display which shows the number of minutes remaining before the noodles are ready to eat.

As far as single-purpose kitchen appliances go, this is one that we might find ourselves sacrificing some counter space for not only for the usefulness but also for the aesthetic appeal of the visible clock movements and high-quality design. It could even go beside the automatic ramen cooker for when we’re too busy (or lazy) to even boil the water for instant noodles ourselves.

Thanks to [PietdeVries] for the tip!

Clock Mixes Analog, Digital, Retrograde Displays

31 Mayo 2024 at 02:00

Unique clocks are a mainstay around here, and while plenty are “human readable” without any instruction, there are a few that take a bit of practice before someone can glean the current time from them. Word clocks are perhaps on the easier side of non-traditional displays but at the other end are binary clocks or even things like QR code clocks. To get the best of both worlds, though, multiple clock faces can be combined into one large display like this clock build from [imitche3].

The clock is actually three clocks in one. The first was inspired by a binary clock originally found in a kit, which has separate binary “digits” for hour, minute, and second and retains the MAX 7219 LED controller driving the display. A standard analog clock rests at the top, and a third clock called a retrograde clock sits at the bottom with three voltmeters that read out the time in steps. Everything is controlled by an Arduino Nano with the reliable DS3231 keeping track of time. The case can be laser-cut or 3D printed and [imitche3] has provided schematics for both options.

As far as clocks builds go, we always appreciate something which can be used to tell the time without needing any legends, codes, or specialized knowledge. Of course, if you want to take a more complex or difficult clock face some of the ones we’re partial to are this QR code clock which needs a piece of hardware to tell the time that probably already has its own clock on it.

Homebrew Computer from the Ground Up

26 Mayo 2024 at 08:00

Building a retro computer of some sort is a rite of passage for many of us, with some building replicas or restorations of old Commodores, Ataris, and other machines from decades past. Others go even further back, to the time of the Intel 8008 or earlier, and a dedicated few will build something completely novel. This project from [3DSage] falls squarely in the latter category, with his completely DIY computer built component by component from scratch, including the machine code needed to run it.

[3DSage] starts with the backbone of every computer: the clock. He first demonstrates how a pair of NOT gates with a set of capacitors can be used as a rudimentary clock pulse, then builds a more refined version with a 555 timer and potentiometer for adjustable rates. Then, it’s on to creating a binary counter, which is a fundamental part of the memory system for this small computer, and finally, allows this circuitry to behave like a normal computer. Using a set of switches to store values in memory and stepping through them with the clock, the computer can be programmed to do plenty of tasks just like a modern microcontroller.

[3DSage] built this project a few years ago and has used it for real-world applications such as controlling servos, LED arrays, playing music, and other tasks. Although he has to program it using his own machine code by hand, it’s a usable computer in many ways. If you want to eschew modernity and build a retro computer in the style of the 1960s, though, this piece goes through what it would have been like to build a similar system in the era when these computers were more common. If you have a switch fetish, you might like to see how real computers worked back then, too.

Linear LED Clock Looks Decidedly Vintage

25 Mayo 2024 at 05:00
Linear LED clock displaying the time using different-colored triangles.

We just love a good clock around here, and something about those triangles gives this linear LED clock a deliciously mid-century vibe. If you’ve read these pages for any length of time, you know that [andrei.erdei] loves clocks as much as we do, and is always coming up with interesting ways of displaying the passage of time.

Two upward-facing triangles sandwich one downward-facing triangle, and they are lighting up as follows: right, left, middle.This one is a remix of some other linear RGB clocks, but the result is distinctly [andrei.erdei]’s style. There’s nothing crazy going on under the hood here — it’s essentially a Wemos D1 mini running a strip of RGBs, and the microcontroller connects to a Wi-Fi router to get the time from a server. The magic is in the programming and the way the clock is read.

The brief but thorough demo video after the break does a much better job of explaining the display by showing various times of the day, but we’ll give it a shot. For one thing, it uses 24-hour time exclusively. There are four groups of triangles; yellow, red, green, and blue which correspond to tens and units of hours, and tens and units of minutes.

The triangles light up in groups of three in the order depicted in the animation. At midnight, none of the triangles are lit up. Again, it’s best explained in the video, looking at various times of day.  Plus you can see the neat-o startup animation.

Are you more into sound than blinkenlights? Then this customizable bird clock may be for you.

Put a Little Pigeon in Your Next Clock Project

18 Mayo 2024 at 05:00

If you’re anything like us, you’ve probably wondered why gear teeth are shaped the way they’re shaped. But we’ll go out on a limb and say you’ve never wondered why gear teeth aren’t shaped like pigeons, and what a clock that’s not quite a clock based around them would look like.

If this sounds like it has [Uri Tuchman] written all over it, give yourself a cookie. [Uri] has a thing for pigeons, and they make an appearance in nearly all his whimsical builds, from his ink-dipping machine to his intricately engraved metal mouse. For this build, pigeons are transformed into the teeth of a large, ornate wheel, cut from brass using an impressive Friedrich Deckel pantograph engraver. To put the pigeon wheel to work, [Uri] built an escapement and a somewhat crooked pendulum, plus a drive weight and dial. It’s almost a clock, but not quite, since it doesn’t measure time in any familiar units, and the dial has a leg rather than hands — classic [Uri].

It may not be [Clickspring]-level stuff, but it’s still a lovely piece of work, and instructive to boot. The way [Uri] figured out the profile for the meshing teeth by looking at the negative space swept out by the pigeon profiles was pretty sweet. Plus, pigeons.

Customizable Bird Clock Sings The Hours By

17 Mayo 2024 at 05:00

For those looking to build their own clocks, one of the easiest ways to get started is with a pre-built module that uses a simple quartz oscillator and drives a set of hands. This generally doesn’t allow for much design of the clock besides the face, and since [core weaver] was building a clock that plays bird songs, a much more hackable clock driver was needed to interface with the rest of the electronics needed to build this project.

The clock hands for this build are driven by a double stepper motor which controls an hour and minute hand coaxially but independently. Originally an H-bridge circuit was designed for driving each of the hands but they draw so little current in this configuration that they could be driven by the microcontroller directly. A DS3231 clock is used for timekeeping connected to an ATMega128a which controls everything else. At the start of each hour the clock plays a corresponding bird song by communicating with an mp3 module, and a remote control can also be used to play the songs on demand.

Bird clocks are not an uncommon thing to find off the shelf, but this one adds a number of customizations that let it fly above those offerings, including customizing the sounds that play on the hour and adding remote control capabilities, a lithium battery charging circuit, and a number of other creature comforts. If you’re looking for even more unique bird clock designs this binary bird clock might fit the bill.

Split-Flap Clock Uses Magnets Everywhere

10 Mayo 2024 at 23:00
A DIY split-flap clock in red, black, and white.

While split-flap alarm clocks once adorned heavy wood nightstands in strong numbers, today the displays are most commonly found in train stations and airports. Hey, at least they’re still around, right? Like many of us, [The Wrench] has always wanted to make one for themselves, but they actually got around to doing it.

A DIY split-flap clock and its magnetic base.This doesn’t seem like a beginner-friendly project, but [The Wrench] says they were a novice in 3D design and so used Tinkercad to design all the parts. After so many failures, they settled on a design for each unit that uses a spool to attach the flaps, which is turned by a stepper motor.

A small neodymium magnet embedded in the primary gear and a Hall effect sensor determine where the stepper motor is, and in turn, which number is displayed. Everything is handled by an Arduino Nano on a custom PCB.

Aside from the sleek, minimalist look, our favorite part is that [The Wrench] used even more magnets to connect each display segment to the base. You may have noticed that there are only three segments, because the hours are handled by a single display that has flaps for 10, 11, and 12. This makes things simpler and gives the clock an interesting look. Be sure to check out the build video after the break.

Want to build a more complicated clock? Try suspending sand digits in the air with persistence of vision.

POV Digital Clock Is the Literal Sands of Time

9 Mayo 2024 at 20:00

Sand has been used to keep track of the passage of time since antiquity. But using sand to make a persistence of vision digital clock (English translation) is something altogether new. And it’s pretty cool, too.

The idea behind the timepiece that [Álvaro Gómez Giménez] built is pretty simple drop a tiny slug of fine sand from a hopper and light it up at just the right point in its fall. Do that rapidly enough and you can build up an image of the digits you want to display. Simple in concept, but the devil is in the details. Sand isn’t the easiest material to control, so most of the work went into designing hoppers with solenoid-controlled gates to dispense well-formed slugs of sand at just the right moment. Each digit of the clock has four of these gates in parallel, and controlling when the 16 gates open and close and when the LEDs are turned on is the work of a PIC18F4550 microcontroller.

The build has a lot of intricate parts, some 3D printed and some machined, but all very carefully crafted. We particularly like the big block of clear plastic that was milled into a mount for the main PCB; the translucent finish on the milled surfaces makes a fantastic diffuser for the 96 white LEDs. The clock actually works a lot better than we expected, with the digits easy to make out against a dark background. Check it out in the video below.

Between the noise of 16 solenoids and the sand getting everywhere, we’d imagine it wouldn’t be a lot of fun to have on a desk or nightstand, but the execution is top-notch, and an interesting and unusual concept we haven’t seen before. Sure, we’ve seen sandwriting, but that’s totally different.

Thanks to [ThoriumBR] for the tip.

Poking Atomic Nuclei With Lasers For Atomic Clocks and Energy Storage

Por: Maya Posch
6 Mayo 2024 at 02:00

Although most people are probably familiar with the different energy levels that the electron shells of atoms can be in and how electrons shedding excess energy as they return to a lower state emit for example photons, the protons and neutrons in atomic nuclei can also occupy an excited state. This nuclear isomer (metastable) state is a big part of radioactive decay chains, but can also be induced externally. The trick lies in hitting the right excitation wavelength and being able to detect the nuclear transition, something which researchers at the Technical University of Wien have now demonstrated for thorium-229.

The findings by [J.Tiedau] and colleagues were published in Physical Review Letters, describing the use of a vacuum-ultraviolet (VUV) laser setup to excite Th-229 into an isomer state. This isotope was chosen for its low-energy isomeric state, with the atoms embedded in a CaF2 crystal lattice. By trying out various laser wavelengths and scanning for the signature of the decay event they eventually detected the signal, which raises the possibility of using this method for applications like new generations of much more precise atomic clocks. It also provides useful insights into nuclear isomers as it pertains to tantalizing applications like high-density energy storage.

Although the difference in the amount of energy between the stable and semistable isomer state of a nucleus is minor in absolute terms, when compared to chemical and other forms of energy storage it can be significantly larger. Storing and releasing this energy has been the subject of research going back decades, with a 2008 paper by [E. P. Hartouni] at Lawrence Livermore National Laboratory on 178m2Hf in particular concluding that it was ‘highly improbable’ to become a practical form of energy, but this has not kept research on the topic from progressing.

One consideration here is that the number of nuclear isomers is massive, and their properties are quite distinct, as noted in a 2024 review paper by [Bhoomika Maheshwari] and colleague, along with the realization that we still miss a lot of fundamental understanding on the topic of these nuclear states. In a 2021 research paper by [Yuanbin Wu] and colleagues the long-term energy storage potential and controlled release of energy in a 93mMo isomer is studied, using electron beams as the trigger. Although still early days, this kind of research may be the path to many new technologies related to time-keeping, computing and energy storage.

RGB LED HexaClock Doesn’t Actually Light Up the Night

27 Abril 2024 at 23:00
An RGB LED clock that resembles a color blindness test.

Who says a clock can’t be both useful and beautiful? That seems to be the big idea behind the lovely little HexaClock from [Bulduper]. And boy, is it both.

Probably the most important part of this well-illuminated clock is the light sensor, which allows it to adjust the brightness automatically. If you’re not into that, well, there’s a really nice web app that’ll let you program the dickens out of it.

The brains of this thing is an ESP8266 on a custom PCB which controls the 127 individually addressable RGB LEDs. The clock may look large, but the big printed parts just fit on the bed of a Prusa i3. [Bulduper] used ABS because the LED strip and the PCB might get a little warm; they didn’t want to risk using PLA and having it turn into a Salvador Dali clock (although that could be cool).

Speaking of heat, make sure to use 18 AWG or thicker wires as [Bulduper] advises. LEDs may be efficient, but this clock uses lots of them! If you want to build one of these to bathe your wall in useful light, everything you need is available on GitHub. Watch HexaClock do its thing in the brief demo and walk-through video after the break.

If this is a little too bright for your tastes, check out this synesthesia clock.

❌
❌