Skip to content

We use the actual live data from the International Space Station to control a 3D-printed model that moves the solar arrays and radiators to track the real ISS in real time for STEM outreach purposes! We also host webpages which display ALL of the public ISS telemetry:

License

Notifications You must be signed in to change notification settings

ISS-Mimic/Mimic

Repository files navigation

ISS Mimic logo

License: MIT Last commit Discord Chat Demo

ISS Mimic is an open-source mash-up of hardware + software that mirrors the International Space Station’s solar-array and radiator motion in real time.
πŸ“ Runs on Raspberry Pi β€’ πŸ›  12 motors drive a 3-D-printed ISS β€’ πŸ“ˆ Live telemetry visualizer


ISS Mimic is a 3D printed model of the International Space Station that connects to the actual live data from the real ISS to control a model that rotates solar panels and radiators to match the real one in real time. The goal of this project is to connect people with the ISS. There are three different mimic models: Mimic, Mini Mimic, and Edu Mimic. These models are designed for teachers, students, museums, hobbyists, and anyone who wants to learn more about the ISS.

Join the discussion, help out, ask for help, chat about the ISS here: Mimic Discord

PXL_20231210_003701830

Table of Contents

Features

  • Live telemetry pull from NASA’s Lightstreamer endpoint – no scraping needed
  • Interactive dashboards (more capable than the original ISSLive site)
  • Real-time kinematics: 12-axis motion matches Ξ±- and Ξ²-gimbal joint angles
  • Modular design: Separate Pi (telemetry & UI) ↔ Arduino (motor control)
  • Low- / High-fidelity STLs you can print today

Quick Start (Raspberry Pi)

# 1. Clone & install deps
  git clone --depth 1 https://github.com/ISS-Mimic/Mimic.git/ 
  cd ~/Mimic
  python setup.py

# 2. Run the Mimic GUI dashboard
  cd ~/Mimic/Pi/
  python GUI.py

Full software guide: Wiki Β» Software Setup Instructions.

Project Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”              β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”                β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”                 β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ NASA LS  │────────────▢│ Raspberry Pi │───────────────▢│  Arduino(s)  │───────────────▢│  Motors  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  telemetry   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  joint angles  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  motor commands β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Pi side (Python + Kivy) shows telemetry dashboards and forwards joint targets.
Arduino side (C++) drives stepper/servo motors in the 3-D-printed truss.

Build Your Own Model

Fidelity STL pack Status
Low /3D_Printing βœ” Complete
High /3D_Printing/high_fidelity 🚧 In progress – contributors welcome!

Mechanical details, BOM, and wiring live in the Hardware Wiki section.

Screenshots

Mimic1 Mimic2 Mimic3
Mimic4 Mimic5 Mimic6
Mimic7 Mimic8 Mimic9

Contributing

We πŸ’™ pull requests! Start by opening an issue or chatting on Discord.
Coding guidelines:

  1. Follow PEP 8 and keep GUI layout in .kv files (Kivy best practice).
  2. Fix all our mistakes.

Other help: -Feel free to suggest ideas! Best place to talk is out discord, or feel free to publish an issue

Roadmap

  • Finish high-fidelity CAD & release STEP source
  • Complete build guide
  • Finish Kivy telemetry screens

License

This project is licensed under the MIT License – see LICENSE for details.

The code is ugly and awful but it works *mostly* (click to vent)

We’re hardware engineers moonlighting as coders. Expect caffeine-driven hacks and the occasional refactor fiasco. Contributions and constructive feedback are super welcome!

About

We use the actual live data from the International Space Station to control a 3D-printed model that moves the solar arrays and radiators to track the real ISS in real time for STEM outreach purposes! We also host webpages which display ALL of the public ISS telemetry:

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 13