Wearable Haptic Devices Bestow Sixth Senses


Engadget recently posted a story about a flexible tactile display that can be wrapped around any part of the body and give haptic feedback to the user. The research team from Korea’s Sungkyunkwan University that developed the device are focusing on applications like Braille for the visually impaired or transmitting tactile data to a remote user, but this is just the beginning; the applications for wearable haptic feedback are wide open.

Continue reading “Wearable Haptic Devices Bestow Sixth Senses”

Wii Fit World Of Warcraft

[youtube=http://www.youtube.com/watch?v=ucEV7N0N9Pw&hl=en]
By now you’ve probably seen the video of two researchers from the German Research Center for Artificial Intelligence (DFKI) navigating through maps on Google Earth by using the Wii Fit Balance Board. They’ve gone even further now by using the board to navigate World of Warcraft. It’s obvious that the board is usable with any 3D environment. The hack is entirely software based, as the board is completely unmodified. It relays data to a laptop via Bluetooth, where the pressure data in converted to directional instructions by their custom app written in C#. No notes on the project are available on DFKI’s site, but we’re betting they’ll release the software to the public once all the kinks are worked out.

[via Balance Board Blog]

3 Wire LCD Display


Normally driving an LCD requires seven connections to pins on the display, but by using a shift register, [Phillip Warner] at Arduino Playground was able to drive an LCD using only 3 wires. The method is cheaper than a serial LCD, but you’ll mainly save yourself a lot of effort and time by using it.

[Warner] used a HEF4094 chip to group the lines together and a variable resistor to control the contrast. A zip file with the requisite code to make this work can be found in the post.

[via YourITronics]

Water Runner Robot


Researchers at Carnegie Mellon University’s NanoRobotics Lab have developed a robot that is capable of running on the surface of a pool of water. Like their wall climbing Waalbot, the Water Runner was inspired by the abilities of a lizard, in this case, the basilisk. The team studied the motions of the basilisk and found morphological features and aspects of the lizard’s stride that make running on water possible. Both the lizard and the robot run on water by slapping the surface to create an air cavity like the one above, then push against the water for the necessary lift and thrust. Several prototypes have been built, and there are variants with 2 or 4 legs and with on and off-board power sources. You can see a slow motion video of the robot’s movement below.

The purpose of their research is to create robots that can traverse any surface on earth and waste less energy to viscous drag than a swimming robot would. Though another of the team’s goals is to further legged robot research, the Water Runner is not without potential practical applications. It could be used to collect water samples, monitor waterways with a camera, or even deliver small packages. Download the full abstract in PDF format for more information.

Continue reading “Water Runner Robot”

Speed Testing The Latest Web Browsers


With the imminent release of Firefox 3 and Opera 9.5 being finalized this week, Lifehacker decided it was a good time to run the browsers head to head to see which was the fastest and least resource intensive. The testing system was a 2GHz 2GB Vista machine. The timing system used wasn’t directly hooked to the browser, so tests were repeated multiple times to improve accuracy. The cold start winner was Opera, but most browsers opened in about a second if they had been run recently. Safari did well loading content in multiple tabs at the same time, probably due to its short render times for JavaScript and CSS. The final test was memory usage; we’re sure many people will be happy to know that Firefox 3 RC3 only used 66% of the RAM required by the other three browsers.

Magnetically Actuated Microbots


The Carnegie Mellon NanoRobotics Lab uses external magnetic fields to precisely control their nanosoccer players. The micro robots are just 300×300 micron specs of neodymium-iron-boron permanent magnets that have been laser machined. The working volume is surrounded by five electromagnetic coils. Four coils are used for position while the fifth provides clamping force to the work surface. The bot can be operated almost anywhere as long as the surface isn’t magnetically active. Machine vision is used to watch the bot and provide feedback control. Embedded below is the robot moving across a glass slide next to a dime. It can travel at speeds up to 60 body lengths per second.

Continue reading “Magnetically Actuated Microbots”

LAMP On Ubuntu


Download Squad’s [Kristin Shoemaker] has just published part 2 of their guide to web development using Linux. This time around they’re installing Apache, MySQL, and PHP on Ubuntu Hardy Heron. It’s a straight forward process under Ubuntu since you just need to select the few packages in Synaptic. Once installed, she shows you how to poke at Apache to verify that it’s running. They finish up by installing phpMyAdmin and the WordPress CMS.

Having a web server installed is useful for more than just development work. Many open source tools have a simple web based interface you’ll be able to access through your local web server.