I am new to Arduino and want to build a project with it. I want to build a RGB LED lamp whose light changes color with the change in oil price.
I have understood how to code the change in color of LED.
However, what I need to know is how to make arduino uno to connect to internet every 10 minutes and check the oil price, if it goes down from the previous price, send signal to change the color of LED to red. If it moved above the previous price, change LED color to green.
Can anyone please guide or direct me to the tutorial which explains how to do that?
Also, "the internet" is a big place. You need to be VERY specific about where you intend to "check the oil price". The "oil price" at the local auto parts store is likely to be far more stable than the spot oil price of crude oil from OPEC.
Practice getting a reply from the server and parsing the data on a PC before you try it on the Arduino.
PaulS:
Also, "the internet" is a big place. You need to be VERY specific about where you intend to "check the oil price". The "oil price" at the local auto parts store is likely to be far more stable than the spot oil price of crude oil from OPEC.
Practice getting a reply from the server and parsing the data on a PC before you try it on the Arduino.
Thank you for the reply. I would be getting oil price from opec website. Now i have a source. how to it connect it with arduino?