How Do Atomic Clocks Work?

[Bill Hammack] aka [Engineerguy] is back again with another fantastic informational video. This time around he’s describing exactly how an atomic clock does what it does. He starts off with a great analogy of jello jiggling when poked. He explains how this is similar to the quartz crystal inside the clock oscillating due to the electrical “poke” we give it.  He goes on to explain how GPS satellites rely on this accuracy when determining physical locations on the ground.

As usual, [Bill] does a fantastic job of delivering the information quickly and packed full of detail, while still keeping it simple enough that even those unfamiliar with the technology can follow along.

Continue reading “How Do Atomic Clocks Work?”

Pocketwatch Retrofit Takes Input From Accelerometer

A friend of [CNLohr’s] used the mechanism from an old pocket watch in an art piece, but left him with the enclosure. It’s an interesting looking object that feels great in your hand so he decided to fill it with his own electronics, thereby giving it a new life. He’s showing off an early version of the hardware in the video, but plans to send off another version of the board soon to add a few features.

You can see that the round PCB is small enough to fit in the space vacated by the original hardware. The ribbon cable is used to connect to the programmer and we think it’s also the power source for this demonstration. There’s a small Densitron display that’s reading out hex values from the accelerometer. Many of these mems chip (you can learn how they work from this post) include a hardware tap detector. This meant you can tap your finger on the device and the chip will signal an input to whatever chip is attached to it. That’s a great option for user input, and it’s what [CNLohr] chose as the select button here. He tilts the watch to one side, then taps to turn on the LED. That’s all for now, but we like the promise it shows and can’t wait for updates!

Continue reading “Pocketwatch Retrofit Takes Input From Accelerometer”

Time And Date Clock Does It With RGB LED Strips

[Craig’s] color clock really came together quite nicely. The majority of the body is acrylic, with two large clear squares and a pair of colored discs. All are held in place by a ring of hardware with spacers in them, and the RGB LED strip that is used to display time and date wraps around those spacers. This hides the components in the center, with a USB cord connecting to the Arduino compatible board to power the device.

Hours are displayed in red, with minutes shown in green, and blue used as a background color. In the center you can see one of two red LEDs which alternate like a pendulum to mark the passing seconds. There are timed events every ten , fifteen, and thirty minute. At the fifteen minute mark the clock switches to display the date. The other two events are animations to keep things interesting. All of the settings for the clock are accessed using just two momentary push buttons mounted on the back of the clock.

Continue reading “Time And Date Clock Does It With RGB LED Strips”

Alarm Clock Wakes You Like [Lawrence Welk]

That awful buzzing/beeping beside the bed in the morning might not seem so bad if it were a cascade of bubbles instead. At least that’s what [Will] is hoping for. He took a child’s toy and turned it into a bubble blowing alarm clock.

We’re guessing you’re not going to be too happy with the alarm settings feature. This isn’t using a real-time clock, or any clock at all really. [Will] rolled his own light detection circuit using a PNP transistor whose base is controlled by an LDR. When the light level in the room reaches a certain threshold the bubbles start streaming out of the front of this thing. He test the system in the video by switching a lamp on and off in a dark room.

Up at dawn has never been a way we could describe ourselves, but the one-wire control method seen here could easily be provided by a microcontroller rather than the LDR. Oh, and for those that don’t get it; the [Lawrence Welk] show always started with a screen full of bubbles.

Continue reading “Alarm Clock Wakes You Like [Lawrence Welk]”

Fuzzy Time Used To Keep The Kids In Bed

Like many parents, [Mike Tsao] is plagued by his kids’ urge to rise like the dead long before he’s ready to wake up. In an effort to preserve sanity, he built this clock to let the young ones know when it’s okay to get out of bed. Fittingly, he calls it the OK-Wake.

You may notice that the clock doesn’t have a display. That’s because his children are still too young to tell time (this is the foundation for needing a custom clock). Instead, that LED acts as the feedback. At night it will be off. Starting ninety minutes before it’s time to wake the LED will begin to pulse red, increasing in frequency as the target time approaches. When it’s okay to get out of bed the LED turns green and exhibits a pleasant “breathing” behaviour.

An ATtiny25 drives the device, along with an RTC chip. The single button is used to set the alarm. Actual time doesn’t really matter at all. Instead, the button just sets the alarm for twelve hours from when it’s pressed.

Light Programming For A Clock

+

So at first glance we were thinking there wasn’t much special about this clock. It’s based on an Arduino and displays the time using a character LCD screen. But then we realized that there’s no battery-backed RTC and no buttons. How the heck do you set the time on this thing? [Mossblaser] is using a light programmer to set the time using a computer screen.

We’ve tried nearly the same data transfer technique before, using a white and black flashing computer screen to push Manchester encoding to a light dependent resistor. We were met with limited success, but you can see that [Mossblaser’s] rig is much more reliable and we think there’s a few reasons behind this. First, he’s only sending five bits per seconds, a very slow speed when it comes to digital transmissions. This helps to make up for slow LCD screen refresh. Also, the LDR is surrounded by material on the back of the case that will help to block out ambient light. And finally, he’s using a smaller part of the screen instead of flashing the whole thing. This may result in more accurate timing. You’ve got to admit, this is pretty slick!

Continue reading “Light Programming For A Clock”

Wristwatch Measures Your Perception Of Time; Also Tells Time

This wristwatch is hiding a lot of features in its hardware and its software. It’s called the TicTocTrac and it’s a Senior project for a pair of students at Cornell University. Judging from the sheer volume and quality of the project documentation we wonder if someone has a science writing career ahead of them? Be we digress… It’s a clock and we love it!

First off, this does more than just tell the time. In fact, that’s almost an ancillary function in this case. The wristwatch is more of a metering device to record your own time-based behaviors. Find yourself checking your watch frequently as the lunch break approaches? This watch records that activity and you can later graph the data. This allows you to analyze how you percieve the passage of time. The more often you check the time, the slower you feel time progressing. The documentation does a much better job of describing this than we have time for, so check it out.

On the hardware side of things we’re quite impressed. The housing is 3D printed. It hides two half-circle PCBs below the full-circle PCB face plate. The half-boards leave space for a tiny rechargeable battery, and host a vibrating motor and RTC chip. Instead of using buttons, there’s a piezo sensor which detects when you tap on the top of the watch.