Atomic Clapperboard

Whether you know it as a clapperboard, a slate, slate board, time slate, or by another name, you probably recognize this staple of movie making. It’s a handy way to help synchronize sound with video, and to keep track of clips when it comes time to edit. But this clapperboard is quite a bit more accurate than most. It’s got an atomic clock source for dead-on accuracy.

The project came from the growing availability of Rubidium clock source modules on eBay. They can be had for under $100 and you’ll enjoy accuracy of 0.1 ppm. [Luddite Tech] grabbed one for himself and included it in this build. As you can see in the clip after the break, the contrast of the eight-digit display is adjustable, and shines brightest when the marker is snapped. We’d guess the cable he connects at the beginning of the demo is used to set the initial time reference. After that the in-built WiFi can be used to push the time markers to a computer.

Continue reading “Atomic Clapperboard”

Home Security Anyone Can Build And Install

We’ve been seeing quite a few home security hacks around here lately and we think they’re a lot of fun. This is one that we missed a few weeks ago. [Sharpk] used his existing home security system as inspiration for a completely DIY security system. Above you can see the tiny models he used to help visualize how the system would be installed.

The board at the center is a JeeNode, a development board that pairs an ATmega328 with a wireless module. There are three magnetic door sensors which you can easily find at the home, hardware, or electronics store around the corner. They’re basically a reed switch and a magnet; one mounts on the door, the other on the jamb. There is also a panic button and a PIR motion sensor. [Sharpk] has even been working on a UI for the system. He crafted a 3D model of his home’s floor plan in SketchUp and uses it to indicate which part of the system has been triggered.

Now he just needs to add a keypad for arming and disarming the system.

Building An Isolation Booth For Your Home Recording Studio

[Brattonwvu] wanted to lay down some tracks with as high an audio quality as possible. To help get rid of the noise pollution of the everyday world he built this isolation booth in his attic.

The project started off with a trip to the home store for some 2×4 stock and OSB to use as sheathing. The framing is as you would expect, but to help deaden the sound he went with a surprising material. He’s filled the cavities between each 2×4 with stuffed animals and old clothes. The same is done in the walls and the inside surfaces are all covered in fabric to prevent echoing. The door has a lip and we can just make out what looks like weather stripping to provide a seal. There is just one opening in the box, where a PVC pipe allows electrical and microphone cables to pass through. [Brattonwvu] reports that you can hear your heartbeat in your ears when standing inside the sealed booth.

CPLD Motor Control

[Chris] continues cranking out the tutorials, this time around he’s showing how to use a CPLD for simple motor control. The demo hardware is pretty basic, he built his own FPGA/CPLD demo board a few years back which used a PLCC socket for easy interfacing. You should be able to use just about any gear you have on hand.

Of course the thing about these chips is that you’re working with hardware that can be run in parallel. [Chris] mentions that this is what makes it perfect for timing-critical applications. Here he’s using a motor driver that monitors a PWM signal, using the duty cycle to actuate the direction and speed at which the motor turns. After the break you can see a demonstration of the CPLD reading from an ADC chip and converting the value to a PWM signal. [Chris] has also used the same hardware for VGA signals; something that is usually a timing nightmare if done with a microcontroller.

If this leaves you thirsting for more CPLD goodness check out our own guide on the subject.

Continue reading “CPLD Motor Control”

MythTV Library On Apple TV Without A Jailbreak

[Dan] wrote in to share a link to his MythTv to Apple TV setup. He found a way to make the recordings he made on his Linux box available on the 2nd Generation Apple TV. Our first thought is that he would use XBMC on a jailbroken device  but that is not the case. The secret is to roll iTunes into the mix.

Take a look at the diagram above. The system starts with an Arch Linux box that runs MythTV, an open source program which allows you to record from tuner or encoder hardware. But actually watching those recordings on an iOS device is difficult for a couple of reasons. First, Apple likes to keep their devices locked up tight in hopes that you buy your entertainment rather than watching over-the-air records. Second, if you’re recording ATSC channels the files may be 1080i or 1080p, neither of which can be handled by the Apple TV 2. [Dan] gets around this by first using the command line version of Handbrake to transcode the recordings to an h264 format. He then uses iTunes running on an Windows 7 virtual machine (on the Linux box) to host the transcoded files in a library the Apple TV can access.

TI Launches C2000 Launchpad (featuring Billy Mays)

The Texas Instruments MSP430 Launchpad is pretty popular in hacks, likely due to its low price. TI has recently released a new C2000 Launchpad device that offers more power and peripherals for $17. This board uses the C2000 Piccolo processor, which is meant for DSP applications.

Also included is an unrestricted version of the Code Composer Studio IDE and the controlSUITE software package. You can also run the free SYS/BIOS RTOS on this board. It’s nice to see TI providing a lot of free, non-crippled tools that could be used to power some pretty advanced hacks.

Most MSP430 Launchpad Booster Packs should be compatible with this board, and TI has a new layout for Booster Packs that use the additional pins. There is a C2000 specific LED Booster Pack available now for $30. There are also specifications for building your own Booster Packs for the C2000.

TI has released a slightly cheesy promotional video that features a [Billy Mays] like performance. Check it out after the break.

Continue reading “TI Launches C2000 Launchpad (featuring Billy Mays)”

Digital Zoetrope Uses 18 LCD Displays

[Jasper] sent in a project he, [Quinten], and [Mr. Stock] have been working on for a while. It’s called the Pristitrope and brings the classic 19th centrury paper-based animation device into the 21st century with 18 LCD displays.

The lazy suzan portion of the build was fabricated out of plywood cut on a CNC router and fastened together with the help of a slip ring to transfer power between the stationary and spinning portions of the device. For the electronic part of the build, eighteen LCD displays were connected together on a data bus with each display independently addressable by a microcontroller.

One really interesting feature of the Pristitrope is its ability to detect if it is currently rotating clockwise or counterclockwise. While [Quinten]’s video doesn’t show off the full possibilities of this feature, the spin sensor makes it possible to always have an animation played in the right direction regardless of how the Pristitrope is spun.

Continue reading “Digital Zoetrope Uses 18 LCD Displays”