ISS(International Space Station) Tracker
by PushpendraC2 in Circuits > Arduino
6143 Views, 78 Favorites, 0 Comments
ISS(International Space Station) Tracker

 Tracker.🚀 #iss #project)
Introduction
The International Space Station (ISS) is the most expensive object ever built by humans. It orbits Earth every 90 minutes at an altitude of about 400 km. On a clear night—most often in summer—you can even spot it in the sky with the naked eye.
NASA publicly shares the ISS’s real-time location and even provides a free API to access this data. Interestingly, the ISS also has a radio repeater that lets us communicate with others when it passes overhead. If you’re lucky, you might even get a reply from the astronauts themselves—provided they’re on the radio at that time!
That’s why I decided to build a unique system that can notify me whenever the ISS passes over my location.
Supplies

- ESP8266 NodeMCU
- Green LED x 1
- Red LED x 7
- Buzzer x 1
- 220 Ω resistor x 8
- Perf board
- Female header pins
Solder Female Header Pins to the Perf Board
Begin by soldering the female header pins onto the perf board. These will allow you to easily mount the ESP8266 board.
Solder LEDs, Resistors, and Buzzer

Next, solder the LEDs, resistors, and buzzer onto the perf board according to the provided wiring diagram.
Upload the Code
Download the code file and update the following variables with your own details:
- `ssid` - Your Wi-Fi name
- `password` - Your Wi-Fi password
- `myLongitude` - Longitude of your location
- `myLatitude` - Latitude of your location
Once updated, upload the code to the ESP8266 board.
Downloads
Power On

When you power the ESP8266:
- The first LED will blink, indicating it is connecting to Wi-Fi.
- Once connected, the blinking will stop.
- The LEDs will then start showing the distance of the ISS relative to your location.
Conclusion
This project makes spotting the ISS exciting and interactive. Not only do you get notified when it’s nearby, but you also gain a deeper appreciation for this incredible feat of human engineering.
I hope you enjoyed building this project and learned something new along the way. If you did, don’t forget to leave a like and follow me for more interesting projects.
Thanks for visiting—and I’ll see you in the next one!