Clock

From Kyle's Wiki
Jump to: navigation, search

The clock I'm building is a massive led powered clock based off of schematics and a pic microcontroller. Arduino.

Clock.jpg

Contents

Router Interface

The clock interfaces with a Wrt54gl for time updates, twitter commands, and vpn connectivity.

  • get-twitter reads the @replies for relevantclock for commands, parses them, and sends them to...
  • clockctl reads in commands and interfaces with the serial port.
  • send-twitter can send out updates.


Software

The original firmware: File:SFE-WallClock-v01.zip
My Software: Clock Code
References:

Pictures

Color Code

Encoder:

D0 = Yellow
D1 = Yellow/Black
D2 = Green
D3 = Green/Black

Drivers:

1 = Orange/Black
2 = Orange
3 = Brown
4 = Brown/Black
5 = Red
6 = Red/Black
7 = Blue

Diagram

<graph> digraph "unix" { graph [ fontname = "Helvetica-Oblique", rankdir="LR", fontsize = 12, size = 6,6 ]; node [ shape = polygon,

fontname = "Helvetica-Outline" ]; "Ethernet" -> "WRT54GL" "WRT54GL" -> "3.3v to 5v Level Shifter" "3.3v to 5v Level Shifter" -> "Arduino"

}

</graph>

Personal tools
Namespaces

Variants
Actions
Efforts
Toolbox
Meta