I recently attended All Things Open, an open-source conference in Raleigh, North Carolina, run by Red Hat. I was invited by my friends at opensource.com – and it was a great opportunity to meet the team and some of the moderators, columnists and contributors. #ATO2016 pic.twitter.com/Tdk8wqzWcB —...
I was invited to give the closing keynote at PyCon Russia, which took place in Moscow in July. It was my first visit to Russia – and I had a great trip. Today I am mostly being the Raspberry Pi Community at @PyConRu pic.twitter.com/U88J1rcMNZ — Ben Nuttall (@ben_nuttall) July 3, 2016 I travelled...
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...
Today the MagPi team released a new publication: Simple Electronics with GPIO Zero. This 100-page book takes you from the basics, like lighting an LED, all the way to building projects like an Internet radio using the GPIO Zero Python library. This book is available as a free PDF, but you can also...
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...
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 Physical...
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 RPi.GPIO...
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. https://www.youtube.com/watch?v=oaGpaj2nHIo Within moments of the news breaking, tributes such as photographs of four...
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. https://opensource.com/yearbook 6 creative ways to use ownCloud – by Jos Poortvliet, ownCloud community manager 10 tools for visual effects in Linux...
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...
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...
For about the last 3 years, the de-facto method of accessing physical components via the Raspberry Pi’s GPIO pins has been a Python library called RPi.GPIO, created by Ben Croston, who originally built it to control his beer brewing process. Despite its humble beginnings in a personal hobby...