A No-touchscreen Picture Frame?

Many people have touch-screen devices, however, this hack claims to be the first picture frame to feature a “no-touch” interface. Although someone somewhere certainly has a digital picture frame hooked up to a “Clapper”, we’re going to give [Wasabi] the benefit of the doubt.

After buying a Microtouch kit from Adafruit several months ago with the intention of building something meaningful, [Wasabi] ran into a common problem among hackers, a lack of time. Instead of totally giving up on the device, the decision was made to make it into a simple picture frame. Although the Microtouch features a touchscreen, it also features an accelerometer. With a little hacking, as described in his write-up, the “touchless” picture frame was born. Cleverly, the screen was hidden behind glass, but through this interface, interaction was still possible.

The device itself seems like a great hacker tool, especially at a price point of just under $70. Here’s a hack where “Zork” was ported to this device, but be sure to send us any other projects you come up with using it! Check out the video after the break of this device in action!

Continue reading “A No-touchscreen Picture Frame?”

Weekly Roundup 9/10/11

In case you missed them, here are the most popular posts from the previous week.

Our most popular post was one of our Engine Hacks about a remote control airplane built by [Bruce Simpson] that has a pulse jet attached to it. It’s noisy and fast! Want to wake up the whole neighborhood, fly one of these around early in the morning.

Next up is this post about an unique window display that [Alex] built which draws onto the glass using a pair of stepper motors and a felt tipped pen. He is using processing and an arduino to control the motors. The end effect is that this device can draw gray scale images.

After that is another one of our Engine Hack posts where we show a lawn mower that has been converted to run on steam. This one is most definitely a hack and seems somewhat dangerous to boot.

This post shows off a working PIP-Boy 3000 created by [MyMagicPudding]. If you are a fan of Fallout, this is one to check out.

Finally, this post shows off a very large 3D printer that can print items as large as 15.8″ x 15.8″ x 12.7″. This is a custom built device and has a very nice writeup showing how it is put together.

Engine Hacks: Build A Turbojet From Junkyard Parts

Turbo chargers from cars are readily available and easily modified, so why not modify a turbo into a jet engine?

While [Mike]’s junkyard jet made the rounds on the Internet over a decade ago, the theory behind the homebrew turbojet is still sound. After pulling a turbo out of a 1983 Nissan Pulsar, [Mike] built a combustion chamber out of 2-inch pipe fittings. The propane fuel is ignited with a simple motorcycle spark plug and produces a hot and powerful blast of air twenty feet from the exhaust.

We suppose [Mike] wasn’t satisfied with such a puny engine made out of junk, so he decided to step it up a notch and improve his engine. After some development, [Mike] managed to build another jet out of a larger turbo that doesn’t require a constant spark. The newer engine produces ‘hurricane force wind’ 10 feet from the exhaust. We’re not sure how much thrust that translates into, but we’re a little surprised this engine hasn’t been mounted to a go-kart yet.

Check out the walk through and demo of the junkyard jet after the break.

Continue reading “Engine Hacks: Build A Turbojet From Junkyard Parts”

Print The Best Mascot, Win A Shiny New Makerbot

If you’ve always wanted a 3D printer, here’s your chance to win one. Makerbot Industries wants the Internets to design a new mascot for them. The contest winner will receive a Makerbot Thing-o-matic.

Don’t worry about a chicken or egg situation with this contest. You don’t actually need to print your design (although printability is a quality considered when judging). All you need to do to enter is upload your design files before the deadline on September 28th. Designs must be robot themed, and anything uploaded as Private will be made Public after contest results are announce. It should be fun looking through all of the submissions. There’s several other design restrictions so make sure to read carefully before you get to work.

Those that would rather work with a soldering iron than design plastic robot parts need not despair. You haven’t missed the deadline for the 7400 Logic contest, which is accepting entries through October 21st.

Repeat Timer Hacked For 35 Minute Hydroponic Cycles

[GrowColt] shows you how to modify a lamp timer for use with hydroponics. You can pick up this type of mechanical timer at most local big box stores for around $5. The timer plugs into an outlet, and the device you want to operate plugs into it. [GrowColt’s] end goal is to make the timer repeat every 35 minutes, routing power to the connected device for about 50 seconds each cycle. It will operate the pumps and misters in his hydroponic garden to keep the plants hydrated and keep the nutrients flowing.

We’ve embedded his detailed process after the break. It’s not all that difficult, requiring a few common hand tools, some glue, and rubber washer. There’s a gear box inside which controls the timer. Reorganizing that gearing makes it repeat more frequently.

Not into hydroponics, but looking for watering help with your greenhouse? Check out this system which monitors water sensors and dispenses H2O accordingly.

Continue reading “Repeat Timer Hacked For 35 Minute Hydroponic Cycles”

Program An Arduino Using Your Sound Card

audioino_programming_arduino_with_sound

[Chris] wrote us to share a neat technique he has been using to program the Arduinos he uses in his projects. He likes to build bare bones Arduino clones rather than sacrifice full dev boards, and instead of programming them via traditional means, he is using his computer’s sound card.

He builds a simple dead bug Arduino (which he calls an Audioino) using a handful of resistors, a pair of caps, an LED, a reset switch, and most importantly – an audio jack. After burning a special audio bootloader to the chip, he can connect the Arduino directly into his computer’s speaker port for programming.

Once the microcontroller is connected to his computer, he runs the IDE-generated hex file through a Java app he created, which converts the data into a WAV file. With the Arduino put into programming mode, he simply plays the WAV file with an audio player, and the code is uploaded.

He says that this method of programming comes in handy in certain cases where he builds things for friends, because they can easily update the software on their own without a lot of fuss.

Spinning UV Light Writer

uv_light_writer_ring

[David] has always wanted use UV LEDs to write on a phosphorescent surface ever since saw an article about it on Make. He accidentally purchased UV LEDs when he meant to buy purple ones, so he figured that his mistake was all the reason he needed to give UV light writing a try.

He built a PIC16F628 UV POV board using the LEDs, and while manually swiping the writer across various glow in the dark surfaces was cool, he wanted to keep the POV board stationary, moving the writing medium instead. He bought some phosphorescent vinyl, but found that it wasn’t too flexible, meaning he could not use a conveyor belt approach for his display. One day it dawned on him that a vinyl ring might work pretty well, and using a motor from an old cassette player, he constructed the UV writer you see above.

It seems to work pretty well despite a small flaw in the UV ring, and while [David] is happy with the results, he already has plenty of ideas in mind for the second revision.

Check out the video of his UV light ring in action after the jump.

[Thanks, Riley]

Continue reading “Spinning UV Light Writer”