3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

How to build C3Jr, a sophisticated word clock

How to build C3Jr, a sophisticated word clock
Like the handful of other word clocks you may have seen, all inspired from the original QlockTWO , C3Jr shows the time in words.

What makes it stand out among the DIY word clocks is, beside the professional look, its engineering: its dabble-free approach requires no more drilling holes for the LEDs, no more scissor-cutting cardboard to separate blocks of letters, no more soldering cables and terminals in the air.

C3Jr comes as a kit that includes a large PCB, electronic components, a set of high intensity diffused LEDs and mechanical parts (back and front plates, baffles etc). This kit is the result of countless hours of design, engineering, prototyping and programming by the talented Wyolum team (which also brought you ClockTHREE , the only multi-color word clock).

This instructable shows how to assemble the C3Jr kit. You will end up with a beautiful and solid word clock, as shown in the photo below.

Here are a few characteristics and "specs":
- Arduino (ATmega328) compatible, hackable/programmable using the Arduino IDE;
- open source hardware and software;
- uses the extremely accurate, temperature compensated, DS3231 real time clock chip, with backup battery;
- features a matrix of 16 x 8, individually addressable LEDs, which also allows the display of patterns/bitmaps/digits/scrolling text;
- current functionality also includes alarm (with the on-board buzzer), time and date setting from buttons;
- at 25cm x 25 cm, big enough to hang on a wall, yet small enough to stand on a desk.

The C3Jr kit can be purchased here .

 
Remove these adsRemove these ads by Signing Up
 

Step 1Tips. Before you start...

Tips. Before you start...
... soldering, browse through this list of tips:

1. Read through and understand the entire set of instructions before you get started. I know, they always say that, but heed the advice this time. It could save you hours of rework and much consternation. We've captured all of the mistakes and blunders made in creating and building the prototypes and tried to foresee problems you may have.

2. Take your time. Enjoy the build process and take a break when you feel fatigued. You will have this clock for years to come (and hand it down to your grandchildren!) so there are no worries if it takes you an extra day or week to build it.

3. Leave the paper on the front cover and front frame until final assembly. This protects the parts from scratching and smudging.

4. On soldering:

- We assume that this is NOT your first soldering project . If it is, we'd suggest getting a cheap learn-to-solder kit to get started. If this is your first project in a while, here is a quick refresher on soldering. Double and triple check that the part is in the correct place with the correct orientation (where applicable). While de-soldering is possible, it is troublesome and time consuming and risky. Make it a goal that you will not have to de-solder in the course of making this clock.

- After each step, evaluate the solder joints from the front and back of the board. On the back, the solder should be shiny and make a volcano shape, as opposed to a dome shape. On the front, you should see that the solder came all the way trough the board. If it doesn't look good, try re-heating the joint until the plated-through-hole sucks up the solder.

- Check (I use a magnifier glass) that the solder does not short neighboring parts.

- If you do make a mistake, don't panic. Use a solder sucker or, even better (cleaner, easier), de-soldering braid , to remove the solder and pull the piece gingerly while applying heat. Try not to damage traces in the process, otherwise you will need to replace them with wires (a bit ugly, but still functional).


The following parts are not provided (they are not required):
---------------------------------------------------------------------------------------
C7 - 100nF RESET Capacitor
C11, C12 - 22nF (not used if X1 is a resonator, USED if X1 is a Crystal)
CD3 - 4 pin male header
J1, J2, J3 - Use any ONE of these three locations for Power In connector (USB-b)
P1 - 8 pin male header for 7 seg. display
P12 - V_OUT
P13 - ISP
P41 - STACK-L
P42 - STACK-R
rowBoB1 - 16 bit row driver
-----------------------------------------------------------------------------------------

The schematic and board files are available here.

« Previous StepDownload PDFView All StepsNext Step »
6 comments
Jun 18, 2011. 5:01 AMKiteman says:
In step ten, if somebody is making their own version of this,it would be good if you could include (or link directly to) the Arduino code.

Jun 19, 2011. 4:51 AMWyoJustin says:
FlorinC, actually the code is already there. It is the same code base as ClockTHREE. Right now there are two steps to specify the "Jr" version:

1. uncomment line 55 in ClockTHREE.h
#define CLOCKTHREEJR // uncomment this line for ClockTHREEjr

2. in ClockTHREE_02.pde use the EnglishJr faceplate
make sure that "#include english.h" and "#include german.h" are commented out.
uncomment line #34
#include "english_jr.h"

3. Around line 293 of the pde file only instantiate the englishjr faceplate:
comment out the other two (english and german)
EnglishJr faceplate = EnglishJr();


This will be made simpler in the next version.
Jun 23, 2011. 4:41 PMWyoJustin says:
I take it back. For now I will leave it as a three step process. I could not find a simple way to make this into a one stepper.
Justin
Jun 19, 2011. 5:09 PMWyoJustin says:
There are 3 kinds of people: those who know can count and those who can't.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
21
Followers
6
Author:florinc(Wise Clocks)