[Matt Cutts], head developer for google’s anti spam team, describes how to attach a Wii balance board to a linux computer. He even shows how to make a GUI to show the input. The entire project is done in about 200 lines of python.The process assumes that you can already make a bluetooth connection to a WiiMote, but if you can’t, he’s got instructions for that too.
Many of you have probably experimented with alternative gaming interfaces. Here’s a well done little hack where they created a gun with a display mounted on it, for video gaming. At a glance you can probably figure out exactly what they’ve done. They’ve attached a gyration mouse to the gun for tracking and gutted a keyboard for the buttons. We have to give them some credit, they seem to have packaged it all nicely. Since it’s a standard mouse and keyboard, it just plugs in and works with any game. As you can see in their version, the screen works very well in this configuration, almost seeming like a giant scope. You can see the wireless version and hear their aspirations for projector based models after the break.
A friend recently commissioned us to install OSX on a netbook. We advised him to purchase the Dell Vostro A90. It’s essentially a rebadged Dell Mini 9, a model that has been discontinued, but is well suited for OSX. It’s only available with a 1.6GHz Atom processor, 1GB RAM, and 16GB SSD. Depending on what deals are available, it’s $250-$300. We also had him purchase a 2GB stick of RAM which is the upper limit supported by the BIOS. Read the rest of this entry »
The last of the Commodore 64’s shortcomings has been addressed; it finally has a Twitter client. [Johan Van den Brande] wrote BREADBOX64 for use on the C64/128. It’s running on top of the open source Contiki operating system. The hardware is an MMC Replay cartridge with an ethernet adapter. If you don’t have the hardware available, you can run it inside an emulator like VICE. Embedded below is a C128D running the program.
Look at this awesome glove. This awesome glove is used to control tetris. Yes, you read that right, it controls tetris. This was a final project at Cornell in the summer of 2008. They built this glove to do gesture controlled tetris. With all the announcements of the PS3 motion device and Microsoft’s project Natal, it’s nice to look back to our very recent past and see some alternative user input. These people are using accellerometer data only, sent to the computer wirelessly.
[phreakmonkey] got his hands on a great piece of old tech. It’s a 1964 Livermore Data Systems Model A Acoustic Coupler Modem. He recieved it in 1989 and recently decided to see if it would actually work. It took some digging to find a proper D25 adapter and even then the original serial adapter wasn’t working because the oscillator depends on the serial voltage. He dials in and connects at 300baud. Then logs into a remote system and fires up lynx to load Wikipedia. Lucky for [phreakmonkey] they managed to decide on a modulation standard in 1962. It’s still amazing to see this machine working 45 years later. He’d love to hear from you if you’ve used a similar device.
No one will ever accuse us of being Windows fanboys; we’re certainly fans of netbooks though (or anything cheap enough that we don’t care if we accidentally burn a hole through it). We’ve heard from quite a few friends that Windows 7 is actually an excellent operating system to run on a netbook and is a dream compared to XP. Gizmodo has compiled a guide to getting the release candidate on your lightweight machine. It’s available now and will work for free for a year. The image is 2.36GB which you need to dd onto a USB device. They recommend at least an 8GB drive, but anything smaller than 16GB and you’ll have to use Window’s compact utility to save space. Other than these space considerations, the install appears to be easy. Let us know about your experiences using Windows 7 on your netbook.
Got an IBM PCjr laying around? Why not turn it into a twitter browsing machine? [Alex Grant] did this for the Rochester Institute of Technology’s Creativity and Innovation festival. You can enter search terms into the Twittjr and it will display the top 3 results from twitter. Leave it alone for a minute and it will refresh on its own. To make this happen, the Twittjr is connecting to another computer that is utilizing the twitter API to make the searches. The results are then pushed back to the Twittjr for display. All of this is done via the original modem. While [Alex] takes a moment to explain what twitter is, we feel it might be better to explain what a modem is. You see, back when the PCjr was new, we really did communicate via an analog signal over the phone lines at roughly 300 baud.
This project is particularly amusing. It doesn’t have a whole lot of practical use, but it makes up for it in style. They have an SD card with Wikipedia from 2003 downloaded to it. This is accessed with a Parallax propeller microcontroller based system and displayed on a small retro looking screen. We like it. We don’t think we would ever actually use it, but we would definitely keep it around.
[Justin] sent in his 1st place winning project from Northeastern’s Electrical Engineering Senior Design Capstone. It’s an interface that uses electrostatics to detect your hand position above it. As you can see in the video, it has decent resolution and can detect position on all 3 axes. When they uncover it, you can see the sensors arranged in a grid. They point out that each sensor isn’t just like a button, but rather detects a range of motion. They are using a pic 18×4550 to handle the sensors, which then communicates to the PC via USB. This could be pretty useful for musical performances as well as an alternative interface for people who can’t use a mouse.EO
Here’s an interesting bit of research to come out of Microsoft and UCSD. The Somniloquy project is a new type of network interface. It’s a USB device that allows a computer to continue network communications after being put to sleep. By offloading these tasks, machines that would normally stay awake for RDP and file transfers are only powered up when absolutely necessary. The device uses a Gumstix board like the one used in the Tor hardware adapter. The device pictured above has two USB interfaces, but the second is just for debugging and not needed for proper operation. The board runs BSD and creates a USBNet bridge to the Vista host. When the host daemon detects the computer going to sleep, it hands off active communication to the gumstix. They developed “stub” applications to handle the various types of communication. For downloads, they used wget to download only the portion of the data that was still left. For bittorrent, they customized the command line client ctorrent to manage the download. Both programs wake up the PC upon completion and transfer the file off of the SD card.
[epokh] sent in this cool project where he wrote some custom code to control the Spykee robot using gestures. He filters out everything but green through his web cam, then wraps his fingers in green tape. He then runs a series of filters to clean it up a little bit. The resulting “blobs” are tracked and converted to motor commands. You can see the setup in action in the video after the break. This guy might look familiar, as we posted a super quick head tracking rig he did with legos recently. Some of you mentioned, in the comments, that the legos were a waste, you’ll find that he thought so too, and ended up fabbing a simple rig to take the place of the legos.
TechRepublic and iFixit partnered to teardown Dell’s flagship notebook, the Adamo. The Adamo is positioned to compete directly with Apple’s MacBook Air. The Dell crams a lot of technology into a very thin frame and they use a clever locking system for the backplate to hide any screws. The built in battery has a longer life than the Air and an SSD comes stock. The team points out that the Windows logo is etched on the backside instead of the standard ugly stickers; apparently this took quite a bit of teeth-pulling to get approved. Check out the full photo gallery which includes the fetish packaging and comparison shots to the Air and Dell Mini 9.
Reader [Joshua] sent in his latest project. using a sonar rangefinder, an Arduino, and some clever programming, he’s made is computer react to his distance from it. As you can see in the video after the jump, he has programmed it to change text size and background color depending on his distance from the screen. While he admits that his implementation doesn’t seem immediately useful, there’s lots of potential there. We can actually think of several uses. What would you use it for?