Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mytchel/alarm-lamp
Code and circuit for an avr powered clock with alarm lamp.
https://github.com/mytchel/alarm-lamp
avr ds1307 embedded tm1637
Last synced: about 2 months ago
JSON representation
Code and circuit for an avr powered clock with alarm lamp.
- Host: GitHub
- URL: https://github.com/mytchel/alarm-lamp
- Owner: mytchel
- License: other
- Created: 2017-09-19T07:16:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T02:50:39.000Z (over 7 years ago)
- Last Synced: 2024-08-02T15:26:05.701Z (5 months ago)
- Topics: avr, ds1307, embedded, tm1637
- Language: C
- Homepage:
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alarm Lamp
Here is the code for a alarm lamp. It uses an ATMEGA328-P along with
a TM1637 four digit display, a DS1307 real time clock to keep time,
and a LED strip salvaged from a TV's backlight.With these it keeps time and turns the LED strip on at a set time
every day. The idea is that this should wake me up. In reality it
doesn't do much more than motivate me to get out of be when I do
wake up.