Tag: raspberry pi

hostedpi

Cambridge-based hosting company Mythic Beasts — long-time friends of Raspberry Pi people and products — launched a unique service back in 2016: Raspberry Pi hosting, what they call their "Pi Cloud". When I developed the first version of piwheels, it made sense to make use of this service to...

What's new in GPIO Zero v1.6?

Dave and I just did a release of GPIO Zero, our Raspberry Pi GPIO library. It's been over 18 months since the last release, and as well as plenty of small bugfixes and corrections to the documentation, there are a few nice new features too. The highlights: Rotary Encoder Multi-segment displays,...

MagPi interview

Issue #91 of the official Raspberry Pi magazine, The MagPi, has just been published and it features an interview with me, about my time at the Foundation (and a bit before), letting the community know what I'm moving on to at the BBC. You can buy or download the issue here: Issue #91 Here's what...

Mythic Beasts Pi Cloud

Mythic Beasts is an awesome hosting company based in Cambridge. They host the Raspberry Pi website, including the Raspbian archive and download images, and like to make sure we eat our own dog food by hosting the website on new Raspberry Pi hardware for product launches. Pete Stevens of Mythic...

Raspberry Pi 4

Today the Raspberry Pi 4 is released, featuring a new 1.5GHz Arm chip and VideoCore GPU. It brings some brand new additions to the board: dual-HDMI 4K display output; USB3 ports; Gigabit Ethernet; even multiple RAM options up to 4GB. The Raspberry Pi 4 is a very powerful single board computer and...

terminator

Last week I covered terminal multiplexer byobu, and this week's tool is quite similar. Terminator is a single-window split-screen terminal multiplexer that allows you to send identical keystrokes to all terminals at once. This means you can SSH into any number of machines, and run the same...

ranger

I was recently introduced to ranger by Dave Jones. It's an incredibly handy terminal based file navigator that's written in Python and is available in Debian, Raspbian and Ubuntu. Ranger allows you to navigate your filesystem using the arrow keys on your keyboard: up/down to select files in the...

What's new in GPIO Zero v1.5?

It's become customary for me to summarise what each new GPIO Zero release brings. This one's been a long time coming. It's been a quite while since our last release (a whole year since the last point release and 18 months since v1.4). I mostly attribute the lack of development to the launch of...

10 Hello World programs for your Raspberry Pi

"Hello world" is the beginning of everything when it comes to computing and programming. It's the first thing you learn in a new programming language, and it's the way you test something out, or check to see if something's working because it's usually the simplest way of testing simple...

Block ads on your network with Raspberry Pi and pi-hole

Got an old Raspberry Pi lying around? Hate seeing ads while browsing the web? pi-hole is an open-source software project that blocks ads for all devices on your home network by routing all advertising servers into nowhere. What's best is it takes just a few minutes to set up. pi-hole blocks over...

Raspberry Pi Zero GPIO expander

The recent announcement of the latest release of the Raspberry Pi Desktop x86 image alongside Raspbian Stretch for Raspberry Pi included mention of a GPIO expander tool, which was followed up by another blog post explaining how it works and how to use it. Since it uses pigpio to control the GPIO...

Raspberry Pi talk at EuroPython

I have attended and spoken at the EuroPython conference for the last few years, and this time I focused on physical computing with Python and Raspberry Pi, including GPIO Zero, Picamera and the Sense HAT. The slides are on speakerdeck and you can watch the video here:

Postgres on Raspberry Pi

Databases are a great way to add data persistence to your project or application. You can write data in one session and it'll be there the next time you want to look. A well-designed database can be efficient at looking up data in large datasets, and you won't have to worry about how it looks,...

Making Twitter bots with Python

Twitter is a wonderful communication and social media platform. It has everything: breaking news, political opinion, humor, celebrities, entertainment, special interest chat, and, well, anything. Individuals, companies, departments, projects, and more—really anyone or anything—can have a...

What's new in GPIO Zero v1.4?

It's been a while since the last GPIO Zero release, so it's with great pleasure I announce v1.4 is here. Upgrade now on your Raspberry Pi: sudo apt update sudo apt install python-gpiozero python3-gpiozero Or on your PC: pip install gpiozero Why on your PC? Run Python code on your PC to remotely...

Raspberry Pi at home

The Raspberry Pi computer can be used in all kinds of settings and for a variety of purposes. It obviously has a place in education for helping students with learning programming and maker skills in the classroom and the hackspace, and it has plenty of industrial applications in the workplace and...

Try Raspberry Pi's PIXEL OS on your PC

Over the last four years, the Raspberry Pi Foundation has put a great deal of effort into optimizing Raspbian, its port of Debian, for Pi hardware, including creating new educational software, programming tools, and a nicer looking desktop. In September, we released an update that introduced PIXEL...

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...

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...

Raspberry Pi Zero

Starting today, shops and newsagents are stocking a computer magazine called The MagPi, and as a world's first, this magazine comes with a free computer—literally stuck to the front cover. It's the newest Raspberry Pi release, called Pi Zero. This computer also goes on sale around the world for...

New column on opensource.com

I now have a monthly column on opensource.com – a brilliant website for all things open source. I'll be writing articles about Raspberry Pi – particularly its use in education. My first piece was published last week, covering the Astro Pi competition – we're sending two Raspberry Pis to the...

Raspberry Pi 2 Launch

Last month the Raspberry Pi Foundation announced the second generation of its affordable single board computer: the Raspberry Pi 2 Model B. I've been working at Raspberry Pi for over a year now and this is the fourth product launch I've been involved with: first there was the compute module for...

Raspberry Pi Animation

While I was in Manchester, I shared an office with two guys, Sam and Scott, who ran an animation studio called Saladhouse. Me being me, I used to talk about Raspberry Pi all the time – and my enthusiasm rubbed off on them both. Scott ordered a Pi kit from Pimoroni and once used it to display some...

2013 in Review

This year I've learned lots, run events, helped mentor young people, contributed to open source, engaged in much community activity, made and developed some strong friendships and built myself a new career. OH Digital I began this year working as a web developer at OH Digital, having started there...

Berlin 2013

I've heard lots lately about how cool Berlin is — my friend Martin goes there regularly and hangs out in coffee shops working on projects, and he really enjoys the atmosphere and culture around the city. Another friend Sam recently moved here, and he loves it too. There seemed to be a thriving tech...

Announcing Pi Weekly

Two weeks ago I had an idea – to launch a weekly Raspberry Pi email newsletter. I had a think about how it would work and what it would entail. I subscribe to a handful of similar ones for programming topics, notably a Python one called PyCoders Weekly, which is a simple link aggregator with short...

STEM Raspberry Jam Pilot

I organised an event with the STEMNET (Science, Technology, Engineering & Maths Network) team at the Museum of Science and Industry (MOSI), based on the Manchester Raspberry Jam I run monthly at Madlab. The STEM Raspberry Jam was to be a new activity the STEM Ambassador network could offer to...