Electro-active Polymers

What’s that you say? You’ve got rigid materials that change their shape when exposed to electric current? Sign us up for some! Although the fabrication process looks a bit daunting, we love the results of working with electro-active polymers. These are sheets of plastic that can flex by contracting in one direction when the juice is turned on. It has an effect very similar to muscle wire but distributed over a larger area.

From what we saw in the video after the break it looks like this is not the most resilient of materials. Several of the test shots have broken panes, but we’re sure that will improve with time. It looks like there is some info out there about fabricating your own EAP but the processes seem no easier than what’s going on at the research level. We might stick to building our own air muscles until EAP is easier to source for projects.

Continue reading “Electro-active Polymers”

CNC-PBDU (pancake Batter Dispenser Unit)

Flapjacks taste infinitely better when they’re machine-made. Well, that’s true for [Mexican Viking] who built an automatic pancake maker to the delight of his family.

Obviously, the building material of choice is Lego. The machine consists of a base with two linear gears on either side. A gantry is held high above this base, travelling upon geared towers to either side. The writing nozzle, fashioned out of ketchup bottles, can move back and forth along this gantry for a full range of motion along the X and Y axes. Lego pneumatic pumps supply pressurized air which forces the batter out of the bottle reservoir. This dispensing system is extremely clever and worth reading a bit more about. But if you just want us to make with the good stuff, you can see it grilling up pancakes in the video after the break.

The only thing missing is automatic flipping.

Continue reading “CNC-PBDU (pancake Batter Dispenser Unit)”

Importing PCB Layout Into Google Sketchup

If you’ve been spending hours with the digital calipers while designing enclosures for your circuit boards there may be a better way. [Phil] tipped us off about a new software package that will let you import PCB layout files into Google Sketchup. This way you can start working on the enclosure in CAD before you’ve populated your first board. Of course this adds to the pain of realizing there’s an error in your layout, but what are you going to do?

The free software was developed by RS Components, a European component distributor. It takes IDF files, which can be exported from most PCB design software, and converts them to a format compatible with Sketchup, Google’s 3D design software. For those who enjoy a very dry demonstration video you won’t want to skip seeing what we’ve embedded after the jump.

We’re kind of surprised that this hasn’t already been done. If it has, leave a link in the comments.

Continue reading “Importing PCB Layout Into Google Sketchup”

External Text Display For Nexus One

Nexus One External Display

[follower] prototyped a 2-line external display for his Nexus One using an Arduino with a USB Host Shield, and the Android Open Accessory Protocol. There are two basic software pieces at work: an Arduino sketch that handles displaying data sent from the phone, and a lightweight android app to detect the presence of the external screen and send data to it. As shown here, it diplays the time and the beginning of the most recently received SMS message.

This project coalesced from several other things [follower] had been working on with regards to USB accessories, background services, interfacing with the Arduino and handling SMS messages, so it’s modular and open-source.  If you’re interested in mashing up microcontroller projects and your android phone, there’s plenty of stuff in this project to help you get off the ground.

As hacks go, this is very much a “because you can” sort of deal that’s designed to tie a bunch of cool things together. You’re unlikely to catch us carrying an LCD and breadboard around in our pockets any time soon, but it paves the way for some potentially fun phone accessories.

New Conductive Ink Allows Circuit Prototyping With A Pen And Paper

roller_ball_circuit_drawing

Why spend time etching circuit boards and applying solder masks when all you really need is a rollerball pen and some paper? That’s what University of Illinois professors [Jennifer Lewis and Jennifer Bernhard] were asking when they set off to research the possibility of putting conductive ink into a standard rollerball pen.

The product of their research is a silver nanoparticle-based ink that remains liquid while inside a pen, but dries on contact once it is applied to a porous surface such as paper. Once dry, the ink can be used to conduct electricity just like a copper trace on a circuit board, making on the fly circuit building a breeze.

Previous ink-based circuit construction was typically done using inkjet printers or airbrushing, so removing the extra hardware from the process is a huge step forward. The team even has some news for those people that think the writable ink won’t hold up in the long run. The ink is surprisingly quite resilient to physical manipulation, and they found that it took folding the paper substrate several thousand times before their ink pathways started to fail.

While we know this is no substitute for a nicely etched board, it would be pretty cool to prototype a simple circuit just by drawing out the connections on a piece of paper – we can’t wait to see this come to market.

Androcade Is A Controller And Stand In One

We remember when retro-gaming required a lot of equipment and a serious time commitment to put together a gaming interface. [Scooter2084] proves that we’ve come a long way with this gaming controller built to complement Android hardware.

It’s not immediately obvious from the image above, but the controller itself looks just like Andy the Android. His head is tilted upward and acts as the tablet stand, while his torso hosts the controls. We don’t the arms and legs have a functional use but they are necessary to complete the look.

Traditionally arcade controls have used a hacked gamepad, or dedicated hardware like the MAME cabinets that use iPac control boards. But this rendition interfaces the joystick and four buttons using an Arduino. A Bluetooth shield lets you control the Android device wirelessly, and opens up the possibility to use this as a controller for laptop-based emulators and the like. Don’t miss the video after the break.

Continue reading “Androcade Is A Controller And Stand In One”

Driving And Old Receipt Printer

It seems like receipt printers are pretty popular as hacking targets lately. Aside from the wasted paper, they cooler than plain old blinking LEDs and we’d image there’s a ton of them floating around out there as advances in technology have prompted retailers to trade in the bulky dinosaurs for slimmer thermal printers. [Philip Hayton] picked up this Epson model at some type of equipment sale and set to work figuring out how to control it.

This unit is addressed via a parallel interface. After assessing the pinout and searching a bit for protocol information [Philip] hooked up his Arduino and printed out a fitting first message that reads: “Hello World”. He’s got a few tricks you can learn from when trying to talk to hardware with which you are not well acquainted.

Need a reason to go out and find your own receipt printer? Check out this paper-based gaming system for some inspiration. Now develop your own paper recycling setup and we can file this one under ‘green hacks‘.

[Thanks Andy]