Hello,
I have a question How can I read data from internet ( website) by Arduino?
Thank you
Hello,
I have a question How can I read data from internet ( website) by Arduino?
Thank you
You haven't told us anything about your hardware and how it is connected, so only a general answer is possible.
Please read up on the HTTP GET command.
Under normal circumstances, the HTTP GET command is easy to implement and will return the requested data. The challenge is in dealing with all of the interesting situations where "normal circumstances" doesn't apply.
I have a question How can I read data from internet ( website) by Arduino?
You will need to get some type of ethernet shield (I suggest the w5100 type shield) and try some ethernet client code.
My hardware is Arduino Uno broad it connects with PC by USB
My hardware is Arduino Uno broad it connects with PC by USB
You need an application on the PC that will get the website, and send it to the Arduino, since there is NO way for the Arduino to get at it directly.