In a previous example we showed you a basic usage of a DS18B20 which outputted the temperature to the Serial output. A simple addition to the code can show a practical example, in this case if the temperature exceeds a …
-
-
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 your Arduino. The part is also relatively low cost and only …
-
Following on from the LCD 4484 shield introduction, we will present some more basic examples using this shield This is another example using the LCD4484 shield, this time put a character on the screen and then move it across the …
-
This was another shield that grabbed my attention, this LCD was used on older nokia phones. You can find it on the internet at very reasonable rates. LCD Features resolution of 84 by 48 pixels blue back light display bitmap images …
-
In our example of creating a knight rider effect with some LEDs you will require the following parts. Amount Part Type Properties 8 Red (633nm) LED package 3 mm [THT]; leg yes; color Red (633nm) 1 Arduino Uno (Rev3) type …
-
The ability to flash an LED is the most basic ‘hello world’ type of program you can write and run on your arduino. Most Arduino’s have an LED attached to D13, rather than take the easy option we will attach …