Arduino Gameboy Killer

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

For roughly $250, you too can have this sweet bit of gadgetry based off of the Arduino platform. It is open source, and has some pretty impressive specs. Sporting a rumble pack, lithium ion battery, OLED display, and space for expanson. You can buy the pieces pre assembled, or as a kit. If you get the kit, you’ll see that the controller board has been laid out so that you can solder your buttons and joystick in as either left handed or right handed. The only problem? No games yet.

Autonomous Wall-E

[djsures] went crazy on his Interactive Wall-E toy. Wall-E just didn’t have enough bounce in his step, so [djsures] decided to give him an overhaul. He went through the entire robot and replaced most of the joints with servos, giving much more control and adding head tilt. All of this was wired to a microcontroller housed in Wall-E’s body. The distance sensor was mounted in Wall-E’s neck, so when he turns his head, he’s actually surveying his surroundings.  Check out the video after the break.

Continue reading “Autonomous Wall-E”

E Ink Shows Off The AM300 Developer Kit

[youtube=http://www.youtube.com/watch?v=3n2xxqMQyfY]
The AM300 developer’s kit, shown in this video, has some pretty cool new features. It has the ability to show much faster animations than before, as well as having 16 bit gray scale image rendering and pen input. The animations look pretty quick, they mention this being useful for diagrams and advertisements. We just can’t wait to have our newspaper look like its covered with annoying flash banners and animated gifs.

Cellular Automata And LED Matrix Fun

Blinkomat, an LED matrix, turned out quite well. 240 LEDs controlled by an Atmega 16 is what we call a decent bookshelf decoration. The dimensions of 12×20 were chosen due to the fact that the microcontroller has 32 I/O lines.  The LEDs are switched on and off using multiplexing. The brightness, controlled by pulse width modulation can be varied by 16 levels.  The overall effect is quite smooth an fun to look at.  He has programmed it to do other things than just cellular automata.  Our personal favorite is a simple sine wave. Watch it after the break.

Continue reading “Cellular Automata And LED Matrix Fun”

Flaming Lips Guitar Hero Mod

Here’s a fun little suprise that showed up in a recent Flaming Lips interview. Frontman Wayne Coyne built this custom guitar rig out of a double-necked Epiphone. It has a neck from a Guitar Hero controller, which triggers a built in KORG Kaossilator touchpad synthesizer. Checkout the video interview at around 1:55 for a demo. He went with the Guitar Hero controller because he feels that it’s replacing regular guitars in childrens’ perception of how guitar is played.

[via Joystiq]

Making The PSP Not So Portable

[alien x] has posted this peculiar hack for a PSP. He has gutted and splayed the PSP spreading its insides neatly and mounting them on a plexiglass back. Everything is easily accessible and ready to tinker with. It may not fit in your pocket, but adding mods and experimenting with ideas should be much easier like this. It looks pretty cool too, we want one for our office wall. That could be possible too, he’s selling it.

[thanks doodle]

Smart Phone Hacking Roundup

[vimeo 2049219]

T-Mobile’s G1 was released last week and there has been at least one Android vulnerability announced already. The New York Times reported on research done by [Charlie Miller], who also helped find one of the first iPhone bugs, so we think the report is fairly credible. Last year, we saw him deliver a seminar on real world fuzzing at ToorCon 9. It covered exactly how they found the iPhone bug.

If you just want to use a G1 without service, you can activate it with any T-Mobile SIM card.

Above is Boing Boing Gadgets’ concise video review of Griffin AirCurve. It’s garbage. We first talked about it in our loaded horn post because it looked like something fun to redesign.

The iphone-dev team published a video today showing access to the iPhone’s baseband processor. They connect to the device over ssh and then use minicom to issue AT commands. They’re writing custom AT commands for full control.