spacer
Time fountains for sale

Check out Nate True's blog
spacer
 
 
Home About cre.ations.net Recent creations Nate True's blog Most popular Most viewed Browse creations Creators Forums
Categories:
"Art"FashionFoodHomeTechVideoOther

Log in Register
Quick search
Views: 135,443

Binary/POV custom wristwatch

All > Tech > Inventions > Binary/POV custom wristwatch by natetrue
spacer
spacer
spacer
Kits and preassembled watches are available here.

Recently my good friend Andru Edwards and I got into a heated discussion about watches. My old Fossil Abacus PalmOS watch was getting pretty worn, and I was shopping around for new watches. Having seen a cool video-playing watch over at Gear Live, I was thinking I might upgrade to one of those, purely for geek-bling factor.

Andru, being more grounded than I am as far as fashion is concerned, suggested that the video playing watches I was looking at (I was searching DealExtreme for MP4 Watch) were all profoundly lame. So he told me to go look at the TokyoFlash watches which tell time using discrete LEDs rather than using LCDs or large pixel counts.

Of course, the TokyoFlash watches look amazing. But I wasn't planning to spend $180 on one. I mean, even the video watches maxed out at like $60.

So what does a maker do when he wants something but doesn't want to buy it? He makes a knock-off! I mean, it's much more respectable than that, because of how much work goes into it.

I decided to go with a binary representation, since it would require the fewest LEDs to represent the most information.

Watch features
  • Binary time display

  • POV (persistence-of-vision) display when swiped in the air

  • Super-bright flashlight mode


  • Want to buy one instead of making it, or buy all the parts from one place as a kit? Check out the Buy page. Got all the parts already or need a parts list? Skip to the Assembly section.

    Here's how I made it:

    spacer
    I started paying with the board layout on a big piece of pre-punched PCB.
    spacer
    Erythema approved of the design, and I made the first prototype.
    spacer
    Built on a leather band that my sister had given me, the first prototype used a battery from a Bluetooth headset, taped to the bottom of the band. There was no charger in the prototype; fortunately the battery lasted the whole prototyping stage.

    It also used a ceramic resonator as its timebase, as I didn't have the necessary 32 KHz crystal nor the 33pF capacitors to have the accurate crystal timer.

    That was just a detail, though. With the prototype I could develop the timekeeping logic and the display details.

    I figured the watch should be enclosed somehow, rather than just being a bare board. So I trolled my local fabric store for some material. My eyes fell on this faux-leather brown vinyl with a nice soft cloth backing. It was fairly expensive but I did not need much of it.
    spacer
    I built a second board with the LEDs elevated somewhat, and punched some holes in a big piece to match the LED layout. The PIC needed to be on the outside, so that I could flash it. If I wanted it below the covering, I would have had to solder it directly to the board instead of using a socket.
    spacer
    There you see the detail of how the LEDs poke through the covering. The buttons do not poke through, but you can still push them.
    spacer
    I had to learn to sew for this part. Hemming something that small is very difficult and I did not do it well.

    I decided to use push snaps for now but I think a buckle with holes like a normal watch would be better for adjustability.
    spacer
    Here's how it looks with the cover sewn on. It's pretty thin because the battery is along the band (It's on the left of this photo). The USB port is on the back:
    spacer
    The USB port is only for charging (the PIC16LF628A is not fast enough to implement USB). It feeds power to a MAX1555 Lithium-ion battery charger chip, which is perfect because it needs no external parts (they say it should have capacitors on its terminals but screw that).
    spacer
    That little chip is very small so it's very difficult to solder to.
    spacer
    I decided to go with a 70mAh Li-ion polymer battery, which should power the watch for a pretty long time. Additionally it can supply much larger currents than standard long-life lithium batteries, which enables me to have a bright flashlight mode for the watch.
    spacer
    The battery is very small, too, which is perfect for a watch.
    spacer
    I also developed a POV (persistence of vision) capability for showing the time to others, as it's hard to explain binary to people (especially dumb people).

    The concept of a POV display is very simple - using a single row of 5 LEDs, the PIC displays each column of the display in turn. When the watch is swiped through the air, each column is spatially separated from the last, allowing a "larger" display area to show with only 5 LEDs.


    Assembly

    Ready to make your own? Great! Here's what you need. All of these elements are included in the POV watch kit which you may have noticed you can buy from me.

  • Some pre-tinned hookup wire

  • A prepunched PCB with standard hole spacing, 14 holes by 9 holes, and a MAX1555 presoldered

  • An 18-pin socket

  • A PIC16LF628A programmed with the watch HEX file

  • A 32.768 kilohertz watch crystal

  • Two 33pF capacitors

  • Three 10 kilohm resistors

  • Fourteen 3mm LEDs (recommended 3mm Bright White LEDs)

  • 3 small pushbuttons

  • A Mini-USB B-type socket

  • A MAX1555 Li-ion charging IC (in the kits, it will be presoldered to the board)

  • A 70mAh lithium-ion polymer battery

  • Materials for a watch band

  • A USB-A to Mini-B cable for charging


  • Got all that? Let's get started!
    spacer
    Let's begin by placing the 18-pin socket, the 14 LEDs, and the buttons as shown. Insert the components through the NON-COPPER side of the board, so that the leads come out the COPPER side. Make sure the board is oriented so that the MAX1555 on the board is behind the buttons and not behind the IC socket.

    You may wish to elevate the LEDs if you're making an enclosure, so they stick up past the buttons and the IC socket. Keep your final container in mind. If you're building from a full kit, you'll want to have the LEDs elevated at least 2 millimeters above where they'd normally sit, and you will want to secure them somehow so they don't bend side to side.

    Remember the LEDs are polarized so make sure the cathode leads (the shorter ones) are toward the buttons on the board. Solder the leads to the back side and clip them appropriately.
    spacer
    Now, flip the board over, and solder on the two capacitors as shown, along with the crystal. Make it so that the crystal comes around the top of the board to take up as little space as possible.

    The MAX1555 is VERY tricky to solder. Make sure you have a magnifying glass on hand to observe your work. As shown, one of the pins is not needed, and two of the pins are soldered together to one of the button terminals (this is a ground connection). Make sure you don't bridge any of the other pins with solder!

    Since soldering the 1555 is so difficult and the thing is so small, kits ordered from me will come with this part already soldered in.
    spacer
    Next is the row wiring. The PIC powers the rows by pulling their pins low. Double-check now that you have put in the LEDs correctly, with their cathodes all connected with the row wires.
    spacer
    Predictably, the column wiring comes next. This is less pretty but it's gotta be done. The PIC activates each column by pulling the column pin high. Using row and column addressing lets us address 14 LEDs with only 8 I/O pins. Theoretically we could address up to 32 LEDs with those 8 pins (even more with external circuitry) but we only need 14 (reader's exercise: how would we wire 32 LEDs to only 8 pins and be able to light up each one in turn, with no additional components?). If this design was pin-grubbing we could use as few as 6 I/O pins for the 14 LEDs but it doesn't have to be that complicated.
    spacer
    Now to wire up the buttons and power. Simple enough. The red wires are the positive wires, and the black ones are negative. Consult the following image for the correct polarity of the USB connector.
    spacer
    The negative lead is the leftmost one, and the positive is the rightmost. You can cut off the middle three, as that will make soldering much easier.

    Using your watch

    What good is a watch if you can't use it? When the watch is first powered on it will think it's 6:57 PM, since being 12:00 AM results in no lights of the display being on and you'll think it's broken. The display automatically turns off after 10 seconds when in clock or POV mode, so press any button to turn it on.

    Here's how to tell time in binary mode:
    spacer
    Each row's right four LEDs is a portion of the time. To tell what number it is, sum up the values of the lights that are on. For example:
    spacer
    Here you see the upper-left LED is on. That means the time is PM as opposed to AM.

    In the Hours area (the top row, right 4 LEDs), only the LED with the value 4 is on. So the hour is 4 PM.

    In the Tens of Minutes area (middle row) the LED with the value 4 is on. So the tens of minutes is 4 also.

    In the Ones of Minutes, we have the LED with the value 1. So the ones of minutes is 1.

    That makes it 4:41 PM.

    Watch modes
    The watch has several different modes. You can switch modes by holding the center button until the mode changes, then releasing. You can always return to Clock mode by pressing and holding the center button until the watch returns to Clock mode. All modes except Flashlight mode will turn the watch off after 10 seconds. To wake the watch, hit any button.

    Do not look directly into the LEDs during Flashlight mode, as they will leave a lasting image on your eye that may interfere with vision for several minutes.

    Modes:
  • Binary Clock mode

  • POV clock mode

  • Set hours mode

  • Set tens of minutes mode

  • Set ones of minutes mode

  • Binary counting mode

  • Button diagnostic mode

  • Flashlight mode - this mode is last, because technically the watch turns off while it's in this mode


  • The last two modes aren't very useful and are not interactive in any way.

    In Binary Clock mode, you can hold the left and middle buttons together to reduce the brightness, and the right and middle buttons together to increase it.

    Press the left and right buttons at the same time to shortcut to Flashlight mode.

    In POV clock mode, you swipe your wrist through the air (bringing the watch downward) to write the time in the air.

    When in one of the setting modes, pressing left or right will decrease or increase the current number, respectively. To exit setting mode, press and hold the center button until it returns to clock mode. To go to the next setting mode, press and hold the center button until the mode changes, then release.

    I hope you enjoyed reading about my watch as much as I enjoyed making it.

    Be sure to check out my other stuff!

    More creations by natetrue
    spacer
    Wooden iPhone 4 case by natetrue
    spacer
    Printable jacket cuff lights by natetrue
    spacer
    Ridiculously bright keychain rechargeable flashlight / flash drive by natetrue
    spacer
    Visual Cacophony: A collaborative watercolor painting by natetrue
    spacer
    Animal photos and video from the Lowry Park Zoo in Tampa, Florida by natetrue

    More creations in Inventions
    spacer
    Mint Tin LED Light by jiggy
    spacer
    Build A Tree Fan (Popular Science, Feb, 2008) by tar
    spacer
    The iTool - iPhone Sim Card Tray Remover by xtremecc
    spacer
    3D video rig by jesse
    spacer
    "Cozy" faux-leather universal USB / iPhone charger by natetrue


    Comments: spacer

    Posted by julian 3 years ago ( 18-Feb-2008 17:34:16 )

    spacer
    Was the strobe always a feature? I guess I never caught on.

    Posted by natetrue 3 years ago ( 19-Feb-2008 00:12:55 )

    spacer
    I just added that yesterday. You haven't seen that part yet.

    Posted by natetrue 3 years ago ( 19-Feb-2008 20:42:56 )

    spacer
    I just checked the current usage of the watches - looks like 4 days standby or 2.5 hours flashlight. Charges fully over USB in about an hour.

    This comment was edited at 2008-03-21 11:31:09


    Posted by davetheriocom 3 years ago ( 22-Feb-2008 11:34:10 )

    spacer
    This is pretty amazing. You should pair a charger with the jacket cuff lights to charge on the go.

    Posted by james 3 years ago ( 06-Mar-2008 11:51:24 )

    I didn't see any current limiting resistors for the leds. is there any problem sourcing that amount of current with the pic? I want to go surface mount pic and LEDs to reduce the size but I was wondering if I should add current limiting resistors.

    Posted by sykora 3 years ago ( 10-Mar-2008 11:51:44 )

    spacer
    Holy wow is awesome.

    Posted by natetrue 3 years ago ( 10-Mar-2008 12:03:00 )

    spacer
    The PIC's internal current sourcing/sinking limits in addition to the bias voltages of the LEDs limit the LED current sufficiently without resistors.

    However, if you are using an LED with a low bias voltage (red, yellow, green, orange, etc) you may need current-limiting resistors to avoid burnout.

    I know, though, that with the PICs I use and the LEDs I use, the current delivered to the LEDs is very moderate, and the flashlight mode (in which 8 of the LEDs are driven constantly, no PWM) doesn't heat anything up significantly, with the total current consumed being less than 35 mA, well within the PIC's and the LEDs' burnout limits, while still being bright enough to leave a lasting image on your eyes, even in full sunlight.

    I must say I am very happy with the LEDs I use for this kit, as they're very bright and very efficient.

    Posted by akelly 3 years ago ( 21-Mar-2008 16:06:11 )

    Maybe I missed it, but how do you set the time on the watch?

    Posted by juniorflip 3 years ago ( 31-Mar-2008 10:05:53 )

    Hey quick question on your watch.hex. I got a new JDM programmer with a "PIC16F628A" and I wanted to build this project. This is my first dealing with PIC. However when I try to burn the hex to PIC with WinPic800, it state there is an error in the verify all. It look like there is a ? after the first character. Any Idea why that would be an issue

    Posted by peanut 3 years ago ( 27-Apr-2008 20:43:29 )

    spacer
    NO WAY! Nate, you're brilliant. I don't understand binary, but if it's anything like canary, I LIKE IT!

    Posted by vakaloura 3 years ago ( 07-May-2008 14:58:34 )

    Awesome men!!! I saw it yesterday and today is done, like juniorflip i had the same problem, an error on verifing adress 0000h ...and when i connect it to the board only the default time is shown in binary mode and nothing happends, buttons dont works. The pic i used was 16f628A because i couldnt found 16lf628a.... if you can post the code it will be helpfull so much or any idea to solve it. Thanks!!

    Posted by sunbear 3 years ago ( 10-May-2008 22:41:20 )

    spacer
    ÇëÎÊÓÐÖÆ×÷³É¹¦µÄÅóÓÑÂ𣿿ÉÒÔ¸øÌù¸öÔ­ÀíͼºÍÖÆ×÷×¢ÒâÂð£¿ÎÒ×öµÄ×ÜÊDz»¹¤×÷£¬Ã»ÓÐÕÒµ½Ô­Òò
    Attached image:
    spacer

    Posted by dlsmart 3 years ago ( 03-Jul-2008 02:57:45 )

    Hey,I like your this creation very much,so I decided made it too

    But,mine can't work! I never change The " HEX " file.

    Could you tell me how did you done it successful?

    ThanX!

    This comment was edited at 2008-07-03 02:58:31


    Posted by yvonne 3 years ago ( 06-Jul-2008 11:37:27 )

    Is the watch kit still available?

    Posted by yvonne 3 years ago ( 12-Jul-2008 14:26:23 )

    I have received no response to my question about availability.

    Posted by dlsmart 3 years ago ( 12-Jul-2008 23:42:10 )

    Me too,bro.

    Posted by ohgosh 3 years ago ( 16-Aug-2008 00:37:34 )

    The kit tested my newbie soldering skillz and patience to the max, but ... I did it and it works great. :D I demonstrated it to some family and got wows and ooohs.

    It would be great to hear what kinds of enclosures people have used. I'm not too excited about Nate's exposed faux leather (no offense).

    A quick programming suggestion for Nate:

    The sad, blinking LED could be used as a PM indicator and the one from the top row for AM. That way it won't be sad and we won't be distracted by its flashing.

    Posted by guybrush 3 years ago ( 16-Aug-2008 22:23:33 )

    spacer
    i would like to know why i got a verification error when i try to flash the pic... am I doing something wrong??

    Posted by guybrush 3 years ago ( 19-Aug-2008 22:12:48 )

    spacer
    Wow its working for me, thanks nate...

    Posted by seemanta 3 years ago ( 20-Aug-2008 05:35:18 )

    spacer
    What is the delay you have used between lighting up each column? I have created my own POV toy, but even with a delay of 20 ms, the display is not discernible. It should be below 1/16th of a second, right?

    Do these POV stuff look good only in photographs?

    Posted by anfegori 3 years ago ( 08-Nov-2008 15:17:09 )

    spacer
    Hello, this clock is awesome!
    But, can I do this project with a PIC 16F84 microcontroller?

    Posted by jmleugenio 3 years ago ( 16-Dec-2008 05:03:01 )

    Hello.. nice mod... does the $50 kit is already included the programmed PIC?? and as anfegori asked if is possible for 16f84/a?? if possible can you provide the code??

    Posted by mattman 3 years ago ( 23-Jan-2009 11:09:38 )

    spacer
    the only thing I have to ask it about the price... if I wanted a pre-built model, I would spend 189$ to buy one from you. however, I could spend 140$-160$ at tokyoflash and get a professionally built watch.. I totally want one of these watches, but I lack time anymore to be able to build it myself. but I also lack the willpower to want to spend that much... but definitely kudos on the watch! definitely a good creation!

    Posted by prabhdeep 2 years ago ( 24-May-2009 03:02:10 )

    hi nate i am new here love your work i want to make this pov watch for my college project so can you please post a schematic diagram of this project and also the details like how to set time and pros and cons of this project and the dos and don't while making the project. please tell me the details of the 3 buttons and what they do and how?

    I will be very great full to you if you solve my queries at the earliest.
    prabhdeep

    prabhdeeprakhra@gmail.com

    Posted by wooly 2 years ago ( 25-May-2009 21:21:49 )

    hello nice toy i am having problem finding the 3.7v 70mAh i was wondering if i could replace it with this 3.7 volt - 450mAh .

    Posted by prabhdeep 2 years ago ( 26-May-2009 01:11:05 )

    hey wooly you can use 3.7 V 140mAh battery from an old china copy of ipod shuffle (the smallest out there in market) or you can just find a spare battery for the above one. Its size is just small as you want or you can you battery from an old rc/infrared controlled micro helli/flyer.
    It will solve your problem.
    But can you solve mine problem by giving me the schematic diagram of this project.see above post.

    Posted by wooly 2 years ago ( 28-May-2009 17:10:01 )

    I need a good progromer to program PIC16LF628A can any body tell me where to get 1

    This comment was edited at 2009-05-29 09:45:36


    Posted by domingobower 2 years ago ( 02-Feb-2010 04:36:40 )

    Binary and POV is the some very good features and they are very uncommon as well ,i think these watches had the amazing durability and also look wise they are super cool,i have also seen some chronographs watches like these and they are really fantastic.

    This comment was edited at 2010-02-02 13:25:51


    Posted by willftw 1 year ago ( 15-Jul-2010 09:31:32 )

    I want to buy just the parts kit, but it is "Temporarily unavailable". Can you make it available again, please? I kinda need to have the parts before the end of next month. This project is suppose to be my final at my college, but I'm having trouble finding the parts myself. Any help would be awesome, even if it's just sending me links to where I can buy the parts.

    Posted by jackblade 1 year ago ( 08-Aug-2010 20:10:03 )

    hey i want to know what you use to program your PIC16LF628A, THANKS FOR THE HELP

    Posted by trueffey 1 year ago ( 04-Sep-2010 03:48:46 )

    could you add a date function as well?

    I was thinking using the Hours as the Month (since it goes up to 13) and the minutes as the Date. I know that the minutes will only go up to 30 total, but you can have 31 with them all off.

    if you decide not to, could you PLEASE provide the source code so that I can attempt it. I'm having a hard time using the HEX files, keep getting errors when flashing/verifying.

    thanks for the great project!

    Posted by bjorn 1 year ago ( 25-Dec-2010 15:10:31 )

    Hi, I'm interested in buying a DIY-kit; Could you contact me when it gets available again?

    Posted by noor 36.8 weeks ago ( 30-May-2011 13:02:41 )

    spacer
    HI, I AM NOOR PLZZZZZZ GIVE ME SCHEMATIC FILE OF THIS PROJECT I WANT TO DEMONSTRATE THIS PROJECT IN MY UNIVERSITY PROJECT COMPETITION
    M EMAIL ID NOOR.RAHMAN88@GMAIL.COM

    Posted by noor 31.4 weeks ago ( 07-Jul-2011 04:59:36 )

    spacer
    hi to all see my projects

    <br "425" "349" src="/img/spacer.gif">
    <br "425" "349" src="/img/spacer.gif">
    Log in or register to post comments.
    You are not logged in.
    Log inRegister now!
    Recent creations
    spacer
    Mint Tin LED Light by jiggy

    spacer
    Magic Fountain Ultimate Version (with more sources) by davediamond

    gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.