-
Getting started with Astro Pi (T05.1)
Astro Pi is the name of a small computer developed by the Raspberry Pi Foundation, in collaboration with the UK Space Agency and the European Space Agency (ESA). There are two very special Astro Pi’s. Their names are Ed and Izzy, and they have been qualified for spaceflight. They are now onboard the International Space Station (ISS) for students like you to use. With this first set of activities you are going to assemble your Raspberry Pi for the first time and learn the essential coding language that you need to program your Astro Pi. By doing so, you will get the chance to have your own code and scientific experiment run on the ISS.
-
Meet the SENSE Hat (T05.2)
Raspberry Pi is a computer, much like the computers with which you’re already familiar, except for its size and package. You can use Raspberry Pi to surf the internet or send an email, or you can turn it into an MP3 music player and help the astronauts on the ISS have some fun during their free time. But you can also do much more! You can carry out scientific experiments using this computer tool and analyse the collected data - just like space scientists do! In this activity you are going to set up your Raspberry Pi and explore what you can do with it.
-
How to collect data from Astro Pi (T05.3)
For you to communicate with the astronauts on the ISS using Raspberry Pi, you have to give it the necessary instructions. Like any other computer, it will only do what you teach it or what you program it to do. For that you need to learn a programming language (the same way that you’ve had to learn your own language to communicate with the world around you!). With this activity you will learn the basic vocabulary of the Python language and write your first program.
-
Meet the Astro Pi Cameras (T05.4)
So far you have given simple instructions to the computer. Now you will make the computer ask you questions and react to your answers.
Introduction
Introduction
Welcome to the European Astro Pi challenge! Astro Pi is the name of a small computer developed by the Raspberry Pi Foundation, in collaboration with the UK Space Agency and the European Space Agency (ESA). There are two very special Astro Pi’s. Their names are Ed and Izzy, and they have been qualified for spaceflight. They are now onboard the International Space Station (ISS) for students like you to use. With this first set of activities you are going to assemble your Raspberry Pi for the first time and learn the essential coding language that you need to program your Astro Pi. By doing so, you will get the chance to have your own code and scientific experiment run on the ISS.
Students will learn:
- What a Raspberry Pi is, what its main features are, and how to set up and use one
- The difference between hardware and software
- What a programming language is
- How to program using Python
- To use input and output messages, variables, data types, ‘if’ statements and loops
- How to use the Turtle module from Python to draw geometrical shapes
