RoboGames 2008 This Weekend


The fifth annual RoboGames is happening this weekend in San Francisco. RoboGames is a broad reaching competition designed to bring together specialists in all areas of robotics. Last year’s event had 800 entries in 62 different events. The biggest audience draw is definitely the combat robots shown in the video above, but there are other skill and task based competitions. If you’re in the area, this is definitely worth your time. Check out ROBOT magazine’s coverage from last year to get an idea of what you’ll see (or in our case miss).

[thanks io9]

Data Recovery Tools


In your zeal to delete your data, you may have accidentally deleted files that you wanted to keep. Lifehacker has posted this handy list of data recovery tools to help you get those files back.

As you may know, whenever you delete a file, the only thing that changes is the file system. The data of the deleted file is still on the hard drive, but the file system sees the space containing the file as “blank” writable space. Data recovery software typically looks into the directory where the file was stored and scans it, finding any files not listed in the file system.

The program you choose for this task will not only be determined by your OS, but also by the specifics of your recovery needs. Do you need to recover a single file? Many files? A whole hard drive? An unbootable drive? A really scratched optical disk? Specialized tools for all of these needs are available, and this article will help you find the right program for yours.

Perceptual Chronograph


All praise to [Limor] for uncovering this incredibly odd project. [magician]’s perceptual chronograph is designed to test whether time “slows down” in stressful situations. The device flashes a random number on the display very quickly so that it is impossible to perceive what is actually being displayed. If you can read the number while under stress, it means that your ability perceive time has increased. It’s hard to believe, but check out the video embedded after the break that investigates the phenomenon. We can’t help, but wonder how [magician] personally plans on testing this.

Continue reading “Perceptual Chronograph”

DIY HID Ballast


HID lights have a major power consumption and lumen output advantage over halogen lights. Unfortunately the ballast component isn’t very cheap. [brian]’s been building his own ballasts for his mountain bike. We couldn’t find any more info on his design, but we did find some interesting stuff. This document lays out the requirements for a ballast. Here’s an older HID ballast design to get rolling. Keep in mind that the lamp requires high voltages – don’t play with it unless you know what you’re doing. If you’d rather use off the shelf components, check out the HID dive light we wrote up a while back. It uses a fairly inexpensive ballast/lamp combo.

DNS Spoofing With Ettercap


[IronGeek] has published his latest video how-to: DNS Spoofing with Ettercap. Ettercap is designed specifically to perform man in the middle attacks on your local network. It can do ARP poisoning, collect passwords, fingerprint OSes, and content filtering. For DNS spoofing, you just need to edit a config file that defines which domains resolve to which IP addresses. You can use wildcards for the domains. In the video, he uses Linux because the network interfaces are easier to remember. Once you’re done playing with DNS spoofing, remember to flush your local cache otherwise your browser will continue to go to the wrong IP.

[photo: mattdork]

Tips On Picking The Right Case


Finding the right enclosure to house your latest project can be tricky, so Sparkfun wrote up some handy tips on the how to pick the right one.

The most important tip is to have your components measured before acquiring a case; even being a few milimeters too small can put you back at square one. To do this right, it’s useful to look at the dimensional drawings of prospective cases to get a sense for the size. These typically include recommended shapes for PCBs too.

You may find a case that meets your dimensional needs but doesn’t have the appropriate mounting bosses. To get the placement right, screw some plastic standoffs to the PCB, then use super glue to attach them firmly to the case.

Tips on button choices, hole drilling, and other typical issues with case modification can also be found in this guide. If this is something that’s been stumping you, give it a look.

How-To: Binary Clock Using A Freeduino SB 2.1


Solarbotics recently released its own version of the Arduino microcontroller development board. They based their board on the Freeduino design. We thought this would be a good opportunity to review the new board as well as present a How-To about building a simple binary clock. Along the way we’ll cover some basics on attaching LEDs and switches to a microcontroller.

Continue reading “How-To: Binary Clock Using A Freeduino SB 2.1”