Slashdot Mirror


What (non-PC) Hardware Do You Hack?

Lis writes "Mike Langberg at the Merc News interviewed Scott Fullam - Scott wrote the book 'Hardware Hacking Projects for Geeks' which includes things like a video periscope for your car, an Internet toaster, Cubicle Intrusion Detection Systems, and talking Furbys. (Instructions for the toaster and coffeemaker are up on the O'Reilly site.) Almost any kind of consumer electronic equipment can be modified to do things it wasn't intended to do. Ok, you'll probably void your warranty in the process, but you could end up with something even better than the original. Or not. But it's just gotta be interesting. So what have you hacked, and into what?"

6 of 696 comments (clear)

  1. HP-41C Synthetic Programming by G4from128k · · Score: 3, Informative

    Back in college, I used to love synthetic programming in an HP-41C. When it was first discovered, one had to use various evil processes (yanking a memory modules, corrupting a magnetic card). The result was programming instructions that HP never intended. With synthetic programming, one could access hidden memory locations, display strange characters, and emit unusual sounds (just be careful with "STO c"). I spent way to much time exploring all of the tricks and documenting what did what.

    My favorite little synthetic program made the machine tick ominously like a Geiger counter.

    Thanks for bringing back fond memories from 20 years ago.

    --
    Two wrongs don't make a right, but three lefts do.
  2. MEGASQUIRT!! by Greg151 · · Score: 4, Informative

    If you are interested in EFI, ( even if you wish to keep your stock computer) check out megasquirt . I have learned more about how EFI works, and I plan to use megaquirt on my 65 barracuda. This type of garage/junkyard technology will keep older vehicles on the road, with better emissions and performance.

  3. Good hacking tool: by t_allardyce · · Score: 5, Informative

    PIC processors can be insanely useful for this sort of thing and very cheap (most around $10) and easy to get, and once you've got the basics down (which can seem a bit daunting at first) they are very easy to learn and program to do pretty much whatever you want. The playstation mod chips are cheap miniture 8-pin PICs usually - just to give you an idea of what they can do, and some of the more advanced models have RS232 (i think) builtin so you can directly interface it with your PC. Add to that some cheap easy to use wireless modules (they just take a power supply and you stick the on/off binary signal in and thats all you need, takes 2 minutes) you can do some nifty remote controlled things. Basically anything from just switching something on and off or blinking some leds (which can be programmed in minutes) to full fledged computing can be done with these babys. They have loads of extras too - analog-digital converters, eeprom memory, high-current switching and more.

    Remote key-loggers anyone? ;)

    The PIC makers
    More stuff

    --
    This comment does not represent the views or opinions of the user.
  4. SafeHouse by losycompresion · · Score: 4, Informative

    The phone both there would be alot cooler if it actually worked as a phone....and didn't tell you the damd code to enter after picking up the handset.

  5. you can get premade boxes to do that by caveat · · Score: 3, Informative

    they aren't cheap, but a MoTeC ECU will let you play with your injection maps to your little hearts content, along with pretty much everything else that you can electronically control in your engine (uhh...injection mapping, ignition...what else is there?). truly a hacker's dream toy.

    --

    Facts do not cease to exist because they are ignored. - Aldous Huxley
  6. Opel Display by Visser · · Score: 4, Informative

    Hello, I hacked the Opel display. Normally it shows the RDS information of the carradio. Now it shows the revolutions per minute of the engine. I used a PIC processor to measure the rpm and talk to the display. www.eelkevisser.nl/display.htm