Devices & Components
Arduino Nano
LDR Resistor
SparkFun Triple Axis Accelerometer Breakout - ADXL335
74hc595 shift register
Resistor 330 ohm
Adafruit RTC DS3231 Real time clock
8*8 led matrix
Hardware & Tools
Soldering kit
Software & Tools
Arduino IDE
Project description
Code
Code
cpp
...
1#include <Arduino.h> 2#include <avr/pgmspace.h> 3#include <EEPROM.h> 4#include <Wire.h> 5#include "App.h" 6 7// Buttonless 8x8 LED matrix clock. Mark Wilson June 2012 8void setup() 9{ 10 app.Init(); 11} 12 13void loop() 14{ 15 app.Run(); 16}
Downloadable files
Arduino code
...
MatrixClock.zip
Documentation
Schematic factory matrix
...
Schematic factory matrix common Anode.png

Schematic homemade matrix
...
Schematic homemade matrixJPG.png

Comments
Only logged in users can leave comments