hello everyone, i want to check with you guys that can arduino use to extract information from internet and run some task?
example, check weather from national weather station and then to open/close umbrella?
thanks
hello everyone, i want to check with you guys that can arduino use to extract information from internet and run some task?
example, check weather from national weather station and then to open/close umbrella?
thanks
Hanlin:
hello everyone, i want to check with you guys that can arduino use to extract information from internet and run some task?
example, check weather from national weather station and then to open/close umbrella?thanks
You have our permission to do that.
The Arduino can be connected to the internet so yes it can obtain data and then act upon it. What you need to consider is how the Weather station webpage presents the data you want so that you can work out a way of extracting it.
Try going to the webpage you have in mind, that is displaying the data you are interested in, then view the source of the webpage. The Arduino is going to have to parse the source to extract the data. Changes to the webpage format may affect your sketch being able to extract the data.