[Ian’s] Global Geek Tour: New York

[Ian Lesnet], founder of Dangerous Prototypes and Hackaday alumnus, entertains us once again with his Global Geek Tour. This time around he’s visited New York City for the Open Source Hardware Summit, Maker Faire, and a tour of the geeky attractions the city has to offer.

There’s a 25-minute video embedded after the break. [Ian] starts off with an homage to [Anthony Bourdain] but don’t worry, that subsides after a couple of minutes. This year he skipped the hotel and rented an apartment in the village for the same price. After making a survey of the local food offerings he heads off to the OSH Summit. There are interviews with a lot of big names in the industry, as well as a look at some distillery hardware and a mobile hackerspace built in an old ambulance acquired from Craig’s list (go figure). Next it’s a tour of Hack Manhattan, a hackerspace from which the screenshot above was pulled. We loved seeing the box labeled “abandoned projects” and were surprised to see the hackerspace is keeping bees. Are there any other spaces doing this? Before heading over to the Maker Faire [Ian] checks out some of the local shops. There’s a stop a Radio Shack, the Makerbot store where even the display cases are 3D printed, and finally a tour of some local component shops.

We’re always entertained by these world travelling videos. Here’s one he did in Seoul, South Korea.

Making A Nostalgic Apple Mouse Wireless

If you’ve got an old mouse sitting around that has that perfect retro look why not start using it again? We’d bet there’s just enough room in there to turn the input device wireless.

The hack does away with everything but the case. The guts from a brand new wireless laser mouse are used as replacements. For the most part this is a simple process of making room for the new board and laying it in place. It involves cutting off a few plastic case nubs, enlarging the hole on the bottom so that the laser has a clear line of sight to the desktop, and hot gluing the thing in place. The button cover had a bit of plastic glued in place so that it lines up correctly with the replacement mouse’s switch.

The only thing that didn’t work out well is the battery situation. The AA cell that the mouse needs was too big for the retrofit so it was swapped with an AAA. These have a lower capacity which means more frequent replacement.

[via Make]

Try Out Your Assembly And BASIC Skills With A ZX Spectrum Project

It can be really hard to warm up to coding in Assembly. But this tutorial looks to make it understandable and (almost) easy. It focuses on programming a game for the ZX Spectrum. But you won’t need the hardware on hand as you can just use the ZX Spin emulator as you work your way through the code.

Ostensibly this is a 30-minute tutorial but that’s a gross underestimate. We finished a cursory read of the tutorial and the building blocks are certainly clear and easy to understand. But we like to make sure we understand every line of code and plan to spread that out over the coming weekend.

The first chapter eases us into machine code by combining it with a bit of BASIC. You’ll see how to manipulate the ZX Spectrum memory and then pluck that value back out into the BASIC program. But once chapter 2 hits it’s pretty much all assembly from there on out. The nice thing is that as you go along you learn how the hardware works and there are quite a few references to pages in the manual so you can do some extra learning along the way.

[Thanks Mathilda]

Malicious Raspberry Pi Power Strip Looks A Bit Scary

What you see here is a Raspberry Pi shoehorned into a power strip. The idea is to leverage the power and low-cost of this board into a stealthy network observation device. It packs a similar punch as the Power Pwn but should cost at least $1100 less!

The fact that when you plug your Ethernet into this ‘surge protector’ it starts sniffing your traffic doesn’t really scare us. It’s the mains wiring that traverses the RPi itself that’s a bit unnerving. Call us overly-protective, but we like to see some shielding between our high-voltage and low-voltage components. But that aside, the rest of the hack is pretty solid. That item wrapped in electrical tape is a power converter for the board itself. It’s not shown here, but the NIC is patched into the surge protector’s RJ-45 connector. The one thing that might be nice to include is a WiFi nub so that you can access the strip wirelessly. This would open the door for other snooping items, like a small microphone.

DIY Armor Starts With This Gauntlet Tutorial

This is not photoshopped, it’s a real gauntlet made of brass. [David Guyton] crafted it for some promotional photos for his book. But he also took the time to put together a step-by-step build tutorial.

The process starts with paper templates. These are much easier to work with than metal stock so [David] spends quite a bit of time trimming each piece to fit correctly. They are hinged together using thumb tacks which he crimps with a pair of pliers. With all the templates tuned to perfection he uses an awl to scratch the outline in his brass stock (you can use the metal of your choice). All of the holes are drilled and a bit of hammering flattens the parts before he heads to the grinder to smooth the cut edges.

To make the curves [David] fabricated his own jigs from pieces of pipe and carved wood squeezed together with a bench vice. It’s time-consuming, but the skills needed should be rather easy to develop with a little practice. You can catch his entire build in the video after the break.

Continue reading “DIY Armor Starts With This Gauntlet Tutorial”

How To Convert An Internal Combustion Engine To Run From Steam Power

We had no idea that what’s needed to convert an internal combustion engine to steam power is actually rather trivial. [David Nash] shows us how it’s done by performing the alterations on the engine of a string trimmer. These are the tools used to cut down vegetation around obstacles in your yard. The source of the engine doesn’t really matter as long as it’s a 2-cycle motor.

This engine had one spark plug which is threaded into the top of the block. [David] removed this and attached his replacement hardware. For now he’s using compressed air for development, but will connected the final version to a boiler.

There are only a couple of important parts between the engine and the boiler. There’s an in-line oil reservoir to help combat the corrosive nature of the steam. There is also a check valve. In the video after the break [David] shows the hunk of a ball-point pen that he uses to actuate the check valve. It’s really just a spacer that the piston pushes up to open the valve. This will be replaced with a metal rod in the final version.

Continue reading “How To Convert An Internal Combustion Engine To Run From Steam Power”

[Limpkin’s] New Business Card

[Limpkin] decided to give the whole embedded business card thing a try. Here is his finished project, a low-profile mass storage business card that doesn’t cost an arm and a leg. Sure, the $6 price tag could score him a hundred paper cards, but those don’t light up like this one does!

The main components on the card include an AVR microcontroller, a flash memory chip, and an ESD protection chip. The latter is to make sure a static shock on the USB connector doesn’t zap the MCU. Speaking of, he went with an AT90USB162 which runs from an external 8 Mhz oscillator. Sure, it’s not the fastest thing out there, but since there’s only 16 Mb of flash on this card we don’t think you’ll notice any data transfer delay. The processor is running the LUFA stack and has two flavors of firmware. One that enumerates as an HID keyboard to automatically use keyboard shortcuts to launch a browser and load up his website. The other implements a mass storage device.

If you don’t like the electronic route, you could always go with some laser cut metal. We’ve heard that [Kevin Mitnick’s] business card has snap-out lock picking tools kind of like these.