Parts: ChronoDot RTC Module (DS3231)

ChronoDot

Macetech’s ChronoDot is a Real Time Clock module for projects requiring highly accurate time keeping and measurement. The ChronoDot uses the DS3231 chip, which features a TCXO to compensate for variations in temperature which affect normal oscillators, like the ones in most microcontrollers. The DS3231 uses simple I2C commands and registers for storing and retrieving time, but also features a variable output that goes all the way down to 1.000 hz for low power, interrupt style timekeeping applications. With the provided watch battery, the ChronoDot can keep time in idle mode for up to 8 years.

Normally the ChronoDot comes mostly assembled, requiring you to only solder on the watch battery. However, due to a manufacturing mistake, Macetech is selling a version with the header pins on the wrong side they call the ChronoDoh. This module is currently nearly half off the regular price of $14.99, which makes it a great low cost addition to a project. Macetech has sent us a couple of these modules to demonstrate how functional they still are.

Continue reading “Parts: ChronoDot RTC Module (DS3231)”

Head-mounted Computer With Spit, Bailing Wire

[youtube=http://www.youtube.com/watch?v=QyrjBMAa6xE]

Oh, for crying out loud! While we were all giddy reporting on yesterday’s wonderfully done head-mounted computer, [Andrew Lim] of recombu.com comes along and essentially does the same thing with an HTC Magic handset and three dollars worth of Harbor Freight crap. Linux kernel, WiFi, accelerometer, the whole nine yards. Consider our collective ass handed to us.

Funny thing is, either of these could be considered The Consummate Hack. One flaunting the creator’s know-how with its custom-designed parts and delicate engineering, the other exhibiting a more punk flair with random scraps and off-the-shelf technology achieving much the same effect — a solution so obvious we were blind to it. Whatever your outlook, this is a great day to be a hacker!

[via slashdot]

Remote Controlled Claw Of Doom

[youtube http://www.youtube.com/watch?v=P-9_dMJKh9E&feature=player_embedded%5D

Robotic claws are awesome, period. [Jeremy’s] Remotely controlled robotic claw, thats just a whole new level of cool – even if the intention is to just pick up blocks. The setup is simple enough, a Parallax Propeller controls the whole system by first polling a web server for changes in variables that the user has invoked. Those changes are then passed to relays that control the claw. To keep from fumbling in the dark, he’s even included a webcam. We hate to see that he’s used such expensive equipment to just control a toy, but maybe one day he’ll move to bigger and better things.

InPulse Watch Gets BlackBerry Data Via Bluetooth

inPulse-blackberry-watch

[Eric] just told us about the watch he developed that displays info from a BlackBerry via Bluetooth. The watch displays updates, message alerts, incoming call information, and… tells time. Setup and control is handled with the BlackBerry keypad. The device is charged with a micro-USB connection and will last for about four days without a recharge. We’d chalk up the rather long battery life to the use of an OLED display, which will use less energy when a portion of the display is left black.

So why is it here? Well, he’s got a couple of blog posts that detail two of the final prototypes that you might find interesting. What else? Oh yeah, his original prototype used an Arduino with a Nokia 3310 LCD display. For those of you who continually call the Arduino a worthless toy, looks like it’s good enough to use when taking a product to market.

Head-mounted Computer With Linux, WiFi

hmdlinux

Most wearable computers we’ve seen feature a head-mounted display tethered to a small PC system in a backpack or worn on a belt. Here’s a slick little system that does away with the cord, fitting the entire system in the glasses.

[Pascal Brisset’s] WXHMD is based on the tiny Gumstix Overo Fire computer-on-module which features a beefy, 3D-capable OMAP processor that runs Linux. The Gumstix is interfaced with a Vuzix VR920 head-mounted display that includes a three-axis accelerometer and compass. Tying these together is a custom video digital-to-analog converter board of [Pascal’s] own design, created using direct-to-PCB inkjet printing techniques. For less than $1,000 total in parts, the result is a spatially aware six ounce computer, with display and battery and all, that fits neatly over the bridge of one’s nose.

It’s a fantastic hack and a nicely documented project, though even the device’s creator himself questions whether having a pair of microwave transceivers and a LiPo battery strapped directly over one’s eyes and brain is such a good idea.

[thanks w3pt]

How To Overlay Images By Using Greasemonkey

Today we’re going to take a look at writing scripts for the Greasemonkey add-on for Firefox. This add-on allows us to use JavaScript to make changes to the way webpages are displayed on our browser. These changes can only be seen by a copy of Firefox that is running a particular script. As an example, we’re going to write a script that adds a border to the banner image of each article on Hack a Day by overlaying the image you see above. Find out how it’s done after the break. Continue reading “How To Overlay Images By Using Greasemonkey”

Halloween Props: Servo Eyes

[flickr video =http://www.flickr.com/photos/todbot/3991211183/]

If you’re wanting to spice up a Jack-o-lantern, why not give it some spooky eyes that will look around? [todbot] shows us how to set this up using an Arduino and 3 servos. His rig uses a hobby servo to control the entire head’s orientation and a smaller servo for each eye’s movement. Their motion is random, but quite convincing. He has them all stuck together with  popsicle sticks, but you would probably move the location of the large servo to rotate the entire pumpkin, or whatever other prop you put it all in. You can download the Arduino sketch and give it a try your self. We might suggest building a simple rack and pinion rig to rotate both eyeballs with  a single servo.

[via HackedGadgets]