Web site data > Arduino > Display

I would like to make a small arduino project that tracks and displays the longitude and latitude of the ISS international space station on a small OLED

Ive seen something called a HTML to serial program...where can I (safely!!!) download this?

is this the right approach?

I don't know anything about a program called "HTML to serial," but you can use an internet-connected Arduino to scrape data from a web page. Google ESP32 scrape data from web page (or ESP8266 or...) for more information.

You can use Arduino + Ethernet Shield or WiFi shield. You need to: write the code to:

To save cost, you can use ESP32 instead of Arduino + Ethernet Shield or WiFi shield

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.