Electronic patient record system goes into developing countries with the #RaspberryPi

Moorfields Eye Hospital NHS Foundation Trust have developed an open source electronic patient record system and are now deploying it across 40 sites in developing Commonwealth countries. It is being adapted to run on the low-cost Pi. The first installation of Open Eyes will be a pilot in a hospital in Tanzania and it is expected that this will take place before the end of the year.

The code for Open Eyes is hosted on GitHub and has its own website which can be viewed here.

Read more here

Control your #RaspberryPi with a Wiimote

Matthew Timmons-Brown, aka The Raspberry Pi Guy, has done another tutorial video. This time he tackles the complexities (or simplicities) of getting a Wiimote running in conjunction with your Pi. It’s very simple and he’s done some example code so that you can hack away without going back to first principles.

You need to have “git” installed for the tutorial. If you don’t, first run the following commands:

apt-get update
apt-get install git

Here’s the video:

Network boot a classroom full of #RaspberryPi with LTSP

Andrew Mulholland has developed a series of scripts called RaspberryPi-LTSP that allow you to boot the Raspberry Pi over a network. You start off by installing a minimal distro on the Pi’s SD card and then it goes and ‘gets’ the full operating system from a central network server. This means that the Pi is running as a ‘fat client’ – all the processing is done on the Pi but things like installed apps and the work you do on the Pi is held on the server. This is ideal for classrooms as it means that if you have a Pi SD card failure then you haven’t lost all the work that the Pi user had done. Here’s what he had to say about it at the Raspberry Jamboree in Manchester:

For more details, visit the GitHub project page here. You can talk to Andrew about it on Twitter: @gbaman1.

Review: UUGear 7-port USB hub for the #RaspberryPi

I was contacted by Shawn from UUGear, based in the Czech Republic, about their new 7-port hub and agreed to review it. So, here goes!

The UUGear Hub features 7 ports on a circuit board that is the same size as the Raspberry Pi itself. You can mount it (using the included metal spacers) above or below the Pi.

Here are the specs:

  • USB 1.1 and 2.0 compatible
  • Multiple Transaction Translator (MTT) – this allows all ports to run at their top speed regardless of whether you’re using USB1 or 2 devices.
  • Connect up to 7 high powered devices at once (depending on power supply)
  • Able to support up to 1A per port
  • Stack multiple hubs for up to 127 ports.
  • 1 LED to indicate power supply
  • 7 LEDs to indicate individual port activity
  • Per port over-current detection and protection
  • Support both self-power and bus-power modes (bus power is selectable via jumper)

Here’s a video from Alex Eames over at RasPi.TV – it’s a quick walk-round and explanation of the features:

You’ve got three options to power the Pi from the hub. First, there are two header pins on the board which you can connect via female-to-female wire directly to the 5V and GND GPIO pins. Secondly, you can power the Pi over the USB bus (which you shouldn’t do, but you can switch the jumper to prevent this… but it works, so hey ho!) and thirdly you can plug the Pi into one of the board’s 7 USB ports. Below you can see a photo of the hub powering the Pi via the GPIO pins:

Now, obviously the amount of devices you’ll be able to successfully use will depend very much on your mini USB power supply. When I used it, I used a 2.1A supply that I happened to have (thank you very much Cyntech) so I could connect a lot of things to it. Here it is in action with 3 webcams, a keyboard, a mouse and a serial-to-USB cable connected to my old Windows CE HP Jornada.

I actually ran out of devices to connect up at that point! By using lsusb, I confirmed that all the devices were detected, although I didn’t actually use them at all, I just got the list up.

According to Shawn, he has successfully powered three Pis from it! Again, very much depends on your power supply. My attempt at doing this failed due to a dodgy cable, which was a shame (or it could’ve been because I was trying to power three model Bs and he used a model A as one of his). But here’s a photograph of Shawn’s successful experiment (all the Pis have wifi dongles too!):

673A8E2B@83E93B6E.6E60FE52

Overall, this is a great hub. At the moment, you can only get it direct from UUGear but I would expect them to secure a UK distributor soon. It costs $29.50 from their store. This seems about right considering the manufacturing quality and the small size.

In conclusion, if you’re looking for a compact, quality hub with a lot of flexibility to power the Pi, or if you want one that can be mounted to the Pi, and which has an awful lot of ports, I highly recommend picking one up.

For the next few days (until Saturday 29th), there is a 10% off discount code – uugear-launch-2014 – that brings the cost of the hub down to about £16.

Read more on UUGear and decide if you want one. You can buy it from their store here.