Because It’s Cool To Make A Watch That Thin

Recently [Richard Mille] and Ferrari (yes, that Ferrari) announced the thinnest mechanical watch ever made, the RM UP-01.

It measures a scant 1.75mm thick (~1/16 of an inch). The aesthetic is debatable, and the price tag is not even listed on the page, but we suspect it is a rather significant sum. But setting aside those two things, we’d like to step back and appreciate this as a piece of art. This is not a practical watch by any stretch of the imagination. This watch is the equivalent of a human-powered airplane. Impractical, costly, and not as effective as other modern mechanically-powered solutions. But that doesn’t make it any less impressive.

Since it is so thin, a regular stacked assortment of gears wasn’t an option. So instead, the gears were distributed over the watch’s surface, which led to a thin watch face. This means that winding is manual to save space, and a single winding will last around 45 hours. The heartbeat of any mechanical watch is the escapement. So they had to redesign the escapement to be flatter, doing away with the guard pin and the safety roller, instead using the anchor fork to bank the lever in case of unexpected forces or shocks.

The design is incredible but perhaps just as noteworthy is the fact that it could be machined. Machined out of titanium with a micron of accuracy, which is an incredible feat if you’ve seen a savage discussion of measurements. The smaller and more accurate you get, the steeper the difficulty curve.

A short teaser is available after the break.

Continue reading “Because It’s Cool To Make A Watch That Thin”

It’s TikTok, On Your Wrist!

One of the ultimate objects of desire in the early 1980s was the Seiko TV wristwatch. It didn’t matter that it required a bulky external box in your pocket for its electronics, it was a TV on your wrist, and the future was here! Of course, now we have the technology to make wrist-mounted video a practical reality, but it’s sad to see we’ve opted to use our phones for video and never really followed up on the promise of a wrist-mounted television. There’s always hope though, and here it is in the form of [Dave Bennett]’s ESP32-powered TikTok wristwatch.

On the wrist is the ESP32 itself with an audio DAC and amplifier, LCD screen, and battery, but sadly this combo doesn’t have quite the power to talk to TikTok directly. Instead that’s done using Python on a companion PC with the resulting videos uploaded to the device over WiFi. It’s not the bulky electronics of the Seiko TV, so we’ll take it. All the info can be found on GitHub, and there’s a YouTube video below the break.

So the viral videos of a generation can now be taken on the move without resorting to a slightly less portable mobile phone. It may not be the most unobtrusive of timepieces, but it’ll certainly get you noticed.

Continue reading “It’s TikTok, On Your Wrist!”

A Simple Binary Coded Decimal Watch

Analog and LCD watches are both useful designs, but ultimately are mainstream timepieces. Using a binary watch is an easy way to set one’s self apart as a tech enthusiast, while impressing your hacker friends to boot.

One such build comes to us from [vishalsoniindia], and it uses a single bare PCB which is designed to mate directly to a traditional watch strap. The single tactile button on board is used to activate the watch, showing the current time in hours and minutes in binary-coded decimal on the watch’s LEDs. Long-pressing the button puts the watch in setting mode to correct the time as needed.

The watch relies on an ATtiny85 microcontroller, a lightweight and compact design which is more than powerful enough to run a simple watch. It’s paired with a 74HC595 shift register to run all the LEDs from a minimum number of pins, and there’s also a TP4056 charging circuit on board to keep the lithium-polymer battery topped off.

A project like this is a great way to learn all manner of basic electronics skills, from PCB design, to SMD soldering and even working with basic logic parts like shift registers. As a bonus, you get a cool watch out of it to boot.

We’ve seen some similar designs over the years, as varied as the hackers that build them. Video after the break.

Continue reading “A Simple Binary Coded Decimal Watch”

Cool Mechanism Day: Two-Way To One-Way

The internal mechanisms that are used in timepieces have always been fascinating to watch, and are often works of art in their own right. You don’t have to live in the Watch Valley in Switzerland to appreciate this art form. The mechanism highlighted here (from Mechanistic on YouTube) is a two-way to one-way geared coupler (video, embedded below) which can be found at the drive spring winding end of a typical mechanical wristwatch.  It is often attached to a heavily eccentrically mounted mass which drives the input gear in either direction, depending upon the motion of the wearer. Just a little regular movement is all that is needed to keep the spring nicely wound, so no forgetting to wind it in the morning hustle!

The idea is beautifully simple; A small sized input gear is driven by the mass, or winder, which drives a larger gear, the centre of which has a one-way clutch, which transmits the torque onwards to the output gear. The input side of the clutch also drives an identical unit, which picks up rotations in the opposite direct, and also drives the same larger output gear. So simple, and watching this super-sized device in operation really gives you an appreciation of how elegant such mechanisms are. Could it be useful in other applications? How about converting wind power to mechanically pump water in remote locations? Let us know your thoughts in the comments down below!

If you want to play with this yourselves, the source is downloadable from cults3d. Do check out some of the author’s other work!

We do like these super-sized mechanism demonstrators around here, like this 3D printed tourbillon, and here’s a little thing about the escapement mechanism that enables all this timekeeping with any accuracy.

Continue reading “Cool Mechanism Day: Two-Way To One-Way”

This ESP32 Pico Wristwatch Has Plenty Of Potential

First hand-built prototype. Nurse! isopropyl alcohol, stat!

Prolific hacker [Sulfuroid] is a medical doctor by day, and an electronics hobbyist by night, and quite how he finds the time, we have no idea.

The project we want to highlight is an ESP32 based LED smart watch, which we’ll sure you’ll agree, looks pretty nicely developed so far, and [Sulfuroid] has bigger plans, as you may find, when you dig into the GitHub repo. This analog-style design uses four groups of 0603-sized LEDs, arranged circularly to indicate the passage of time, or anything else you fancy. Since there are four control buttons, a pancake vibration motor, as well as Wi-Fi and Bluetooth, the possibilities are endless.

In order to stand a hope of driving those 192 LEDs from a single ESP32-Pico-D4, it was necessary to use a multiplexed LED driver, courtesy of the Lumissil IS31FL3733 device, which can handle arrays up to 12 x 16 devices. This chip is one to remember, since it has some really nice features, such as global current control to reduce CPU overhead, automatic breathing loops for those fancy fade effects, and even includes a handy open/short detection function, so it can report back assembly problems, assisting in reworking your dodgy soldering!

Routing circular arrays is such a pain.

Power and interfacing are taken care of via USB-C, with a TP4054 single Li-Ion cell charger chip handling the battery. This is a Taiwanese clone of the popular LTC4054, but that chip may be a bit hard to get at the moment. There is the common-as-muck CP2104 USB chip dealing with the emulated serial port side of things, since for some reason, the ESP32 still does not support USB. The Pico-D4 does have RTC support, but [Sulfuroid] decided to use a DS3231M RTC chip instead. We noticed the touch functionality wasn’t broken out – that could be added easily in the next revision!

We’ve covered watches a lot, because who doesn’t want custom geek-wear! Here’s a slick one, a fun one with the brains on display, and finally one using charlieplexing to get the component count down.

 

Cheating A Pedometer The Easy Way

These days, pedometers are integrated into just about every smartwatch on the market, and some of the dumber ones too. Tracking step counts has become a global pastime, and at times, a competitive one. However, any such competition can easily be gamed, as demonstrated by [Luc Volders].

Generally, all it takes to fool a basic pedometer is a gentle rhythmic jiggling motion of some sort. Cheaper devices will even register steps with little more than vague shaking.

[Luc] exploited this with basic machinery. A servo’s output shaft is fitted with a 3D printed cylinder, sized to allow a smartwatch to be attached as if to a wrist. Then, a Raspberry Pi Pico simply rocks the servo back and forth at regular intervals, and the watch begins counting these ersatz steps. Looking at the project as a whole, we’re betting [Luc] took some inspiration from old-fashioned automatic watch winders.

It’s hard to envision an important application for this technology. However, if one is in a friendly competition with friends who don’t scrutinize the results too closely, this would be an easy way to win.

Alternatively, consider building a pedometer to track your hamster’s exercise regime. If you’ve got your own exercise hacks on the go, drop us a line!

This Smart Watch Keeps An Eye On Ambient CO2 Levels

Human respiration takes in oxygen and in turn, we exhale carbon dioxide. Thus, an uptick of carbon dioxide levels around us can indicate we’re in the presence of other humans, and also, perhaps, the pathogens they carry. To explore this phenomenon, [C Scott Ananian] developed a mod for the Watchy open-source smartwatch, which lets it detect carbon dioxide.

The idea behind the build is simple. If you’re around increased CO2 levels, it may be because you’re surrounded by people, and thus more likely to be exposed to COVID-19. To detect CO2, the watch relies on a Sensiron SCD40 or SCD41 sensor. This is read by the Watchy’s ESP32 microcontroller, and results are graphed on the watch’s e-Paper display. The Watchy is also given a nice new aluminum case to fit the additional hardware.

It’s cool having a graph on your wrist of the ambient concentration of CO2, and at the very least, it could make a good talking point next time you’re at a particularly boring party. You’ll also be more than ready to advise other partygoers if the carbon dioxide level is reaching dangerous levels.

We’ve seen similar builds before, which are useful not only for pandemic safety but also for monitoring if you have any leaks from CO2 storage in the house. If you’ve been working on your own ways to track dangerous gases, be sure to drop us a line!