Description The digital SHT2x humidity sensor series is used in high volumes in a wide variety of applications and has today become the de facto industry standard. The SHT2x series …
Arduino
-
-
Description The ML8511 measures the amount of ultra violet rayses contained in sunlight, and it is used for the equipment which displays the suntan by a ultra violet rays, the …
-
Description In this example we will show a basic example of connecting a DHT11 Temperature and Humidity Sensor to your Arduino. This is a very nice little, low cost sensor …
-
Description The DS18B20 is a temperature sensor that can be used in various simple projects. This part uses the 1 wire (I2C) bus and you can connect multiple sensors up to …
-
Here is a picture of the Tick Tock Shield, this shield is ideal for beginners as it has several components such as a buzzer, LDR, LEDs, temperature sensor, buttons and …
-
This is a common anode 4-digit tube display module which uses the TM1637 driver chip; Only 2 connections are required to control the 4-digit 8-segment displays Here is the module …
-
In this example we need to connect a TFT LCD to our Esplora, here is a picture of the TFT The code is a basic example, simply toggling between 2 …
-
Another example for the Esplora, this timw we will be using the on board microphone, again lets refer to a picture of the board This time we will use the …
-
This time we will use the on board temperature sensor of the Esplora and send the temperature out via the serial port, opening the serial monitor you will be able …
-
In this example you will connect the Arduino Esplora to your PC and see the data via the serial monitor. In the picture below you can see the location of …
-
-
In this example we use the RGB led again but are introducing a couple of new programming topis. We introduce the switch case structure and the random and randomSeed functions. …
-
An RGB led is basically 3 LEDs in the one package, a red, green and blue one which either share a common cathode or a common cathode. Using one of …
-
In the last example – http://www.mikroblog.net/arduino/arduino-basics/more-arduino-and-led-examples.php we showed you some examples of flashing multiple LEDs, now this code worked OK but there is a more efficient way of doing the same action. …