Home Blog Page 13

Linkit One and a SHT31 readings on a web page

In this example we will expand on our SHT 31 example - Linkit One and a SHT31 temperature and humidity sensors and we will...

Linkit One and a SHT31 temperature and humidity sensors

SHT31 is the next generation of Sensirion’s temperature and humidity sensors. It builds on a new CMOSens® sensor chip that is at the heart of...

Linkit One display temperature on a webpage

In our previous LM35 example   we simply displayed the temperature via the serial port but lets take it a bit further and display some...

Linkit One and an LM35 sensor

In this example we will connect an LM35 temperature sensor to our Linkit One The LM35 series are precision integrated-circuit temperature sensors, whose output voltage...

Setup the LinkIt ONE to use the Arduino IDE

LinkIt ONE is an open-source, high-performance 8-in-1 wireless development board, based on the world's leading wearable SOC - MediaTek Aster (MT2502A) processor. LinkIt ONE...

NodeMCU web server showing DHT11 data

In this example we will connect a DHT11 to a Node MCU v1.0 (you could use any ESP8266 board) board and we will display...

Arduino web server showing DHT11 data

In this example we will use a DHT11 sensor and display the humidity and temperature on a web page. You can use any temperature...

Arduino webserver displaying a bootstrap example

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 SD Card Web Server example

The ethernet shield has an SD card fitted to it, this means that rather than having to write sketches full of html code you...

Wemos Mini read the state of a switch

In the previous examples using theWemos Mini we controlled an led and an rgb led using pins as outputs but you can also easily...

Controlling an RGB led using a Wemos Mini

In this example we will connect an RGB led to a Wemos Mini, we will then create an example web page that will display...

Wemos flash an LED on and off webserver example

In this example we will create a basic webserver example using our Wemos D1, it will connect to your Wifi network and then you...

Arduino ethernet shield read switch example

In the previous examples using the Ethernet Shield for the Arduino we controlled an led and an rgb led using pins as outputs but...

Control an RGB LED from a Web browser with an Arduino

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...