/RGBPongClock

RGB Pong Clock for Arduino Mega and Adafruit 32x16 RGB LED Matrix

Primary LanguageArduinoMIT LicenseMIT

RGBPongClock

RGB Pong Clock - Andrew Holmes @pongclock Inspired by, and shamelessly derived from Nick's LED Projects

Videos of the clock in action:

I run this on a Mega 2560, your milage on other chips may vary,can definately free up some memory if the bitmaps are shrunk down to size.

Uses an Adafruit 16x32 RGB matrix availble from here:

This microphone:

a DS1307 RTC chip (not sure where I got that from - was a spare)

and an Ethernet Shield

Arduino requests weather data from a local VM running node.js which, in turn, requests the forecast from OpenWeatherMap.org The node script parses the feed and returns the relevant data to the arduino.

The clock was built on the shoulders of giants. Libraries required but not included with Arduino IDE: