Read values from an Arduino via HTTP
In this tutorial, we will expand on the Arduino Web Server tutorial to include reading the values measured by a sensor. This will allow us to view the data by simply opening a page in our browser. For this example, we will measure the temperature using a DHT11 sensor and measure the distance from an object using a proximity sensor. To control the built-in LED on the Arduino, we can send requests to the /on URL to turn it on and the /off URL to turn it off....