Get alerts when the ISS space station passes nearby using Raspberry Pi and Sense Hat
- Open a Terminal on your Raspberry Pi
- Add the following line to the end of /boot/config.txt as sudo
hdmi_force_hotplug=1 - Synchronise the change
sync - Reboot
sudo reboot - Open a terminal
- Install Haversign
pip3 install haversine - Clone the repo
git clone https://github.com/LetsOKdo/raspberry-pi-iss-tracker.git - Change to the project directory
cd raspberry-pi-iss-tracker - Run the python code
python3 ./sensehat-iss.py