posted Oct 19th 2009 6:00am by
Zach Banks
filed under:
arduino hacks,
classic hacks,
gps hacks

[Mikal] wanted to create an awesome electronic wedding gift for his friend who was moving to France. After experimenting with a few things, he settled on creating a puzzle box that would only open in a certain location. Since his friend introduced him to the Arduino, he fittingly used one in the design, along with a serial GPS module and a mini character LCD. The box itself is locked using a servo-controlled chopstick, which could theoretically be snapped if [Mikal] really screwed something up. To save battery life, he used a small Pololu module to provide power that uses only 0.01 microamps in standby, and can be shut off by the Arduino.
The box was designed to be mysterious yet self-explanatory. When the button on the front is pushed, the box comes to life for 3 minutes, displaying the distance away from secret location. Additionally, it warns how many tries are left: the button can only be pushed 50 times before it is sealed “forever”. In order to open the box, you have to be within 2km of the destination. Theoretically, you can narrow down the location to one of 2 points after 2 readings, but a less scientific approach would probably be a lot more fun.
This seems like an amazing gift, and the same concept could be repurposed into hundreds of other devices. For extra fun, he could have placed it at a geocache location.
posted Oct 18th 2009 3:00pm by
Zach Banks
filed under:
arduino hacks,
peripherals hacks

[etgalim] works in Solidworks extensively and wanted a more intuitive way of rotating objects onscreen. To do this, he created a mouse that responds to rotation. He put a 3D compass module inside an old mouse and wired it up to an Arduino. The Arduino then relays the I2C sensor data to the computer. So far, he has a Processing script that uses the mouse to rotate a cube, but eventually he wants to write a Solidworks plugin. It’s a bit shaky, and we think it would be a bit smoother (and cheaper) if he used gyros like the jedipad. Video after the jump.
Read the rest of this entry »
posted Oct 13th 2009 3:50pm by
Zach Banks
filed under:
linux hacks,
news

OpenMoko, the company behind the FreeRunner open-source phone, released their latest product today: WikiReader. It’s a small mobile device for browsing Wikipedia. Rather than use a wireless network to pull data off of the web, it has local copy of the database on a 8GB microSD card. This approach has been used before, and it lets the WikiReader be compact and really cheap. It uses a Kindle-esque touch-screen display that allows it to run on 3 AAA’s for about a year. The device itself costs just $99, but you can choose to receive updates by snail mail for just $29/year. Alternatively, you can just download the +4GB file and dump it on the card.
Like the FreeRunner, this project is also open-source. The code isn’t available yet, but they say it will be released soon. With luck, the device will be really easy to hack.
posted Sep 14th 2009 3:00pm by
Zach Banks
filed under:
arduino hacks,
peripherals hacks

We’ve covered sequencers before, but reader [Johan] sent in his latest project that is much more minimalistic approach. Dubbed the BBox, he based his drum generator on an Arduino and an LCD display. Rather than synthesizing sound, the Arduino just outputs MIDI which is then interpreted by his Roland Juno-D. In building the device he used a favorite trick of ours to keep the interface clean. He then found an awesome banana box to use as a case. Although, the project may not be as functional as some of the others out there, it certainly has flair. Video of it in action after the break.
Read the rest of this entry »
posted Sep 5th 2009 7:00am by
Zach Banks
filed under:
arduino hacks,
peripherals hacks

The Arduino makes a great platform for alert systems because it doesn’t need additional parts, other than an LED or motor. [Torchris] made email notifier, and used an Ethernet shield to make it standalone. The Arduino polls your POP server seeing if there are unread emails. POP is an incredibly simple protocol, even simpler than HTTP; this made it easy to communicate with, even with little processing power. He hopes to add a servo or serial display to present the data better, but his current system seems to work well. Video of it in action after the break.
Read the rest of this entry »
posted Sep 3rd 2009 4:50pm by
Zach Banks
filed under:
arduino hacks

[Sebastian Tomczak] was borrowing a homeade muon detector from his friend, and managed to hook it up to his computer through an Arduino. The detector itself uses 3 fluorescent tubes to detect radiation. Three separate tubes are used in order to filter out terrestrial radiation; cosmic radiation will fall in-line with the tubes and pass through at least two of them, whereas terrestrial radiation will only hit one. There is some basic circuitry to amplify the signal and then perform the OR operation.
[Tomczak] used an Arduino to take the raw data and feed it into his computer. He then used Max/MSP to analyze the data and filter out background noise, leaving only the cosmic ray data. He didn’t mention what he was going to use the data for, though. Maybe he’ll hook it up to a synthesizer.
Related: Digital Geiger counter
[via @littlebirdceo]
posted Sep 2nd 2009 6:00pm by
Zach Banks
filed under:
video hacks,
wireless hacks

With the transition to digital TV, the FCC has abandoned the old analog format. Luckily, you can take advantage of this and set up your own analog TV station. The FCC has a tool on their site to see what channels are open in your area to broadcast in. To broadcast, you need a TV transmitter, but cheap short-range models can be found on eBay or made at home [pdf]. Once you have a transmitter, you can pump in a video source, either your own content or videos from youtube. One group, OMGimontv is showcasing popular youtube clips on channel 14 in New York. On their site, users can vote for what clips they want to see. Although this isn’t as simple as making a radio station, it still has a lot of potential.
[via BoingBoing]
posted Aug 30th 2009 3:53pm by
Zach Banks
filed under:
ipod hacks,
linux hacks,
robots hacks

The Linux4nano project has been working to port the Linux kernel onto the iPod Nano along with other iPods in general. Although the iPodLinux project has had luck with some older iPods, newer models protect firmware updates with encryption. One of the ways they plan on running code on the device is through a vulnerability in the notes program; it causes the processor to jump to a specific instruction and execute arbitrary code. To take advantage of this, they first need to figure out where their injected code ends up in the memory. Currently, they are testing every memory location by painstakingly loading in a bogus note and recording its effect. Each note takes about a minute to test and they have tens of thousands of addresses to check over several devices.
Read the rest of this entry »
posted Aug 28th 2009 7:32am by
Zach Banks
filed under:
handhelds hacks,
nintendo hacks,
peripherals hacks

[Jose Torres] sent in his latest attempt at creating a custom Gameboy game cartridge. We’ve featured his projects before, and he’s come a lot closer over the last 2 years. He’s aiming to create an easy interface for homebrewers that doesn’t require any other special equipment. In this revision, he’s using a PIC and a memory controller to interface between an SD card and the Gameboy. The cart also has USB support for uploading files to the SD card and reprogramming the PIC. Because it’s just USB mass storage, it will work on almost any modern OS. He’s currently testing the device, but hopes to be selling them soon for $40.
posted Aug 26th 2009 2:28pm by
Zach Banks
filed under:
home entertainment hacks,
news

The new PS3 Slim has just been released, and ifixit has already posted a teardown. First, they easily removed the included 120GB hard drive, suggesting that upgrading it shouldn’t be too hard. In order to get inside the cover, however, they needed to use a security Torx screwdriver. In the end, the Blu-ray drive turned out to be the bulkiest component, followed by some surprisingly gigantic fans. Hopefully this means that Sony won’t have to deal with overheating issues.
Related: Nintendo DSi Teardown