CYD ISS Tracker

This week I've built this real-time International Space Station (ISS)  tracker with this Cheap Yellow Display (CYD) which  is the integration of ESP32 Wroom and 2.8" TFT display with resistive touch function.
This project requires no soldering. Just upload the code with the credentials, and you're done.



Note: There are many clones of this board, you may buy the same model(ESP32-2432S028R) as I've used here to avoid setup error.
Download Project Codes:
Source code in my github repository https://github.com/LazydaysCr/CYD-ISS-Tracker

Guideline pdf:
Follow this step by step guideline for the setup


Resources:
1.Arduino libraries.
        i. TFT_eSPI
        ii. NTPClient 
        iii. ArduinoJson
        iv. SGP4
2. API Key from N2YO 

If you face any problems or compiling error please feel free to email me
with relevant subject to abid.business01@gmail.com 

Comments

  1. Awesome job, thank you.
    In User_Setup.h, I had to use this
    #define ST7789_2_DRIVER // Minimal configuration option, define additional parameters below for this display
    and
    #define TFT_INVERSION_OFF

    ReplyDelete
    Replies
    1. Good job.Some CYD uses ST7789 instead of ILI9341.

      Delete
    2. ciao ai dovuto modificare anche il file setup user nella cartella tft espi? io provato a nettere il solo define (entrambi) ma di dà schermo bianco se modifico user setup lo schermo rimane nero, uso il cyd con sdmicro e segna esp32 E, confronto ai vecchi modelli con sd normale questi pare utilizzino drive differenti, premetto e un cyd della freenovo

      Delete
    3. gardac32 that's most likely using a different driver

      Delete
    4. utlizzati quelli consigliati da te ili19341, sul seriale di ide vedo scorrwere distanze e tempi ma il monitor rimane bianco

      Delete
    5. This comment has been removed by the author.

      Delete
    6. risolto con piccole modifiche al file user, anche messo #define TFT_INVERSION_OFF se no aveva colori patetici mare giallo terra azzurra e iss celestina adesso e come sulle tue foto

      Delete

Post a Comment