MakerBotWatch

If you didn’t get the geeky watch you wanted for Christmas you should consider building yourself a MakerBotWatch. The watch is an Arduino, using an ATmega328 microcontroller running the bootloader. The watch has two concentric circles of LEDs for minutes and hours. A vertical row of four LEDs adds in the additional resolution needed to get 60 minutes on the watch face.

The schematic and board layout are available from an SVN repository so you can make your own board. The device will go into production as a kit but currently the laser-cut bezel will not be part of it.

[via Adafruit]

TI Sports Watch For Hacking

How would you like to have a 3-axis accelerometer, pressure sensor, temperature sensor, RF wireless, and an LCD screen in a development package?  What if we told you that you can have it in the form factor of a wristwatch offering from Texas Instruments? How much would you pay for such a device? Quit guessing, you can pick it up for just $49 with an estimated delivery in mid-February of next year.

Our tip-line has been packed with emails about this since it was announced on Monday. The device ships with the firmware to serve as a sports watch with heart rate monitor. The price is pretty good just for that functionality but this package also includes a USB programming and emulation dongle so that you can develop your own firmware. It looks like the included development software is written for Windows but we’re hoping you can get it running on other platforms as well.

The LCD is a segment display, so you won’t see DOOM running on board. That said, we expect your first project to turn this into a wireless controller using the buttons and accelerometer.

Woz’s Watch Makes Air Travelers Nervous

[Steve Wozniak], Last of the freelance hackers and Greatest swordfighter in the world, lives a hacker life you couldn’t even dream about. The folks over at medGadget ran into him and learned about his watch. In their interview (embedded after the break) [Steve] shows off the Nixie tube wristwatch that we can only assume he created himself.

The watch consists of two tiny tubes, a PCB, and battery. There must be an accelerometer in there because the display is switched off unless the watch is held at a certain configurable angle. Once held in the correct position the display flashes the hours, then the minutes.

The time is set by two buttons inside the watch’s case. [Steve] goes on to explain the trepidation his fellow passengers have when he disassembles the watch mid-flight and starts to monkey around with the buttons inside. Not to be stopped at electronic tomfoolery, he also shares his delight in sneaking ceramic knives on board so that he can properly cut his steaks.

Lifestyle aside, the small Nixie clock packages we’ve seen don’t even come close to this. We assume this is pretty hard on the battery and wonder if the watch gets hot if you’re stuck in a long meeting and constantly looking at the time. We can get over both of those limitations just for the cool factor alone.

Update: Reader [Stephen] left a comment pointing to the origin of  the watch. It is controlled by a PIC microprocessor, boasts a four-month battery life at 50 viewings per day, and there’s some code available.  It is for sale but currently out of stock.

Continue reading “Woz’s Watch Makes Air Travelers Nervous”

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.

Build Your Own Wristwatch

surface-mount-wristwatch

[rgbphil] has done a great job detailing how he built his Microdot wristwatch.This project is a lot more approachable than the pong watch we saw last month. If you’ve made a few printed circuit boards, but haven’t yet tried working with surface mount component, this is a great way to give it a try.

The parts count is pretty low, a few switches, resistors, capacitors, LEDs, a watch crystal, and a PIC 16F88 microcontroller.[rgbphil] is using a charlieplex so that a separate shift register is not needed to drive all of the LEDs. He goes into detail about the process of laying out the circuit. Some of the problems he encounters include how to manage all of the charlieplex connections in a simple way, how to program the chip once it’s on the board, and how to layout the controls for the device.

The display looks great in the video we’ve embedded after the break. We’re going to add these components to our next parts order and make this project part of the plan for getting us through the long cold winter ahead.

Continue reading “Build Your Own Wristwatch”

LED Pocket Watch

ledwatch

Today, it is not difficult to find all kinds of watches with LED displays. After [Paul]’s grandfather, a master horologist and pocket watch collector, passed away, he decided to retrofit a broken watch left to him with a custom LED face. Starting from scratch, he designed a PCB complete with 133 (hand soldered) LEDs, room for a temperature controlled oscillator for real time clock capabilites, a LiPo battery, and a cell phone vibrator to provide a simulated “second hand tick” feeling. The whole watch is powered by a PIC 16F946.

This is currently version 1, and he has already begun work on version 2. He plans on adding a more compact, lower power TCXO, automatic NTP syncing, and a USB port for charging and reprogramming. He has a number of detailed videos, and we have a demo video after the break.

[digg=http://digg.com/gadgets/LED_Pocket_Watch]

Continue reading “LED Pocket Watch”

Programmable Scientific Calculator Watch

When the band support on [David]’s Casio CFX-400 Scientific Calculator Watch finally broke after 10 years of use, he found it almost impossible to find another watch with the same functionality. Like any good engineer, [David] decided to design a watch to meet his needs. The result of his endeavors was the µWatch, a programmable watch based on a PIC24 with both RPN and Algebraic calculation modes. The watch runs open source software and is expandable thanks to a serial port, an ICSP programming port, and a spot for an infrared LED on the board. On his site, [David] shows how he made the first µWatch and offers kits for anyone who wants to build their own. We’ve been told that the next batch of kits will be made available in 1-2 weeks and are expected to sell out fast.

[Thanks Tomesz]