Decapping Integrated Circuits With Sap

[James] is interested in reverse engineering some integrated circuits. One of the biggest hurdles in this process has always been just getting to the guts of the chip. He used acetone to dissolve the plastic case but had trouble getting through the epoxy blob. Commonly, the epoxy is soaked in nitric acid for a few minutes but [James] didn’t have access to that chemical. Instead he popped into the local music store and picked up some rosin (used to make violin bows sticky enough to grab the strings of the instrument). After boiling down the rock-hard rosin and the chip for 20 minutes, he got a clean and relatively undamaged semiconductor that he can easily peer into.

CNC Build Ditches Rods For Hardboard

This is a redesigned x-axis for [Peter Jansen’s] selective laser sintering rig. We looked in on his SLS project last month and since then he’s been refining the design. The new component uses a rack and pinion system, relying on some Kapton tape to reduce friction for a nice smooth slide. One stepper motor powers the laser-cut gear box with four gears interfacing the sled to the frame for stable and accurate motion. Now he’s just got to work out the math/physics that go into finding the optimal gear ratios as this prototype is just a rough guess. If you’ve got the skills to work it out please lend [Peter] a hand as we’re quite excited with where this is going.

General Purpose Robot Remote

[youtube=http://www.youtube.com/watch?v=uuwb3fn51r4]

[theGrue] has posted his Robot remote control project for us to gawk at. This box o’ buttons is a parallax propeller brain with some Xbee units for communication. Though it was designed to work with TOBI, his tool carrying robot, he made it so that he could control a multitude of robots with it by flipping some switches on the front of the remote.

[via Hacked Gadgets]

3D Printing With Chemicals

From the horse’s mouth,

“In this lithography experiment light creates free radicals from phenylbis(2,4,6-trimethylbenzoyl)phosphine oxide which induce polymerization of 1,6-hexanediol diacrylate.”

Or for those without a Chemical Engineering degree, light from a (high resolution) projector interacts with a special liquid, producing a hard polymer on the surface. A platform within the liquid is lowered, taking the layer of polymer with it. Shine the projector again to produce another layer: lather, rinse, repeat. Long story short, an atypical 3D printer using light on a very small scale.

You get the chemicals and lab equipment, we’ll get the laptop and projector, and for goodness sake [Jimmie] stop bumping the table.

[Thanks Tomas]

Android Development 101 – Part 1:Hello World

This article will focus on developing a simple hello world program for android using Java. Google has recently released a “cute and fuzzy” programming environment for beginners to get into but I haven’t had the chance to try it, so we will be focusing on the Eclipse IDE here, which you should have set up in the last post.  When creating a text based project there are two very important items.  It will involve creating an android project, going through the necessary steps to complete both the (1) XML files and the (2) Java file and get this project ready for production and eventually deployment.  The requirements of this project are simple, know the basis of XML (for new comers if you don’t that’s OK too, you will learn) and know Java (very basic knowledge but you will learn as we go and we will modify a few parts of the java file today).

Continue reading “Android Development 101 – Part 1:Hello World”

That Light Switch Is Disgusting!

[Katrin Baumgarten] has fourteen switches that are made to gross you out. From a button that retreats into its hole as your finger approaches, to a mysterious goo-oozing faceplate, to a hairy housing that gets aroused as your try to flip it on, the intrigue is enough to get you to try out the next creepy node in the network. There’s a clip of several different switches after the break and if that’s not enough she’s got more on her Vimeo channel.

Continue reading “That Light Switch Is Disgusting!”

Foam Board Servo Driven Arm

[Lucky Larry] posted some pictures to the Hack a Day flickr pool that caught our eye. He made a quick and cheap servo driven arm. Constructed from foam board and some hobby servos, he’s using an Arduino for the brains. You can download the pattern for the arm pieces as well as the code on his site.

He ultimately finds that he has positioning issues that he blames on the cheap servos. You can see in the video on his site that the circles it is drawing are drifting one direction.