/ESP32-ISS-tracker

Simple ESP32 + Servo tracker for ISS (wifi required)

Primary LanguageC++

ISS Tracker

This s simple project for ISS tracker using ESP32 + ESP32-IDF + PlatformIO

Compiling

Prior compiling one should create the include/secret.h file with the SSID and Password for the WiFi.

#define WIFI_SSID "YOUR_SSID"
#define WIFI_PWD "YOUR Password"