During the summer, Tomomi Imura built a Node.js app which captured images from the Raspberry Pi camera module and used animal facial recognition to store them based on whether or not her pet cat was detected. The Pi uses a…
Category: Programming
Create a marble maze with the Raspberry Pi and SenseHAT
I’ve just had this resource pointed out to me on Twitter, so thought I’d share it with you all whilst I’m waiting to go to our work’s Christmas lunch. The SenseHAT has an on-board accelerometer, with which you can measure…
Weather forecasting with the Raspberry Pi and the SenseHAT
Giles Booth continues his series using the SenseHAT with this rather nifty weather forecasting script. It reads a forecast from the BBC news API and then performs some text-replacement jiggery-pokery before outputting the information to the SenseHAT’s matrix display. Really glad he’s…
Roll a dice with the Raspberry Pi SenseHAT
Giles Booth has followed up his previous work with the SenseHAT to create a dice rolling device. The SenseHAT detects G-forces via the onboard accelerometer and then, when a tolerance is breached, the Pi generates a random number which is displayed on the…
Raspberry Pi AstroPi coder Crazy Squeak featured in local newspaper
Just a quick shout-out to the Royston Crow who have featured Amaideo Page-John (aka Crazy Squeak) and his programming work that has been launched into space with Tim Peake. The 10-year old, from Royston, was one of the lucky entrants in the Astro…
Turn the Raspberry Pi SenseHAT into a spirit level
Giles Booth has attached a SenseHAT to his Raspberry Pi and then written some simple Python script to generate a spirit level on the SenseHAT’s matrix display. Some great work here showing the flexibility of this fantastic little Pi accessory.…
Raspberry Pi DOTs boards now available
The DOTs board, designed by the Foundation’s Rachel Rayns, is now available to buy online. The board, which uses conductive paint in a dot-to-dot fashion, is supplied with a plugin for Minecraft Pi Edition which will draw the outline of…
New add-on for the RasPiO Duino launched for the Raspberry Pi
Alex Eames did a Kickstarter a while ago for the RasPiO Duino, which is a GPIO add-on board for the Raspberry Pi that gives you an ATMega 328P-PU chip (which is the same as an Arduino Uno) as well as loads…
Create a GPS tracker with Python and a Raspberry Pi
David Sulpy over at Initial State has done a great tutorial in which he uses an Adafruit Ultimate GPS board to create a GPS tracker system. There is a quick set of instructions here and a more comprehensive set here.…
Advent calendar with a Raspberry Pi and a SenseHAT
Richard Hayler loves doing stuff with the SenseHAT, especially with the 8×8 matrix. This time, he’s coded an advent calendar using the matrix for display and the joystick for control. Take a look at his blog for more information. A…