Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubencodes/arduinoalarmclock
A Simple Light-Based Alarm Clock Built w/ Arduino
https://github.com/rubencodes/arduinoalarmclock
Last synced: 3 days ago
JSON representation
A Simple Light-Based Alarm Clock Built w/ Arduino
- Host: GitHub
- URL: https://github.com/rubencodes/arduinoalarmclock
- Owner: rubencodes
- Created: 2013-03-09T18:06:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-09T18:17:10.000Z (almost 12 years ago)
- Last Synced: 2024-11-23T16:14:14.715Z (2 months ago)
- Language: Arduino
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Arduino Alarm Clock
By Ruben Martinez Jr.
Last Modified: 12/1/2012This code is designed for an Arduino Uno. It runs a simple alarm clock that awakens the user with LED lights. It is designed with the following hardware in mind:
- Arduino Uno
- LEDs
- RF Chipset (utilized for an extension of the project)
- RTC Real Time Clock Module
- A set of 3 push buttonsThe Alarm Clock is designed with the following functionality in mind: A user will set an alarm by pressing down a "Set" button and alternating between the "Hour" and "Minute" buttons. The current time will be displayed on the segment display, and the alarm time will be displayed when holding down the "Set" button. When the alarm time comes, the clock will slowly fade the LEDs on to wake the user. Pressing the "Set" button will snooze the alarm clock, and it will turn itself off automatically after a code-set amount of time.