kcuzner / led-watch

A miniature ARM-powered LED wristwatch
http://kevincuzner.com/2017/04/18/the-led-wristwatch-a-more-or-less-completed-project/
MIT License
95 stars 16 forks source link

LED Wristwatch

By Kevin Cuzner

Design Features

Current "Artists" impression

Actual watch

Key components

Current status

This project is fairly complete, though the bootloader is still a work in progress and may never be completed. The board was built and everything worked after adding some reworks:

There were also two part issues which were resolved in software mostly:

Currently, the only method of input is either through USB or through the accelerometer. The time is set through USB to the current time on the host PC. The watch will automatically sleep when it is removed from USB power and will wake when the accelerometer is tapped. When the watch is awake, the current time is displayed. It currently stays on for about 15 seconds until shutting off again. When USB power is reapplied the watch will reawaken. The future plans are to also enable USB programmability of the watch, though this may never be completed depending on my schedule and level of interest. The buttons may never be used because they are so easy to break, but the idea was to have it behave like a real digital watch with a timer and everything. All it does with the buttons right now is beep when they are pressed.

As this is my first complete hardware design that I am releasing like this, I do reserve the right to take it down at any time. I'm releasing it in the hopes that someone finds it useful, though it clearly has its own problems and shouldn't be considered as a reference design.