Tiny Projector Teardown

projector

The team from Tech-On has taken the time to teardown two interesting microprojectors. The first model they tackled was the Optoma PK101. It’s based around a digital micromirror device (DMD) like those used in DLP. Separate high intensity red, green, and blue LEDs provide the light source. A fly-eye style lens reduces variations between images. They noted that both the LEDs and processors were tied directly to the chassis to dissipate heat.

The next projector was the 3M Co MPro110. It uses Liquid Crystal on Silicon (LCoS) technology. The light source is a single bright white LED. The projector seems to have more provisions for getting rid of heat than the previous one. The most interesting part was the resin polarizing beam splitter. It not only reflected specific polarizations, but also adjust the aspect ratio.

[via Make]

Game Boy Pocket Backlight

gameboy

[palmertech] and [Bibin] have both completed backlight projects for the Game Boy Pocket recently. The most difficult part of the transplant is carefully removing the reflective backing on the LCD. After a thorough cleaning, a diffuser and backlight panel were added. [palmertech] used a backlight salvaged from a DS, while [Bibin] built his own using LEDs. You can see his backlight in the video embedded below. There’s a disassembly video too.

Continue reading “Game Boy Pocket Backlight”

Washing Machine Generator

stator

Building a generator can be a fun and fairly simple project. Getting a large DC motor however can sometimes be difficult. Here is a writeup on how to make a generator from an old washing machine drive. It looks like you might need to find a specific machine called the “Smart Drive” to follow their directions exactly though. If you happen to find one, or know of a unit with a similar motor, you can follow these directions to end up with a fairly decent wind powered generator.

[thanks TripleB]

The Malware Challenge

malware

Our own [Anthony Lineberry] has written up his experience participating in the 2008 Malware Challenge as part of his work for Flexilis. The contest involved taking a piece of provided malware, doing a thorough analysis of its behavior, and reporting the results. This wasn’t just to test the chops of the researchers, but also to demonstrate to network/system administrators how they could get into malware analysis themselves.

[Anthony] gives a good overview of how he created his entry (a more detailed PDF is here). First, he unpacked the malware using Ollydbg. Packers are used to obfuscate the actual malware code so that it’s harder for antivirus to pick it up. After taking a good look at the assembly, he executed the code. He used Wireshark to monitor the network traffic and determine what URL the malware was trying to reach. He changed the hostname to point at an IRC server he controlled. Eventually he would be able to issue botnet control commands directly to the malware. We look forward to seeing what next year’s contest will bring.

Microwave Timer Switch

microwave

[Koil_1] knows he’s forgetful. In order to save himself from any undue harm, or possibly to keep from burning his house down, he felt he needed a timed power switch to run his soldering iron from. He realized he could harvest the relays and timer circuit from a microwave. This allows him to have presets for specific tasks. Considering the fact that you can get a used microwave for free or close to it most of the time, this was a great re use of something that might just go wasted otherwise. Great job [Koil_1].

Automated Wire Cutter And Stripper

witecutter

Kit builder oomlout—we’ve featured their servo bot—needed to produce a lot of precut wires. After cutting and stripping more than their fair share, they decided to apply some heavy engineering to make things easier. They constructed a machine to do the job for them. It has three main components: a servo driven wire feeder to measure the length, a two servo wire stripper that uses an exacto blade, and finally a wire cutter made from snips and a drill motor. The machine is controlled using an Arduino. They’ve published all the plans and code to Thingiverse incase anyone else wants to build a similar machine for their own kit shop. A video of the machine is embedded below.

Continue reading “Automated Wire Cutter And Stripper”