Show HN: Open-Source International Space Station Tracker ESP32/Arduino for $20

github.com

59 points by keyth72 3 days ago


International Space Station Tracker on an ESP32 CYD (Cheap Yellow Display) costing $20. Live update over Wifi, touchscreen, backlight power management. Cheap and interesting classroom STEM project. Fully open source.

consumer451 - 8 hours ago

This is a complete tangent, but a photographer recently captured what is likely the all-time best shot of the ISS.

https://old.reddit.com/r/spaceporn/comments/1lfgtiw/on_sunda...

matteason - 8 hours ago

Really neat! If you're interested in adding clouds to your basemap I built a service [0] which generates free, almost-live cloudmaps (with alpha channel or precomposited onto a Blue Marble image) as part of my own ISS tracker project

[0] https://github.com/matteason/live-cloud-maps

SiempreViernes - 7 hours ago

Aaaw, this only displays the position on a screen :( I was hoping for the cool version where a small arm is physically pointing at the ISS.

coffeecoders - 6 hours ago

This looks like a fun project. Any reason for using resistive touch model?

panki27 - 9 hours ago

Looks like a fun tinker project. Could be easily extended with a GPS receiver to show your location on the map.

potsii - 7 hours ago

Another variant of the generic:

"Read a REST endpoint via HTTP and draw it on a display with LVGL"

But also funny because OP used two MCUs, when a single ESP32 could do all of this.