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”