Inventing The Digital Watch Again And Again And…

In the 1950s, artwork of what the future would look like included flying cars and streamlined buildings reaching for the sky. In the 60s we were heading for the Moon. When digital watches came along in the 70s, it seemed like a natural step away from rotating mechanical hands to space age, electrically written digits in futuristic script.

But little did we know that digital watches had existed before and that our interest in digital watches would fade only to be reborn in the age of smartphones.

Mechanical Digital Watches

Cortébert jump-hour wristwatch by Wallstonekraft CC-BY-SA 3.0
Cortébert jump-hour wristwatch.
Image by Wallstonekraft CC-BY-SA 3.0

In 1883, Austrian inventor Josef Pallweber patented his idea for a jumping hour mechanism. At precisely the change of the hour, a dial containing the digits from 1 to 12 rapidly rotates to display the next hour. It does so suddenly and without any bounce, hence the term “jump hour”. He licensed the mechanism to a number of watchmakers who used it in their pocket watches. In the 1920s it appeared in wristwatches as well. The minute was indicated either by a regular minute hand or a dial with digits on it visible through a window as shown here in a wristwatch by Swiss watchmaker, Cortébert.

The jump hour became popular worldwide but was manufactured only for a short period of time due to the complexity of its production. It’s still manufactured today but for very expensive watches, sometimes with a limited edition run.

The modern digital watch, however, started from an unlikely source, the classic movie 2001: A Space Odyssey.

Continue reading “Inventing The Digital Watch Again And Again And…”

A Taste Of Who’s Speaking At Hackaday Belgrade

We’re busy confirming speakers at the Hackaday Belgrade conference, taking place in Belgrade Serbia on 26 May. Now’s the time to grab a ticket and be part of something special. Here’s a teaser.

Asier Marzo // Build Principles of an Acoustic Levitator
Applications of acoustic levitation in mid-air chemistry, spectroscopy, and tissue engineering.

Vanessa Julia Carpenter // Designing for Meaningfulness in Smart Products
Creating new smart products which focus on value over function, self development, critical reflection, and behaviour change to enable meaningful experiences.

Marcel van Kervinck // Building a TTL Microcomputer without a Microprocessor
Building a small 8-bit homebrew computer out of a few dozen 1970s TTL chips, an oscillator, some RAM, and an EPROM.

Hackaday Belgrade is the hardware community you love gathered together for one exquisite weekend. Get to town Friday for a meetup at the pub, then spend a marathon Saturday enjoying the best talks, badge hacking, workshop, and live music. What we’ve just listed are of course all just the events… the real value of Hackaday Belgrade is the culture and the people that make up this community. Don’t miss it!

More Excitement to Come

Join the Hackaday Belgrade project page to get in on the live chat where we drop early info as it comes along. Also keep your eye on Hackaday, we’ll announce more speakers as we receive final confirmation. Right now we’re reviewing workshop proposals and expect to send out acceptances later this week.

Of course there’s a lot more to get really excited about. For instance, Voja Antonic and Jaromi Sukuba are hard at work on the hardware badge for the conference. It’s alive, and that’s an awful lot of switches!

Brush up on your BASIC language skills and dig that PICkit out of your tool bag. We can’t wait to see the hacks that come together with this one. If you have suggestions for features we should roll into the stock firmware, leave a comment on the badge project page!

Learn Programming From Ants

Humans and insects think on a different scale, but entomologists study the behavior of these little organisms, so they’re not a complete mystery. There isn’t much intelligence in a single ant or a cubic millimeter of gray matter, but when they all start acting together, you get something greater than the sum of the parts. It is easy to fall into the trap of putting all the intelligence or programming into a single box since that’s how we function. Comparatively, itty-bitty brains, like microcontrollers and single-board computers are inexpensive and plentiful. Enter swarm mentality, and new tasks become possible.

[Kevin Hartnett] talks about a paper researching the simple rules which govern army ants who use their bodies as bridges when confronted with a gap in their path. Anyone with a ruler and a map can decide the shortest route between two places, but army ants perform this optimization from the ground, real-time, and with only a few neurons at their disposal. Two simple rules control bridge building behavior, and that might leave some space in the memory banks of some swarm robots.

A simpler example of swarm mentality could be robots which drive forward anytime they sense infrared waves from above. In this way, anyone watching the swarm could observe when an infrared light was present and where it was directed. You could do the same with inexpensive solar-powered toy cars, but we can already see visible light.

We’re not saying ants should be recruited to control robots, but we’re not objecting to the humane treatment of cyborg bugs either. We’ve been looking into swarm robots for a long time.

Thanks for the tip, [JRD].

Continue reading “Learn Programming From Ants”

Making Fancy Dice PCBs At Home

These days, it’s easy to get high-quality custom PCBs made and shipped to your door for under $50. It’s something that was unfathomable only a decade ago, but now it’s commonplace. However, it doesn’t mean that the techniques of home PCB production are now completely obsolete. Maybe you live somewhere a little off the beaten track (Australia, even!) and need to iterate quickly on a project, or perhaps you’d like to tinker with the chemical processes involved. For your learning pleasure, [Emiliano] decided to share some tips on making SMD-ready PCBs with the TinyDice project.

The actual project is to create a small electronic dice, and [Emiliano] touches on the various necessary considerations such as how to decrease power consumption, and how to source good quality, organic random numbers from your local microcontroller. Though its far from an exhaustive discussion on either topic, it shows an understanding of the deeper factors at play here.

However, the real meat of the write-up is the PCB production process. The guide goes through several stages of etching to not only prepare the PCB but also to add solder mask and produce a solder paste stencil as well using an aluminum can. This gives the boards that colored finish we’re all used to and lets the boards be reflowed for easy SMD assembly.

It’s a tidy guide as to how to approach producing your own boards to be used with SMD components, and it’s complete with clear photos and instructions throughout. If you want to take your designs up another notch, why not consider putting your components inside the circuit board?