Hi,
I would like to retrieve some information from a website that provides air quality using my Arduino. The website provides a RSS feed for this information.
What is the easiest way to retrieve this information?
Hi,
I would like to retrieve some information from a website that provides air quality using my Arduino. The website provides a RSS feed for this information.
What is the easiest way to retrieve this information?
You'll need an Arduino with Ethernet connection.
After that, 'easy' will depend on how good you are at coding.
Hi,
I have an ethernet shield, in fact I have been able to retrieve information from yahoo weather but I am trying to retrieve some information from this website...http://www.nea.gov.sg/psi/
I am connecting to Yahoo weather with "IPAddress Yahooserver(87,248,122,181);" and using this command to get information from Yahoo weather > client.println("GET /forecastrss?w=23424948&u=c HTTP/1.0"); and client.println("HOST:weather.yahooapis.com\n\n");
How should I retrieve from this nea website?
thanks
How do I determine the host for the website?
Thanks