NeoMatrix 8x8 Word Clock

Similar documents
Adafruit APDS9960 breakout

Adafruit PCF8523 Real Time Clock

Adafruit VL53L0X Time of Flight Micro-LIDAR Distance Sensor Breakout

Adafruit 1.27" and 1.5" Color OLED Breakout Board

i2c/spi LCD Backpack Created by lady ada Last updated on :11:04 PM UTC

Trellis 3D Printed Enclosure

Feather Weather Lamp. Created by Ruiz Brothers. Last updated on :54:26 PM UTC

Adafruit MCP9808 Precision I2C Temperature Sensor Guide

Monochrome OLED Breakouts

Adafruit Si7021 Temperature + Humidity Sensor

Adafruit 8x16 LED Matrix FeatherWing

FLORA and GEMMA ICSP. Created by Becky Stern. Last updated on :42:16 PM UTC

0.96" mini Color OLED

Adafruit Mini TFT " 160x80

Joy Featherwing. Created by Dean Miller. Last updated on :03:07 PM UTC

Introducing Adafruit Trellis

Adafruit AMG8833 8x8 Thermal Camera Sensor

Adafruit DRV2605 Haptic Controller Breakout

Neon LED Signs. Created by John Park. Last updated on :11:09 PM UTC

FLORA TV-B-Gone. Created by Becky Stern. Last updated on :32:57 PM UTC

Trinket-Powered Conference Room Occupancy Display

NeoPixel Bike Light. Created by Ruiz Brothers. Last updated on :43:46 PM UTC

FLORA and GEMMA ICSP. Created by Becky Stern. Last updated on :30:55 PM EST

Adafruit MPRLS Ported Pressure Sensor Breakout

MCP Bit DAC Tutorial

Guardian Shield+ Zelda Breath of the Wild

MCP Bit DAC Tutorial

Sewable NeoPixels. Created by Becky Stern. Last updated on :50:14 PM EDT

RGB LCD Shield. Created by lady ada. Last updated on :48:40 PM UTC

Adafruit MMA8451 Accelerometer Breakout

Adafruit 8x16 LED Matrix FeatherWing

Adafruit I2C FRAM Breakout

Adafruit LED Sequins. Created by Becky Stern. Last updated on :02:00 AM UTC

Adafruit 7-Segment LED FeatherWings

Adafruit AM2320 Sensor

Ping Pong Ball Launcher

Portable Apple Watch Charger

PyPortal NeoPixel Color Picker Created by Kattni Rembor. Last updated on :42:41 PM UTC

Adafruit DS3231 Precision RTC Breakout

Clockwork Goggles. Created by John Park. Last updated on :03:10 PM UTC

Jewel Hair Stick. Created by Leslie Birch. Last updated on :47:17 PM UTC

Naughty or Nice Machine

Adafruit Si5351 Clock Generator Breakout

Prophet 600 GliGli mod

Adafruit CCS811 Air Quality Sensor

IS31FL x9 Charlieplexed PWM LED Driver

MiniPOV4 - DIY Full-Color Persistence of Vision & Light-Painting Kit

Adafruit TPL5110 Power Timer Breakout

Sword & Wand Prop Effects with Circuit Playground

Adafruit SGP30 TVOC/eCO2 Gas Sensor

Adafruit DRV2605 Haptic Controller Breakout

Mystical LED Halloween Hood

Adafruit AS channel Visible Light Sensor

NeoPixie Dust Bag with Circuit Playground Express

Paper Airplane Launcher

Snake Charmer Box. Created by Dano Wall. Last updated on :07:25 PM UTC

Bike Wheel POV Display

Wind Blowing Emoji Prop

FLORA Pixel Brooch. Created by Becky Stern. Last updated on :19:07 PM EST

1.8" TFT Display Breakout and Shield

'Sup Brows. Created by Kate Hartman. Last updated on :52:04 PM UTC

Infinity Mirror Valentine's Candy Box

Adafruit Pi Cobbler Kit

Adabot Operation Game

Adafruit MMA8451 Accelerometer Breakout

Celebration Spectacles

Bunny Ears with MakeCode

Fiddy - the FTDI Clip

LED Lightbox. Created by Sam Clippinger. Last updated on :50:00 AM UTC

Light-Up Angler Fish Embroidery

Adafruit TPL5111 Reset Enable Timer Breakout

Trinket NeoPixel LED Longboard

14-Segment Alpha-numeric LED FeatherWing

Interior Purse Light. Created by Becky Stern. Last updated on :41:08 PM UTC

Adafruit LED Sequins. Created by Becky Stern. Last updated on :00:06 PM EST

Crawling Animatronic Hand

Crawling Baby Sea Turtle Robot

Mystery Box: NeoMatrix Mk I

Slider Crank Mechanism -- from Cardboard and Craft Sticks

Adafruit Color Sensors

Adafruit Capacitive Touch Sensor Breakouts

Solar Boost Bag. Created by Becky Stern. Last updated on :44:55 PM UTC

NeoPixel Ring Bangle Bracelet

Fiddy - the FTDI Clip

LED Eyes. Created by Ruiz Brothers. Last updated on :50:55 AM UTC

TSL2561 Luminosity Sensor

Crickit Carnival Bumper Bot

3D Printed Camera LED Ring

NeoPixel Basketball Hoop

Crickit Powered Holiday Diorama

Toy Car Speed Timer. Created by Kirby Griese. Last updated on :13:49 PM UTC

Crickit Dancing Marionette Kit Created by Dano Wall. Last updated on :03:11 PM UTC

Pushrod Garage. Created by John Park. Last updated on :07:30 PM UTC

Simple LED Unicorn Horn

Mad Science Test Tube Rack

Camera LED Ring Light

Milk Jug Glow Skull. Created by John Park. Last updated on :28:36 PM UTC

MLX90393 Wide-Range 3-Axis Magnetometer

3D Printed 20w Amplifier Box

DC & USB Boarduino Kits

Transcription:

NeoMatrix 8x8 Word Clock Created by Andy Doro Last updated on 2017-10-10 04:10:51 AM UTC

Guide Contents Guide Contents Overview Parts List Parts Tools Circuit Assembly Overview Uploading Code Understanding the Code Enclosure Assembly 2 3 5 5 6 7 7 15 17 21 Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 2 of 39

Overview Are you fascinated with the passage of time? Do you want a stylish, modern and functional timepiece to add to your clock collection? The word clock is a one-of-a-kind time telling device, using a grid of letters to spell out the time. While you could spend thousands of dollars on other versions of this idea, this project is an inexpensive and quick way to build one for yourself. The word clock uses the Adafruit NeoPixel NeoMatrix 8x8 to create a colorful word clock! As such, it features an original 8x8 layout of letters in order to form all of the different time phrases. You can power it over USB so it makes for a great desk time-keeper. This clock also uses the DS1307 Real Time Clock breakout kit so it'll keep time even while unplugged! The DS1307 has an accuracy of +/- 2 seconds per day, and the clock tells the time with a precision of five minutes. The microcontroller board we're using is the Pro Trinket 5V but you can swap it with any Arduino compatible or microcontroller that can use I2C and NeoPixels. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 3 of 39

Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 4 of 39

Parts List Parts Trinket Pro 5V DS1307 Real Time Clock breakout board kit NeoPixel NeoMatrix 8x8 Wordclock laser-cut acrylic enclosure 4-40 black nylon screws (x14) 4-40 black nylon nuts (x14) 2-56 black SS machine screws (x2) 2-56 Black SS Hex Nut (x4) Wires, silicone cover are easiest to use but just about any ~22-26 AWG wires will do MicroUSB cable (for uploading the code and powering the clock) 5V 1A USB port power supply (if you don't want to just power the clock from your computer) Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 5 of 39

Tools a computer which can program the Trinket Pro 5V a soldering iron solder wire strippers diagonal cutters small flathead screwdriver (2.4mm) Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 6 of 39

Circuit Assembly Overview This circuit stays a bit more compact by having the DS1307 RTC breakout soldered directly onto the Pro Trinket 5V. This makes the reset button on the Pro Trinket 5V more difficult to access, but you can still enter bootloader mode by using tweezers to push the button or just by unplugging and plugging the Pro Trinket 5V into the USB port. When the Pro Trinket 5V first powers up, it will be in bootloader mode. You don't have to do this, it simply makes the circuit assembly more compact by using A2 and A3 as power pins (The DS1307 is powered by turning A2 low and A3 high in the Arduino code.) You can also just freewire the RTC breakout. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 7 of 39

DS1307 Real Time Clock breakout board Start by assembling the DS1307 Real Time Clock breakout board by following this learn guide. You only need to solder in the male headers for GND, 5V, SDA and SCL. You can leave off SQW since it isn't used and the header won't fit nicely on top of the Pro Trinket. If you do solder it in, you can clip the bottom lead off. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 8 of 39

Once the DS1307 breakout is assembled with headers, you can solder it on top of the Trinket Pro 5V so that the DS1307 GND lines up with the Pro Trinket A2, 5V with A3, SDA with A4 and SCL with A5. Make sure the boards are lined up correctly! SDA and SCL need to be connected to A4 and A5, respectively. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 9 of 39

Solder the DS1307 RTC board onto the Pro Trinket 5V and then clip the excess leads. NeoPixel NeoMatrix 8x8 Connect the NeoMatrix GND to the Trinket Pro GND, 5V to 5V and DIN to Pin 8. Cut the wires 5-8 inches or 13-20 centimeters long. Solder the wires into the back of the NeoMatrix so that the wires won't be visible from the front. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 10 of 39

Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 11 of 39

Here are the connections into the Pro Trinket 5V: And this is what the finished circuit should look like! Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 12 of 39

Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 13 of 39

Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 14 of 39

Uploading Code Make sure to use Arduino IDE 1.6.4 or higher and follow this tutorial to install the Adafruit boards. Download the code from github by clicking Download ZIP. Uncompress the file and copy the folder to your Arduino sketchbook folder. You will also need to install some Adafruit Arduino libraries. Follow this tutorial if you are unfamiliar with how to do this. You need to install the following Adafruit Arduino libraries: RTClib Adafruit_GFX Adafruit_NeoPixel Adafruit_NeoMatrix Once that is done, open the sketch and select Tools Board Pro Trinket 5V/16MHz (USB). See if the code compiles. If the libraries aren't installed correctly you will see errors. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 15 of 39

Put the Pro Trinket into bootloader mode either by unplugging and replugging the Pro Trinket into the computer with your MicroUSB cable or by hitting the reset button. The reset button can be difficult or impossible to access if you've soldered the RTC on top or if you've already installed the circuit into the enclosure! So I find plugging the board into USB to work Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 16 of 39

best. When the red LED on the Pro Trinket is pulsing, the board is in bootloader mode. Once you're in bootloader mode, upload the code! If everything was done correctly, it should start telling you the time! Understanding the Code Startup Sequence When the clock starts up, all of the individual words will light up sequentially during the startup sequence. This sequence is defined by the flashwords() function in the setup() function. Setting the Time The first time the code is run, the time on the RTC module will be set to the time that the code was compiled on your computer. if (! RTC.isrunning()) { //Serial.println("RTC is NOT running!"); // following line sets the RTC to the date & time this sketch was compiled RTC.adjust(DateTime( DATE, TIME )); // add 2.5 minutes to get better estimates thetime = RTC.now(); thetime = thetime.unixtime() + 150; // DST? If we're in it, let's subtract an hour from the RTC time to keep our D // Standard Time which our DST check will add an hour back to if we're in DST. if (OBSERVE_DST == 1) { if (checkdst() == true) { // check whether we're in DST right now. If we are thetime = thetime.unixtime() - 3600; } } RTC.adjust(theTime); } If you need to reset the time, this can be done by commenting out the if statement here but leaving in the line: RTC.adjust(DateTime( DATE, TIME )); Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 17 of 39

Since this clock only displays the time within five minutes, some find it helpful to add 2.5 minutes (or 150 seconds) to the actual time to give a closer account of the time. // add 2.5 minutes to get better estimates thetime = RTC.now(); thetime = thetime.unixtime() + 150; RTC.adjust(theTime); The last line adjusts the real time clock. Very important! Daylight Saving Time Do you live in a territory that observes daylight saving time (DST)? If you do, you usually have to reprogram your clocks twice a year! This clock includes some code so that the adjustments are made automatically. The code follows the current rules for DST in the USA and Canada. If you live somewhere that follows different DST rules you may be able to modify the code to suit your rules just look in the calculatetime() function. Wikipedia has a great reference on daylight saving time rules. If you live in a territory that doesn't observe daylight saving time, just alter the following line by changing the 1 to 0. #define OBSERVE_DST 1 The daylight saving time code works by keeping the real time clock on "standard time" and checking to see if the current date falls within daylight saving time. If the date falls within daylight saving time, an hour is added to the displayed time to convert from standard time to daylight saving time. Brightness Adjustment The clock is programmed to change brightness based on the time of day, operating at a lower brightness at nighttime. You can change these settings in the code. DAYBRIGHTNESS is the brightness level during the day, NIGHTBRIGHTNESS is the brightness level during the night. Any number between 0-255 is acceptable, but at 0 you won't see anything! 255 is maximum brightness. MORNINGCUTOFF and NIGHTCUTOFF set which hours the clock will operate at Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 18 of 39

DAYBRIGHTNESS and NIGHTBRIGHTNESS. These hours are for a 24 hour clock, so 22 would be 10pm. Between midnight and 1am, the hour is 0. // brightness based on time of day- could try warmer colors at night? #define DAYBRIGHTNESS 80 #define NIGHTBRIGHTNESS 40 // cutoff times for day / night brightness. feel free to modify. #define MORNINGCUTOFF 7 // when does daybrightness begin? 7am #define NIGHTCUTOFF 22 // when does nightbrightness begin? 10pm If you don't want the clock to change brightness throughout the day, you can also just comment out the adjustbrightness() function in the main loop(). Color Shifting Speed The speed at which the colors shift is controlled with a delay in milliseconds defined as SHIFTDELAY. To speed up the color shifting, decrease the number. To slow down the color shifting, increase the number. #define SHIFTDELAY 100 // controls color shifting speed Monochrome Mode Maybe the constant color shifting makes you queasy. You can simply run the clock to light the display in a single color. First, we define that color- in this case white: // if you want to just run the clock monochrome #define WHITE 200, 255, 255 255, 255, 255 would be pure white, but with RGB LEDs this can look a little purple so you can try adjusting the numbers. Now in the colorfunctions tab, edit the two lines which set the Pixel color. Comment out the longer line and uncomment out the shorter line. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 19 of 39

//matrix.setpixelcolor(i, Wheel(((i * 256 / matrix.numpixels()) + j) & 255)); matrix.setpixelcolor(i, WHITE); Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 20 of 39

Enclosure Assembly Now that your circuit is complete, it's time to assemble the laser cut enclosure. You'll need to find a laser-cutting shop, hacker space or other friend with a laser cutter to cut out the pieces. You can find the files to cut in this github repository, use 1/8" clear and black acrylic - or get creative and do something else! Start by attaching the neopixel matrix to the acrylic plate that will hold it in place within the enclosure. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 21 of 39

Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 22 of 39

There are four screws that hold it in place. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 23 of 39

Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 24 of 39

Now take the back panel and attach the stainless steel machine screws which will hold the Pro Trinket in place. Attach the Pro Trinket to the back plate, making sure the screws are tightened down firmly. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 25 of 39

Connect the neopixel matrix to the back plate with the side panel, being careful to use the one with the hole for the micro USB. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 26 of 39

Now you can add the other side panel and the top and bottom pieces, attaching each with the black nylon screws as you go. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 27 of 39

Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 28 of 39

Once all the clear acrylic pieces are put together, you are ready to add the pixel guard and diffuser. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 29 of 39

Put the pixel guard in place on top of the neopixel grid. This will help contain the light from each pixel, making each letter on your clock crisper and easier to read. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 30 of 39

If you would like to add a diffuser, now is the time. Diffusers are used to spread out the light from the neopixels and make the text on the faceplate easier to read. You can make a diffuser from a plain sheet of paper, or any other material that will even out the bright light from the neopixels. Just trace the outline of the neopixel matrix and cut it out. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 31 of 39

Place the diffuser on top of the neopixel matrix. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 32 of 39

Now you are ready to attach the faceplate. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 33 of 39

Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 34 of 39

Before putting the faceplate in place, pull the protective paper cover off the faceplate. Any letter pieces should get pulled out along with the paper. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 35 of 39

Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 36 of 39

Use tweezers to poke out any bits of letters that don't fall out when the paper is pulled off. Now you can screw down the faceplate onto the enclosure, sealing the diffuser inside. Use the final four screws to affix the faceplate to the enclosure. Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 37 of 39

Adafruit Industries https://learn.adafruit.com/neomatrix-8x8-word-clock Page 38 of 39

Your wordclock is assembled! Revel in your accomplishment. Now to upload the code... Adafruit Industries Last Updated: 2017-10-10 04:10:51 AM UTC Page 39 of 39