Author Archive

hrp-4cI’ve found the Japanese to have a somewhat worrying obsession with robots; everything from the 4-foot tall Asimo types to the 50-foot high flying types.

They also make some rather impressive bipedal robots which can be seen in videos all over the internet accomplishing impressive feats such as running and tackling stairs. They do, however, seem to have a slightly odd gait which looks as if it was borrowed from a ‘dog-walker’ as the feet and knees preceed the robot noticably as it moves. Apart from Hubo, there have been few attempts at turning the ‘robot’ into an ‘android’

Now, researchers at AIST (National Institute of Advanced Industrial Science and Technology) have produced a biped Android (or more correctly a Gynoid) known as HRP-4C.

The robot has the broadly realistic human proportions correspondent to a Japanese woman and also comparable weight. The simulation of human likeness only extends to the face which has some level of animation and the hands which I am yet to see change pose during a demonstration. The rest of the body appears as if in a fitted suit of armour.

Apparently she Linux in the form of an AIST developed platform known as ‘Actual Time Linux’ (ART-Linux2.6).  Although difficult to decipher from the translated text, it appears that much of HRP-4C’s development revolves around and contributes to open projects.

The walking gait is rather more natural in appearance than an Asimo unit but could still do with more damping as there is an obvious jarring in the step. Thus far I have only seen the gynoid perform basic walking and a short bow. On examination of a translation of the japanese information page, it seem that the unit is designed for entertainment or fashion modeling. An odd choice of target market to my mind but the size/weight constraints probably prohibit any industrial uses.

The HRP-4C stands about 1.6m tall and weighs approx 50kg.

YouTube Preview Image

If they could increase the abilities of an android of this scale, I reckon it could play a critical role in caring for Japan’s ageing population. I’ll be really impressed but don’t doubt that I will soon see a biped android powerful enough to lift a human safely.

In the mean time, I’m saving up for my RX-78NT1 Gundam ;)

Comments 1 Comment »

I just came across this FOSS Midi Piano Tutor program which I thought rather shiny.

The premise of Piano Booster is similar in concept to games like Guitar Hero only it turns the note path on it’s side, adds a proper musical stave and just might inadvertently help you to learn to play a real piano. ;)

YouTube Preview Image

I was going to say how it probably isn’t as ‘cool’ as Guitar Hero but then again, if we’re honest, games like Guitar Hero actually make you look like a bit of a prat when played infront of your friends and I suggest that with the necessity for a Midi keyboard, Piano Booster is probably something you’d use on your own anyway.

Although I don’t have any special desire to be able to play the piano, with Midi keyboards now as cheap as $40, it’s a bit tempting to get one just to try out this software :)

Comments 4 Comments »

Marvell of the USA have announced a sub $100 (projected sub $50!) computer built into a ‘power-brick’ or ‘wall wart’.

sheevaplug-devkit

Bascially, the device is the size of a regular plug-in power adaptor and does just that; it plugs into the mains socket and runs. It’s power consumption is supposedly about 5 Watts.

  • 1.2Ghz ARM CPU
  • 512MB RAM
  • 512MB Flash storage
  • Gigabit wired ethernet
  • USB 2.0 socket
  • SDIO Expansion

Marvell already claim linux distributions to be running on the device and the possibilities for utilisation seem endless.

The $99 “development kit” is effectively a pre-release model and I’m really tempted to order one in to see what I can make of it.

Unfortunately, Slashdot got hold of this before I did so you will be able to see the Marvell SheevaPlug over at Linux Devices when their server stops smoking ;)

You also be able to order the SheevaPlug devkit directly from Marvell

Comments 2 Comments »

If you’ve ever run a site which uses an SSL certificate, you may have found a problem when your site calls information (images perhaps) from a third-party website which does not use an SSL certificate. The user’s web-browser will often display an icon or some other form of indication that part of the transaction is no-longer encrypted.

Ideally you want to avoid calling the external content on any page which is SSL secured or rather (for the purposes of this statement) only call the content when on a non SSL secured page.

Thankfully, if you’re using Apache and PHP, you’re on to a winner. The following statement checks with Apaches as to whether the current page is being served as HTTPS or not and renders the page with or without the third-party content as appropriate.

<?php  if ($_SERVER['HTTPS'] != “on”) { echo ‘this is where you make HTML calls to your external content”;}  ?>

This should hopefully get rid of those pesky browser warnings for your dynamic pages.

Comments No Comments »

Here follows a quick description of getting an Epson Perfection V300Photo running in Ubuntu 8.10 Intrepid.

epson_v300_photo

Firstly, the scanner has sane support but requires a ‘non-free’ (as in speech) driver element.

Thinks you need:

Make sure sane and sane-utils are installed:

sudo apt-get install sane sane-utils

Then you will need to ‘borrow’ libltdl3 from Ubuntu 8.04. You can find it here: http://packages.ubuntu.com/hardy/libltdl3

And finally, you need iscan and the esci driver as DEB pacakages from AVASYS. You need to go through the form-driven system here: http://www.avasys.jp/lx-bin2/linux_e/scan/DL2.do

Once you’ve installed that little lot, you need to add a line  to one of your sane config files:

sudo gedit /etc/sane.d/dll.conf

Add epkowa to the list of drivers found there.

You should now be able to use Xsane or any program which calls Xsane (such as GIMP) for scanning.

I’ll readily admit, it’s a really clunky installation process. It seems largely Epson’s fault. The do provide the Linux driver but it’s a binary and doesn’t appear to be licenced in a way which would enable it to be bundled with a Linux distribution. It would either require Epson to release the sourcecode for their V300 driver or for someone to successfully reverse-engineer the scanner software interface for this to become easier ie: direct sane support.

References:

http://ubuntuforums.org/showthread.php?p=6297403
http://ubuntuforums.org/showthread.php?t=978407

Comments 2 Comments »

After discovering that Hauppauge WinTV NOVA-T PCI cards seem to draw anything up to 9 watts each when in operation, I’ve been theorising about ways and means to reduce the overall power consumption of a MythTV ‘backend’ server.

One option I considered was replacing two NOVA-T cards with a single NOVA-T 500 which has two tuners. The glaring problem with that approach is that I have no means of knowing before-hand whether the NOVA-T 500 doesn’t just draw twice as much power as a normal NOVA-T.

The other alternative I’ve considered is a NOVA-T USB Stick. It’s a really simple device involving a USB connector at one end and an aerial connector at the other. In theory, the limitations of the USB system should dictate that one of these sticks will not require more than 2.5 watts (more likely no more than 2 watts).

Hauppage NOVA-T USB stick

If so, I would be limited to one stick per USB slot but that’s no great hardship as I have at least four USB slots to play with.

There is a catch though, having done some reading out on the intertubes, it appears there is a problem with tuning on the NOVA-T sticks and the current version of Mythbuntu (which I have used to configure MythTV systems up until now)

Comments No Comments »

All methods and procedures shown here are carried out entirely at the user's own risk. Please read our disclaimer