Augen E-Go Booting Linux

The Augen E-Go is billed as a Netbook that ships with Windows CE. [Moogle] got it to boot the Linux kernel after a bit of hardware snooping. He found a UART connector on the main board and discovered that if you tie the enable pin to ground you can send an ARM bootloader to the device during boot up. His past experience hacking the Didj and the Explorer helped him recognize the processor used in the Augen. This lead to using a zimage from the Didj to boot the Linux kernel. So far the process halts at a kernel panic, but that’s because he hasn’t built the image with a file system for the device yet.

If the E-Go ends up playing nicely with Linux, [Moogle] may have found a suitable replacement for the Zipit.

Update: Looks like we’ve got the wrong version of the E-Go pictured above (and linked below). Check out [Moogle’s] comment for model numbers.

[Augen photo credit: Newegg.com]

Futuristic 3D Mouse Originally Arduino Powered And 3D Printed

We usually shy away from posting about commercial products. Strap on a bib to protect your shirt from the drool, watching the video after the break will show you why we had to post about this. [Valentin Heun] and his cohorts developed this three-dimensional controller using tools common to the hacker community. The patent-pending device uses a sphere for rotational input but can also be nudged for movement on 3 axes.

You may remember that [Valentin] as involved with that 10,000 watt flourescent lamp display. His Arduino skills were honed with that installation and used during the development of this mouse. Also joining in the prototyping fun was a 3D printer used to make the parts. From project to production, we figure the skills you use when hacking are breaking down the barriers that inventors have traditionally faced when looking to marked useful products.

This would be fantastic for 3D cad, modelling, etc. But we think it would also go well with Eagle, like the other 3D mouse hack did.

Continue reading “Futuristic 3D Mouse Originally Arduino Powered And 3D Printed”

Typewriter As I/O; Lets You Play Zork

Okay, for many the fact that this typewriter plays Zork on paper instead of a CRT is the fascinating part of this hack. But we love the implementation that makes the keys of the device an input and output.

The electric typewriter has been fitted with a solenoid for each key (wow, that’s a lot of work). In the image above you can see they are housed on plywood platforms behind the typewriter and connect using a piece of mono-filament fishing line. This flexible connection means the solenoids have no adverse effect when you want to do the typing instead of the Arduino which drives the solenoids. [Johnathan M. Guberman] took advantage of this, adding a resistor for each key. When depressed the key completes a circuit with the resistor, acting as the input. In this way, you can play Zork with a piece of paper as the monitor, typing for the input, and watching the typewriter magically pound out responses. See it happen after the break.

Continue reading “Typewriter As I/O; Lets You Play Zork”

IM-ME Graphic Manipulation Using Sprites

Here’s a study in sprite animations that [Travis Goodspeed] put together. He’s working with one of his favorites, the pink IM-ME device that he’s been hacking on for a while now. But if you don’t have this hardware that shouldn’t discourage you. There’s a lot to be learned from his methods which will translate to any microcontroller working with a graphic LCD.

He starts with a 24-bit PNM sprite that includes three frames of his desired animation. From there he needs a way to store the data for use with 8-bit microcontrollers. He chose to write a Perl script that will translate the image format into a 1-bit map. Each frame of the animation takes up a column width that is a multiple of 8 for easy retrieval by the processor. This translation into a C array, and the accompanying code that translates it into data for the frame buffer is the key to the animation process. What is he shooting for? A sprite-based video game on the handheld.

Halloween House Has Been Known To Burst Into Song

Just a day after Halloween and a replacement for Michael Jackson has been found, in the form of a very talented musical house. Not only does this house come close to a Michael Jackson dance routine but can mimic the voice quite well.  The house has also been known to do the Monster Mash as well as Sandstorm (Techno) by Darude. YouTube’s KJ92508 has uploaded his Halloween conquests for all to enjoy.  As of yet, he has not made a how to or even done a walk through video in broad daylight but here is to hoping he will due to numerous requests for a sneak peak.  He has mentioned that he used “4 singing pumpkin faces, tombstones, hand carved and blow mold pumpkins, strobes, floods and thousands of lights.” I look forward to what is in store for next years decor.  Just another example of what technology in everyday life and a little elbow grease can do.  Be sure to check out the video of “Thriller” as done by this house after the break.

Continue reading “Halloween House Has Been Known To Burst Into Song”