Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.1 KB

File metadata and controls

32 lines (17 loc) · 1.1 KB

People in Space Indicator with Blinkt

People in Space Indicator

Hardware

Software

Setup

Run pisi.py on boot

Features

Every minute, it grabs the People In Space data and lights up an LED per person in space, in sequence.

If network is unavailable, the end LED blinks red while it tries to reconnect.

Notes

The API isn't updated quickly upon ISS departures and arrivals, as it's maintained by a single human.

There are usually 6 people on the ISS, and 3 come down before the next 3 go up. However it's possible 3 will arrive before 3 come down and there will be 9 and you'll be a LED short.

Learning resource

This project is based on a Raspberry Pi learning resource I wrote that just uses simple LEDs using GPIO Zero. See People in Space Indicator.