In this example we will use a DHT11 sensor and display the humidity and temperature on a web page. You can use any temperature sensor but the DHT11 is fairly low cost and there are libraries written for it, it comes in modules and even if…
Recently I was interested to see if you could create a web page that could be stored on an SD card and using an Arduino ethernet shield display this via an IP address Initially I downloaded a free template and copied this on to my SD card…
The ethernet shield has an SD card fitted to it, this means that rather than having to write sketches full of html code you can create html files, put them on the sd card file system then serve them via your ARduino sketch. This is what we…
In the previous examples using theWemos Mini we controlled an led and an rgb led using pins as outputs but you can also easily monitor the state of an input, in this case we will use a switch Basically it will be a web page which shows…
In this example we will connect an RGB led to a Wemos Mini, we will then create an example web page that will display buttons to switch on and off the various individual leds of an RGB led. Our code example is based on a common cathode RGB…
In this example we will create a basic webserver example using our Wemos D1, it will connect to your Wifi network and then you will navigate to a URL and a basic page will appear. This page will display 2 links , one will switch on an led …
In the previous examples using the Ethernet Shield for the Arduino we controlled an led and an rgb led using pins as outputs but you can also easily monitor the state of an input, in this case we will use a switch Basically it will be a web…
This is similar to the led example but this time we attach an RGB led The example is similar to the Control an LED from a Web browser with an Arduino example, so we won't dwell on the details of that example too much but we will crack on…
A simple way of adding network access to your Arduino Uno and Mega is the Ethernet Shield, there are a few clones out there but they all generally work the same way. The Arduino Ethernet Shield allows an Arduino board to connect to the…
The ESP8266 is a low-cost Wi-Fi chip from Chinese manufacturer Espressif The ESP8266 commonly is found as a small module allows microcontrollers to connect to a Wi-Fi network and make simple TCP/IP connections using Hayes-style commands.…