Arduino source code for Doug's Word Clock.
Go to file
Admar Schoonen ff698171aa Implemented dimming based on amount of ambient light.
Requires a phototranistor (TEPT4400) and series resistor (I used 2.2 kOhm) on
ADC0 (pin 23). Range is quite limited though, so will probably need to modify
hardware a bit and do some more software tuning.
2012-01-04 23:01:43 +01:00
fototranstest Simple test for ambient light sensor (uses Arduino Mega2560 board) 2011-12-31 00:37:39 +01:00
libraries/ds1302 Port to Arduino 1.0: DS1302 library 2011-12-30 22:54:04 +01:00
wordclock Implemented dimming based on amount of ambient light. 2012-01-04 23:01:43 +01:00
.gitignore Ignore the hardware dir/symlink 2011-12-31 00:42:14 +01:00
readme.txt Updated readme.txt 2012-01-04 22:59:06 +01:00

readme.txt

This is the source code for Doug Jacksons wordclock (see
http://www.dougswordclock.com/ and
http://www.instructables.com/id/The-Word-Clock-Arduino-version/). The word clock
is software compatible with an Arduino Duemilanove (see
http://arduino.cc/en/Main/arduinoBoardDuemilanove), but with an ATmega328
instead of an ATmega168.



To compile this source under Linux with the Arduino command line tools, create
the following symlink in the directory where you found this file:

  ln -s /usr/share/arduino/hardware/ hardware

Next, enter the wordclock directory. Use 'make' to build the source and 'make
upload' to upload the source to the clock.



Have fun :)