Hackaday Links: December 5, 2012

mario

PS1 hombrew competition The PlayStation Development Network is hosting a six-month long competition to develop homebrew games for the original PlayStation.We don't get many homebrew games for old systems in our tip line, so if you'd like to show something off, send it in. This is how you promote a kickstarter [Andy] has been working on an SNES Ethernet adapter and he's finally got it … [Read more...]

How to configure Eclipse for the Stellaris Launchpad

eclipse-for-stellaris-launchpad

We're partial to using gedit and a makefile for our AVR projects. But for the most part we don't a debugger with those smaller chips. Now that we're getting going with ARM processors we use debugging all the time and Eclipse is a great way to combine code writing, compiling, and debugging in one place. Sure, we could use one of TI's provided IDEs (some of them are based on Eclipse), but we'd … [Read more...]

The story behind developing the Sifteo from an engineer’s perspective

how-the-sifteo-was-developed

The video game industry must be one of the most secretive sectors when it comes to developing the electronic hardware used in the gaming consoles. The big guys don't want to give anything away -- to the competition or to the hackers who will try to get around their security measures. But it seems Sifteo doesn't share those secretive values. We had a great time reading about the bumpy ride for the … [Read more...]

The beginnings of a geeky wristwatch

the-beginnings-of-a-geeky-wristwatch

Wow, we're seeing all kinds of good stuff from NYC Resistor today. [Caleb] found this link to [Hudson's] early work on a geeky wristwatch. It is based around an HDSP-2112 eight-digit alpha-numeric display. Each digit is a 5x7 array of LEDs, but the look of it really reminds us of [Woz's] Nixie Wristwatch. The nice thing about using a display like this one is it's much easier to drive and the power … [Read more...]

Use an old laptop as a second desktop display

DSC_0016s

When we're trying to get a relatively complex project to work we often end up with twenty windows open. When this happens we're usually referencing multiple data sheets, webpages, and trying to write code that the same time. We've seen people with two or three monitors to alleviate the situation (often called a battlestation), but the we're cheap and can't justify buying more displays just for … [Read more...]

Air Harp using the Leap Motion

leap-motion-air-harp

He's just pointing in this image, but this Air Harp can be played using many fingers as once. It's a demonstration which [Adam Somers] threw together in one weekend when working with the Leap Motion developer board. We first heard about this slick piece of hardware back in May and from the looks of it this is every bit as amazing as first reported. Part of what made the project come together … [Read more...]

Common Linux tools on Android without root by installing BusyBox

install-busybox-on-unrooted-android

[Adam Outler] shows us how to expand the Linux tools available on Android without rooting the device. He does this by installing BusyBox. The binary is copied to the device using the Android Developer Bridge. He then opens an ADB shell, adds execution permissions to the binary, and runs it. BusyBox calls itself the Swiss Army Knife of Embedded Linux. It provides a set of very common tools which … [Read more...]