5 great Raspberry Pi projects for the classroom

No readers like this yet.
Open Source Yearbook faces

Opensource.com

1. Minecraft Pi

Courtesy of the Raspberry Pi Foundation. CC BY-SA 4.0.

Minecraft is the favorite game of pretty much every teenager in the world—and it's one of the most creative games ever to capture the attention of young people. The version that comes with every Raspberry Pi is not only a creative thinking building game, but comes with a programming interface allowing for additional interaction with the Minecraft world through Python code.

Minecraft: Pi Edition is a great way for teachers to engage students with problem solving and writing code to perform tasks. You can use the Python API to build a house and have it follow you wherever you go, build a bridge wherever you walk, make it rain lava, show the temperature in the sky, and anything else your imagination can create.

Read more in "Getting Started with Minecraft Pi."

2. Reaction game and traffic lights

Courtesy of Low Voltage Labs. CC BY-SA 4.0.

It's really easy to get started with physical computing on Raspberry Pi—just connect up LEDs and buttons to the GPIO pins, and with a few lines of code you can turn lights on and control things with button presses. Once you know the code to do the basics, it's down to your imagination as to what you do next!

If you know how to flash one light, you can flash three. Pick out three LEDs in traffic light colors and you can code the traffic light sequence. If you know how to use a button to a trigger an event, then you have a pedestrian crossing! Also look out for great pre-built traffic light add-ons like PI-TRAFFIC, PI-STOP, Traffic HAT, and more.

It's not always about the code—this can be used as an exercise in understanding how real world systems are devised. Computational thinking is a useful skill in any walk of life.

Courtesy of the Raspberry Pi Foundation. CC BY-SA 4.0.

Next, try wiring up two buttons and an LED and making a two-player reaction game—let the light come on after a random amount of time and see who can press the button first!

To learn more, check out GPIO Zero recipes. Everything you need is in CamJam EduKit 1.

3. Sense HAT Pixel Pet

The Astro Pi—an augmented Raspberry Pi—is going to space this December, but you haven't missed your chance to get your hands on the hardware. The Sense HAT is the sensor board add-on used in the Astro Pi mission and it's available for anyone to buy. You can use it for data collection, science experiments, games and more. Watch this Gurl Geek Diaries video from Raspberry Pi's Carrie Anne for a great way to get started—by bringing to life an animated pixel pet of your own design on the Sense HAT display:

Learn more in "Exploring the Sense HAT."

4. Infrared bird box

Courtesy of the Raspberry Pi Foundation. CC BY-SA 4.0.

A great exercise for the whole class to get involved with—place a Raspberry Pi and the NoIR camera module inside a bird box along with some infra-red lights so you can see in the dark, then stream video from the Pi over the network or on the internet. Wait for birds to nest and you can observe them without disturbing them in their habitat.

Learn all about infrared and the light spectrum, and how to adjust the camera focus and control the camera in software.

Learn more in "Make an infrared bird box."

5. Robotics

Courtesy of Low Voltage Labs. CC BY-SA 4.0.

With a Raspberry Pi and as little as a couple of motors and a motor controller board, you can build your own robot. There is a vast range of robots you can make, from basic buggies held together by sellotape and a homemade chassis, all the way to self-aware, sensor-laden metallic stallions with camera attachments driven by games controllers.

Learn how to control individual motors with something straightforward like the RTK Motor Controller Board (£8/$12), or dive into the new CamJam robotics kit (£17/$25) which comes with motors, wheels and a couple of sensors—great value and plenty of learning potential.

Alternatively, if you'd like something more hardcore, try PiBorg's 4Borg (£99/$150) or DiddyBorg (£180/$273) or go the whole hog and treat yourself to their DoodleBorg Metal edition (£250/$380)—and build a mini version of their infamous DoodleBorg tank (unfortunately not for sale).

Check out the CamJam robotics kit worksheets.

User profile image.
Ben is a software engineer for BBC News Labs, and formerly Raspberry Pi's Community Manager. He's into Linux, Python and all things open source! Follow Ben on Twitter @ben_nuttall.

5 Comments

I was thrilled when the RPi was announced and its success because I thought the aim to get more kids into computers and making it low cost so that kids from all social spheres could be reached.

But from all ive seen, there hasnt been yet a syllabus created to do this. Yes, there are full of games and experiments and Minecraft stuff you can do but most success stories prove that its really not as far reaching as hoped.
Kids who are being shown with the Pi projects are either the kind of kids that would have been doing this without a 25$ board or have a parent-teacher-family who is technically adept enough to guide the kids and teach them.
But what about the majority of kids whose parents dont know computers?
Well, too bad kid. Either google stuff on your own or play Pong.

I was really hoping that their educational component would have combined online courses, projects, examples using web/youtube and other means to bring a child 6-7 or 12-13 from the very beginning handholding up where they could learn WITHOUT a parent or teacher who is into computers. http://www.traininginsholinganallur.in/android-training-in-chennai.html# | http://www.traininginsholinganallur.in/oracle-dba-training-in-chennai.h…

We're running free teacher training courses, trying to do our best to get to as many people as possible: https://www.raspberrypi.org/picademy/

We have dozens of resources on our website: https://www.raspberrypi.org/resources/

We recently hired a head of curriculum to focus on creating a syllabus to provide a progression sequence of learning materials.

We're a very small team but we're doing all we can to get computing to everyone: one one hand driving down the cost; on the other removing barriers to entry and providing free training and resources.

In reply to by George17

In December 2015 I had great opportunity to attend Picademy - it some of the best CPD I have ever done. Throughly recommend it, if only to remind you why computing is fun.

Very great and interesting projects, thank you

GREAT JOB :) THANKS FOR THIS ARTICLE

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.