Making an LED Clock from Ping Pong Balls

Hey kids, what time is it? Better check the ping pong balls to find out! When turned off, this unique clock looks like a bunch of ping pong balls in a picture frame, but when activated, it turns into a bright and colorful digital clock.

Instructables contributor thomasj152 put this cool looking timepiece together by assembling a grid of 128 individual ping pong balls, with each of them backlit with an RGB LED from a strip light. Using an Arduino nano controller, a real-time clock module, and a small bit of programming, it displays the current time on some of its ping pong pixels, and can light up the unused pixels to create a colorful background.

While the idea of cutting open 128 ping pong balls and then wiring up all of the LED strip light sounds complicated, its builder says it was actually pretty easy to do, and he’s provided details for your to make your own over on Instructables, complete with the code required to run the clock. With a little programming skill, you could use the LED matrix to display other images or animations too.

The Skittle Pixel8r: Print the Rainbow

The dot-matrix printer may seem like a relic from the past, but just about every TV set, mobile device or laser printer still relies on creating images from a matrix of dots. They’re just smaller, and perhaps more colorful than the old Okidata Microline 320 from your youth. And speaking about colorful printers, how about one that prints with Skittles?

What you’re looking at is the Skittle Pixel8r, a contraption that works much like a printer, depositing row by row of dots. But in the case of JohnO3’s entertaining build, it uses Skittles candies to create its images. The system can output any image up to 31″ wide x 24″ high using Skittles as pixels.

John built the system using an Arduino controller and a motorized dispensing rig, which is attached to eight bins of Skittles, each in a different color of the rainbow. The Python application he wrote takes a PNG file that’s already been converted to the Skittles color palette, then commands the moving print head to move back and forth over a grid where the candies will be dropped. As it moves, a series of eight containers use servos to release individual Skittles through a funnel and down to the print head.

It’s a pretty awesome build, though when you’re all done, you have to eat your creation before you can start another one. Also, you have to painstakingly sort all of the Skittles into their individual colors, which I’m sure takes quite some time. If you’d like to create your own Skittle Pixel8r, you can check out the full build details, including schematics, template files, and code over on Instructables.

I imagine you could also use M&Ms or Reese’s Pieces, though your designs would be a bit more limited in color palette.

SprayPrinter Makes You Banksy in Your Own Mind

I can appreciate the skill involved in making art with spray cans. I’ve watched videos on YouTube before of people seemingly spraying random colors of paint onto a surface and ending up with something awesome. If you are like me and lack the skills needed to do anything artistic, check out the SprayPrinter.

sprayprinter_1zoom in

It’s an attachment that you put onto a can of spray paint that activates the valve, spraying little dots of color onto the surface you are painting. Your smartphone sends the image data you want to create to the SprayPainter and tells the can when to spray to create the image.

sprayprinter_2zoom in

The camera on the smartphone keeps track of where the can is. All the “artist” has to do is move the can back and forth and watch the dot-matrix style art take shape. Neat, huh?

The people behind SprayPainter hope to kick off an Indiegogo funding campaign next month. In the mean time, you can check out a video of the SprayPrinter in action over at designboom.

[via designboom via Gizmodo]

Dot View Case Hack for HTC One M8: Awesomesauce!

I’m all for retro gadgets, so I just love the Dot View Cover for the HTC One M8. It’s got a bunch of rows and columns of tiny dots through which notifications can be seen, in a retro 8-bit fashion – while also protecting the phone’s screen.

Dot View Cover HTC One M8 Hack 620x413magnify

Out of the box, the Dot View cover allows you to check the time, weather, and some other basic notifications. A hacker named Shen Ye, was able to change his cover to display other notifications, such as the number of tweets he has received, or even bring up music player controls. However, he hasn’t released the exact nature of his hack. It’s likely that it requires root access, a hacked APK file, or something along those lines. He did say that since HTC’s Sense UI already had access to your social networking APIs, it wasn’t hard to make them appear on the cover though.

htc dot view 2 620x413magnify

That’s pretty awesome. I wouldn’t mind having this on another phone, like a Sony Z2!

[via androidguys]

Game Frame Pixel Art Frame: 8-Bit Lite Brite

Show off your love for retro gaming with this animated pixel art frame. Similar to the Pixel and Pixel V2Game Frame is a digital canvas that can be loaded up with hundreds of your favorite 8-bit video game characters and symbols. Time to show off some 8-bit art in your home.

game framemagnify

Basically the frame is a grid of 256 ultra-bright LED pixels, for showing off all kinds of geek art. In fact, Game Frame comes with over 40 brand new animations from eBoy. The hardware is Arduino-based, and the complete source code will be released once they ship. Thousands of images & animations can be stored on SD and played back the way you want, configured by two buttons on top.

While it’s not as high resolution as the Pixel, there’s something to be said for the chunky square LED pixels on the Game Frame.

A pledge of at least $230(USD) will get you a completely assembled Game Frame, while you can pick up a kit version with all components but the frame for $150, or without the LEDs for $60.

[via This is Why I'm Broke]

LEDgoes Modular LED Display: Building Blips

An LED Matrix Display is a very affordable and versatile tool for showing information. But Stephen Wylie and Stacy Devino made an even more affordable and useful version of it. They call it LEDgoes, a display that you can expand by snapping modules together like LEGO.

ledgoes modular led display

Each module measures 1.5″ x 2″ and has 35 LEDs that can display red, green or yello. You can connect boards in real-time and even stack up to two rows as one. They also each have two ATMega microcontrollers as well as 26 hackable GPIO pins.

ledgoes modular led display 2

Out of the box, you can type a message to display on your LEDgoes using a PC or mobile device, or you can sync it to a Twitter or RSS feed. But because they’re ready to be hacked, you can make your own apps and display whatever you want on them.

Pledge at least $29 (USD) on Kickstarter to get a LEDgoes kit with two small display panels as a reward.

Xronos Talking LED Alarm Clock: It’s Arcade Time!

Sure, alarm clocks are a dime a dozen these days – and many people even use their mobile gadgets instead of a traditional alarm. But if you’re looking for a truly geektastic looking alarm clock, you’ll want to check out the Xronos.

xronos clock 1

This custom-built alarm clock has a unique style that would look perfect in a home game room or a geeky bedroom. It’s got a large LED dot-matrix display that can display time in green, red or orange, as well as in several fonts. Adding to its gamer style is the fact that it’s programmed and snoozed using real arcade buttons. The clock offers both 12- and 24-hours modes and can also speak the time or date, as well as provide audio feedback when setting the time. You can even set independent alarms for each day of the week.

xronos clock 2

In addition to offering alarm functionality, the Xronos offers a built in temperature sensor. And since it’s built on the open source Arduino platform, you can customize the programming to your liking. But the customization doesn’t end there. Alarm sounds are stored on a MicroSD card, you can change those if the 10 built-in sounds don’t entice you to get out of bed.

You can check out the Xronos clock in action in the video clip below:

If you like what you see, head on over to Len’s Digital’s Etsy shop, where you can order the Xronos clock for $200(USD).

LinkMe Puts Your Messages on Your Wrist

Several years back, I spotted these watches that could be programmed to display scrolling messages. The problem was that they were pretty tricky to program, and had significant limitations in terms of the length of messages you could display. Fast forward to 2013, and we have LinkMe, a dot-matrix LED moving message board which can display messages sent over Bluetooth.

linkme wristband

Instead of just outputting silly messages, the elliptical LinkMe bracelet can display messages sent to you via SMS, Twitter or Facebook. Simply configure the companion smartphone app to display messages from specific senders and you can read messages without having to take the phone out of your pocket. In addition to working as a display for messages, the LinkMe works as a watch, and you can also program custom messages so you can use it like a wrist-worn billboard too.

Matt Sandy, Colin Glaum and Tim Goldburt – the team behind the LinkMe – are currently raising funds for production of the LinkMe over on Kickstarter. For early backers, a pledge of at least $99(USD) will get you a LinkMe bracelet in red. For $120, you can get the limited-edition blue model, which looks even cooler, IMHO. You’ll need to get in on the project before May 5, 2013 if you want one of the first batch.

The Happiness Machine Prints Out Little Doses of Joy from the Internet

There are a lot of things to be sad about these days. Inflation. War. Poverty. A beaten-down spirit is no good in these trying times. Brendan Dawes knows this, which is probably why he came up with this awesome project called ‘The Happiness Machine.”

Happiness MachineIt’s basically an Internet-connected printer that scans the world wide web for snippets of positivity from We Feel Fine. It’s been programmed to only print stuff that contain the word ‘happy’, hence, its name.

Happiness Machine1

However, it can also be programmed to print other stuff like train schedules or the daily news. Pretty nifty, right?

happiness machine 3

Brendan showed off an updated version of The Happiness Machine at the London Design Festival 2012. Instead of just printing happy stuff, people could also choose to print sad feelings by selecting their preferences on the printer’s capacitive touch buttons.

[via The Creators Project via BitRebels]


Breakfast’s super-speed reactive electromagnetic display is 44,000 dots of promotional awesome (video)

This superspeed reactive electromagnetic display is 44,000 dots of promotional awesome

TNT wanted to launch its new crime show Perception, in style, and we have to give it to 'em, this is pretty cool. Working with professional technological tinkerers, Breakfast, they created a 23 x 12 foot display made up of 44,000 electromagnetic dots. Imagine those ticker boards you see at train stations, jazzed up with a little modern flavor. The dots are white on one side, black on the other, and move at 15 times the speed of their typical rail-station counterparts -- giving a real-time effect. The installation is set up in Manhattan's Herald Square until July 29th, and is fully interactive. When pedestrians walk past, the board updates to reflect their movement, and this "silhouette" interacts with words and images on the screen. Extra sensory stimulation also comes from the noise the board makes, literally letting you hear your movements. If a picture paints a thousand words, then 44,000 dots in a video paints even more. Head past the break to see the beast in action, plus more details on how it was done.

Continue reading Breakfast's super-speed reactive electromagnetic display is 44,000 dots of promotional awesome (video)

Filed under: ,

Breakfast's super-speed reactive electromagnetic display is 44,000 dots of promotional awesome (video) originally appeared on Engadget on Wed, 18 Jul 2012 23:15:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourceBreakfast NY  | Email this | Comments