Slashdot Mirror


Ask Slashdot: What Is Your Most Unusual Hardware Hack?

An anonymous reader writes: Another Slashdotter recently asked what kind of things someone can power with an external USB battery. I have a followup along those lines: what kind of modifications have you made to your gadgets to do things that they were never meant to do? Consider old routers, cell phones, monitors, etc. that have absolutely no use or value anymore in their intended form. What can you do with them? Have you ever done something stupid and damaged your electronics?

9 of 210 comments (clear)

  1. External GPU on the notebook by Anonymous Coward · · Score: 5, Interesting

    Using an expresscard PCIe breakout (and an ATX power supply) I have put a Nvidia GTX-780 GPU onto my 5 year old laptop. As an external accessory.

    Works like a charm, and really makes this thing a high-end system again.

  2. Camera + lava lamp for true RNG by Anonymous Coward · · Score: 4, Interesting

    Probably using a simple webcam + multiple lava lamps and a bit of software written in java to create a true random number generator. Using the prng functions that most languages provide is so 1992.

    Yes, I could have also used random.org, but I wanted to show my nephew how to code, and figured that would be an easy project for him to understand and us to have fun with.

  3. Converted old cell phone to uplink transmitter by NixieBunny · · Score: 5, Interesting

    Many moons ago, I got tired of what was on the radio, and I built a pirate FM station. It had a studio supplied with over 50 volunteer DJs, but most of all it had the transmitter up in the mountains, with a UHF uplink system, to allow for very broad coverage of our city. I made the uplink transmitter form a 1985 Motorola cell phone, the old brick type. It was suitably modified to put out wideband FM audio. You might be able to read about it by Googling "Radio Limbo Tucson".

    --
    The determined Real Programmer can write Fortran programs in any language.
  4. Something I won't put on my resume by arkamax · · Score: 5, Funny

    I got a wakeup call once at 8am, it was my CEO whose Thinkpad laptop failed to boot due to a stuck CPU fan. He had a plane to board in 3 hours to visit a seminar where he had to present a slide stack.. the only copy of which was on that laptop. Naturally, there was no time to replace anything (much less find a spare fan), so after a short lecture on importance of backups I took his laptop, put my lips to the fan intake, pushed power button and gave it a gentle blow. That got the stuck fan started. Perhaps the same could be achieved with a dust blower, but we didn't have one handy. When he asked me how is he supposed to fix it in front of world's most known scientists in the field, I told him - "give it a blow on startup, that's all". Those EYES... It did the job though :)

  5. brute force the unlock code on car stereo by Anonymous Coward · · Score: 4, Interesting

    Many years ago, a friend asked me to help him figure out how to find the code for his new car stereo (never mind how he obtained it). When it first powered up, you had to wait a few seconds and then press buttons for a 4 digit code. If the correct code was entered, audio would emerge. Rigged up a little board with a 16F84 (I think that was the part#), anyway controlled fets with wires soldered to the buttons for entering the numbers, created a simple opto-coupler with led and photo-transistor laying around and some tape. Used that to sense the audio output. Hooked a little lcd up to the mcu, wrote firmware to enter the code one-by-one and just stop and display the last number tried when the audio emerged. Took 4 days for the system to find the code because of the long wait time required between fet-controlled power ups. Worked like a champ. Wrote the code on top and handed it back to him.

  6. Nintento Light Gun by masterz · · Score: 4, Interesting

    Reverse engineered the Nintendo light gun (with the help of patents, purchased by snail mail, this was 1997). Soldered some wires to the inside of the Nintendo, connected them to the computer parallel port. Two of my friends and I wrote a Duck Hunt type game for DOS, just fitting under 640KB.

  7. Re:Not really unusual, but... by russbutton · · Score: 4, Funny

    I used to work as a sysadmin at Sun Microsystems in the early 1990s. One day I got a ticket from an enginneer who had an external disk drive hanging off of his Sparc Station. He complained that the drive was noisy and was probably going to die. He wanted a replacement. I walked by his office and he had a meeting going on with a couple of guys. As with many of us, he had stuff piled all over his desk. Sitting on top of his disk drive was a plastic business card holder. When I removed the business card holder, the noise went away...

  8. Paperclip saves fairground ride. by sbaker · · Score: 5, Funny

    I was working on one of those gigantic 'motion theatre' fairground rides:

    https://en.wikipedia.org/wiki/...

    This was back in the era of 286 PC's - running DOS. The software was suffering timing issues and we really needed a hardware timer interrupt - but DOS already stole all but one of them - and we simply didn't have enough.

    I needed a *roughly* 1kHz interrupt to monitor some ride function or other (I forget exactly what) - so I came up with the idea of putting a bent paperclip between the RxD and TxD lines of the RS232 port and using the serial port interrupt. I'd send a character out through the serial port - and at 9600 baud, with one stop bit and one start bit the character took ~1/960'th of a second to arrive back in the serial port chip...at which point it triggered an interrupt - and I could send another byte out to make it happen again.

    We used paperclips on a couple of machines as an emergency hack - but later versions used a 'dongle' plug that went into the RS232 port with a wire soldered across those two pins)...this plug was named the HPE..."Hardware Paperclip Emulator".

    --
    www.sjbaker.org
  9. Back in the day by Ultracrepidarian · · Score: 4, Interesting

    Back in the days of punch cards, I was working as an intern. There were several large trays of cards that were sitting untouched for a long time. I was told that two sets of unrelated data had accidentally been collated together into more-less-random order and no-one had come up with a way to separate them other than manually. As there were perhaps 20,000 cards the other operators were doing their best to ignore them.

    While the others were at lunch, I looked them over. The most obvious difference was color, one set buff, and the other set blue. Then I noticed that one set had a corner-cut on the left and the other set on the right. Poking into the card sorter, I found I could loosen one of the metal hole sensing brushes and cock it to one side to sense the cut corner. In just a few minutes I had the two sets cleanly separated and back into separate trays.

    When the others returned, I pointed to the result. They asked me how I had done this. I told them I had set up the sorter to sort on color and never did tell them the real story.