Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshnuss/accelerometer-watch
A low power accelerometer watch, with a 3D printable watchface
https://github.com/joshnuss/accelerometer-watch
accelerometer arduino clock pcb time watch
Last synced: about 2 months ago
JSON representation
A low power accelerometer watch, with a 3D printable watchface
- Host: GitHub
- URL: https://github.com/joshnuss/accelerometer-watch
- Owner: joshnuss
- Created: 2012-05-10T20:17:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-15T20:38:29.000Z (over 12 years ago)
- Last Synced: 2024-10-14T22:21:38.680Z (3 months ago)
- Topics: accelerometer, arduino, clock, pcb, time, watch
- Language: C
- Homepage:
- Size: 973 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accelerometer Watch
Inspired by the awesome SolderTime watch by [Spikenzie Labs](http://spikenzielabs.com/SpikenzieLabs/SolderTime.html)
![Watch Picture](https://github.com/joshnuss/accelerometer-watch/raw/master/docs/watch.jpg)
The Accelerometer Watch uses an accelerometer to detect when the wearer lifts their arm.
The display is automatically turned on when the arm is lifted and the turned off to conserve power when the arm is lowered.
Most parts have been changed to surface mount to reduce the overall size and cost of the watch.The project consists of a schematic, PCB layout, Bill of Materials, various firmware and a 3D watchface design suitable for 3D printing.
# Technology
- At the core is an [Atmel ATMEGA48](http://www.atmel.com/Images/doc2545.pdf) microcontroller in a MLF-32 package
- The system is clocked with a 32.768kHz crystal
- The electronics are powered by a CR2025 3V coin battery
- Included is the standard Atmel ICSP 6-pin programming header
- A right angle push button is included for setting the time
- The acceleromoter is a [Freescale MMA6331LT-ND](http://cache.freescale.com/files/sensors/doc/data_sheet/MMA6331L.pdf) in an LGA-14 package
- The display is a [Lumex LDQ-M286RI](http://www.lumex.com/specs/LDQ-M286RI.pdf)# Documentation
The docs folder contains the Bill of Materials as well as the schematic and pcb layout in both DipTrace and PDF formats
# Models
# Firmware
# License
The project is released under the [CC-BY-SA License](http://creativecommons.org/licenses/by-sa/2.0/)