cancel
Showing results for 
Search instead for 
Did you mean: 
Marc_V
On our wavelength

The Raspberry Pi Zero, the latest iteration of the microcomputer from the guys and gals at the Raspberry Pi Foundation was released very late last year. Touted as the World’s cheapest computer (as cheap as $5/£4) this British made technology is driving a change in the accessibility of computing worldwide.

It’s smaller than a credit card, measuring just 65mm x 30mm and has a 1Ghz single core CPU, 512MB RAM, Mini HDMI, USB and Power ports and a 40 PIN header for your projects.

Beware, getting your hands on a Zero isn’t easyBeware, getting your hands on a Zero isn’t easy

But how would it handle jacked up to Vivid?

We couldn’t wait to find out.

Getting our hands on one wasn’t easy – as you can expect - the Zero has been selling fast but after a few days and at very little cost I had one of my very own and was ready to see just how fast we could get this tiny piece of kit going.

If you want to try and recreate the challenge with Pi Zero you might need a couple of extra bits to attach to the board mainly because every port is tiny:

I found using a multiport micro to standard USB hub easiest for connecting the mouse, keyboard and an additional USB to Ethernet adaptor.

To connect to a screen via HDMI you’ll have to use a mini HDMI to standard HDMI adaptor and depending on your choice of kit you might need to get a micro USB power supply (I used another adaptor as I had a standard USB power cable to hand.)

Tiny ports mean you might need more kitTiny ports mean you might need more kit

On the larger Pi & Pi II models the ports are regular so you won’t need to upscale everything.

Once I was set up, I installed Debian, a Raspberry Pi Linux variant available from the raspberrypi.org website. This is done by burning an image onto the SD card via another machine.

For the speed test I found a really handy python script on github written by Matt Martz which uses the speedtest.net servers.

To get going a couple of console commands are required to install and run the test -

git clone https://github.com/sivel/speedtest-cli.git

That command will clone the github repository onto the sdcard on your Pi Zero. Next up is to navigate to the directory that contains the python script –

cd speedtest-cli

run the script –

python speedtest_cli.py

and you should see something like this –

Python in actionPython in action

As with the web version the script picks the best server and runs Ping, Download and Upload speed tests. As I’ve done above you can create a link to share the test by adding --share at the end of the command to run the script –

python speedtest_cli.py --share

And here are the results:

Like some consoles the Pi Zero has limitsLike some consoles the Pi Zero has limits

http://www.speedtest.net/result/5033977405.png

Despite being on a Vivid 200 connection it looks like I’m hitting the upper hardware limits of what the Pi Zero and the network adaptor could manage.

Not all devices are built to handle top speeds of 200Mb, including some consoles – so it’s not a bad little performance from this tiny piece of hardware but I won’t be ditching my PC anytime soon!

Home sweet home, jacked in to Vivid 200Home sweet home, jacked in to Vivid 200

The game is on.

Think you can tweak more bandwidth from your Pi Zero? Share your results with us and how you achieved it in the comments section below.

 

6 Comments