Toilet Paper Printer Made From Scrap Parts

toilet_paper_printer

Some of our favorite hacks are those made with scrap materials, so we were delighted to see a contest being held by the German technology magazine c’t which focuses on using salvaged components. “Mach flott den Schrott” is the name of the competition, which loosely translates to “Make fast the scrap”.

German builder [Mario Lukas’] entry into the contest (Google Translation) is definitely unique, and certainly fits within the theme. He built a toilet paper printer that uses a bunch of recycled components to write anything he desires on a roll of the soft white stuff. His blog walks through the build details, including a bill of materials for all of the scrap bits he used to put it together. Several CD-ROM drives, printers, and even inline skates donated some components to the printer, while an Arduino controls the entire printing process.

Though [Mario] is using RSS and Twitter feeds as a data source for his toilet-side scribe, we imagine it will only be a matter of time before advertising companies seize upon this sort of technology to create personalized advertisements geared towards a decidedly captive audience.

Continue reading to see a quick video of his toilet paper printer in action.

[via Make]

Continue reading “Toilet Paper Printer Made From Scrap Parts”

Voxel Shield Makes Driving LED Cubes Easy

voxel_shield_led_cube

An Arduino can handle running a small LED cube on its own, but if you’re planning on building something big, eventually you are going to run out of pins. For something like an 8x8x8 cube, odds are you will have to turn to shift registers to get the job done. While you could design a breakout board full of shift registers on your own, [Connor] has done the work for you and produced an easy to use Arduino LED cube shield.

He calls his creation the Voxel Shield, and it incorporates 9 SN74LS595N shift registers and an external power plug for all of your LED cube needs. The shield can handle addressing up to 512 LEDs, making it an easy way to drive an 8x8x8 cube or even a 64×8 LED matrix.

It’s a nice clean and compact way to drive a large number of LEDs, so if you have the need, be sure to swing by his site – he has made his schematics and board layout files available to all comers.

[Thanks, Thomas]

Pinball Machine Eats Your Quarters, Tells Time

pinball_machine_clock

[alanamon] had an old pinball machine in his basement, and thought it would be cool to rig it up to serve as a clock as well. He didn’t want it to be just any clock however, he wanted the pinball machine to be the most accurate clock in his house.

Other than telling time using the game’s scoring reels, there were two other things that he wanted to ensure with this build – that the game functioned normally when desired, and that the clock mechanism made no permanent changes to the game. To accomplish this, he dug around inside the machine and made all of his connections using clips secured to the game’s Jones plugs instead of drilling holes and soldering wires.

The clock runs off an Arduino, which gets its its time data using an old GPS receiver he had kicking around. The receiver pulls time data from GPS satellites much like this clock we featured yesterday, updating the score reels once every minute. The clock can be programmed to turn the machine on and off at a scheduled time each day, and simply turning off the Arduino will allow you to play the game in its unaltered state.

We never really contemplated using a pinball machine to tell time, but it works for us! Check out a video of his pinball clock in action after the jump.

Continue reading “Pinball Machine Eats Your Quarters, Tells Time”

Automated Humane Pest Control

rat_trap_2000

[Tobie] seems to have a bit of a rat problem.

While most people would be inclined to simply buy the oversized Victor spring-loaded rat traps and call it a day, [Tobie] is a bit more humane. To help remedy his problem while also ensuring that no rats are harmed in the process, he built the Rat Trap 2000.

Self-described as completely over the top, the Rat Trap 2000 lures the rodents into its containment area with apples and corn, securing them inside using a servo-actuated trap door. The door is triggered by an Arduino that monitors the holding pen for movement using an IR sensor. All of the action is captured on video using the web cam on his Eee-PC, as you can see in the very short video below.

This certainly isn’t the most cost-efficient way to control your vermin problems, but if you’ve got some spare parts laying around, why not? It’s far more humane than some of the other rodent control solutions we have seen, and it sure beats living with rats!

Continue reading “Automated Humane Pest Control”

Flip Off Your Alarm Clock!

flipclock

[Corbin] hates fumbling around in the dark with his alarm blaring, looking for the off switch. He was so annoyed with regular alarm clocks that he decided to build his own simpler timepiece.

The FlipClock resides in a simple black plastic case lacking any buttons whatsoever. When the alarm goes off, all one needs to do is flip the clock over to disable it. The digits automatically right themselves using an accelerometer to detect when the clock has been turned upside down, and an indicator LED lets you know that the alarm has been turned off.

The clock is based around a Propeller chip, which manages all of the clock’s operations. Instead of using a real time clock IC, [Corbin] is using a GPS module to keep accurate time, something we don’t recall seeing in an alarm clock  before. That’s a good thing though, since there are no buttons with which to set the clock. In fact, there are no buttons to set the alarm either – the clock is configured to sound the alarm at the same time each day.

While this clock would certainly be too dangerous for a chronic snooze button abuser like myself, it’s an interesting concept nonetheless!

Check out the video below to see the FlipClock in action.

Continue reading “Flip Off Your Alarm Clock!”

Large Scale Tetris Game Controlled With DDR Pads

led_tetris_using_ddr_pads

Even though Tetris came to the US 25 long years ago, it never fails to entertain. Whatever it is that gives the game such lasting power is a mystery to us, but we’re always interested in seeing fresh takes on the classic game.

MIT students [Leah Alpert] and [Russell Cohen] tweaked Tetris a bit to get players off the couch and literally thinking on their feet. The game boards were constructed using RGB LEDs installed in laser-cut acrylic tubes, arranged in a pair of large 6 foot tall floor standing matrices.

Game play progresses as you would expect, with two players battling head to head to achieve the high score, while simultaneously sabotaging their opponent. Instead of controllers however, each player stands on a Dance Dance Revolution mat, manipulating their game pieces with their feet.

While the DDR pads aren’t exactly a Kinect controller, we have no doubt that playing Tetris this way is incredibly fun – we would certainly install a pair of these boards in our game room without a second thought.

Thanks to everyone who sent this in!

Continue reading “Large Scale Tetris Game Controlled With DDR Pads”

ATtiny Hacks: SerialCouple – A Standalone Thermocouple ADC Board With Serial Out

ATtiny Hacks Theme Banner

serialcouple_thermocouple_adc_board

Since we are in the midst of featuring a wide assortment of ATtiny hacks, [Kenneth] wrote in to share a project he has been developing over the last few months, the SerialCouple.

Most all development platforms have the ability to function as an analog to digital converter, but you don’t always need a full-featured board when all you require is serial output for your computer. With his SerialCouple board, [Kenneth] is trying to take some complexity out of the process by building a standalone thermocouple ADC board. The SerialCouple is designed to take analog readings from a thermocouple, converting them to digital values that can be sent to any device over a serial connection. The grunt work is done by a Maxim MAX31855 chip, which converts the thermocouple’s analog data to digital temperature readings. The digital representation of the temperature is then retrieved by the on-board ATtiny2313, which sends the data out the serial port.

If a standalone thermocouple ADC board is something you’ve been looking for, be sure to swing by his site to take a look at his code and schematics.

Continue reading to see a short video demo that explains how the SerialCouple works.

Continue reading “ATtiny Hacks: SerialCouple – A Standalone Thermocouple ADC Board With Serial Out”