Lesson 3: Simulation Setup

Before we write complex code, we must ensure our environment matches the ISS.

Session Goals
  • Understand the Astro Pi Replay Tool.
  • Verify Python version (3.11+) and libraries.
  • Review security restrictions (no internet, no disallowed libraries).

The Astro Pi Replay Tool

Since we can't go to space to test our code, we use the Replay Tool. It simulates the ISS environment, feeding your program fake sensor data and photos as if it were orbiting Earth.

Security Rules

Restricted: You cannot use internet access or libraries like matplotlib (for plotting) on the ISS.

Mission Control Interface

Loading Python environment...
Output Terminal
Ready to execute...