Archive: 2016

What's new in GPIO Zero v1.3?

One year ago today, I started the GPIO Zero project. We now have a core team of three (Dave Jones, Andrew Scheller and me). There have been 587 commits, we've released four major versions, and published a book. The library has great coverage of GPIO devices, and contains features I never even...

Top 10 Raspberry Pi Add-On Boards

Did you know you can adorn your Raspberry Pi with HATs? Of course we're not talking about hats like people put on their heads, but rather HATs: hardware attached on top. These are add-on circuit boards and accessories that add functionality to your Raspberry Pi. You can, of course, use the Pi on...

What's new in GPIO Zero v1.2?

GPIO Zero is a Python library I created to make physical computing on the Raspberry Pi more accessible, particularly for use in education. Read more about it on raspberrypi.org, or about how it was created in an article on this blog, GPIO Zero: Developing a new friendly API for...

Fork Handles

I was sad to hear the news of the death of Ronnie Corbett. I've always been a huge fan of The Two Ronnies and much of the other work the duo had done both together and individually. Within moments of the news breaking, tributes such as photographs of four candles and fork handles, and links to...

2015 Open Source Yearbook

I contributed to the 2015 Open Source Yearbook, created by opensource.com, which you can download as a PDF or view the individual articles online. It comprises: 6 creative ways to use ownCloud – by Jos Poortvliet, ownCloud community manager 10 tools for visual effects in Linux with ...

Raspberry Pi 3

The original Raspberry Pi went on sale four years ago, and more than 8,000,000 units have shipped since then. Raspberry Pi computers are used in schools and universities, in factories and other industrial applications, in home automation and hobby projects, and much more. Today the Raspberry Pi 3...

Raspberry Pi Weekly

Back in 2013, inspired by PyCoders Weekly, a great Python email newsletter, I created Pi Weekly, the same sort of thing for Raspberry Pi. Each week I curated a collection of links to news, projects and articles from the Raspberry Pi community. Its subscriber base grew steadily and within a few...

GPIO Zero

One of the most exciting starter activities to do with a Raspberry Pi is something you can't do on your regular PC or laptop — make something happen in the real world, such as flash an LED or control a motor. If you've done anything like this before, you probably did it with Python using the...