This example shows how to interface a basic touch sensor to our arduino, this sensor came as part of a kit of 37 sensors. Touching the metal sensor pin produces an output at the ‘DO’ pin. The output is not …
arduino
-
-
In this example we will create a basic library, a few examples on this site flash LEDs. We will create a library that will contain a couple of functions, we will then use these in our sample sketch. You need …
-
random LEDs on using the LOLShield and an Arduino Switch LEDS off and on by column [c] #include <Charliplexing.h> void setup() { LedSign::Init(); // initializes the screen } void loop() { for (int x=0; x<14; x++) { for (int …
-
The Colour LCD Shield provides an easy method of connecting the popular Nokia 6100 LCD to your Arduino. The board comes as shown with the 128×128 mini colour LCD, as well as a backlight driver circuit (boosts to 7V), and three momentary push-buttons (tied …
-
An RGB led is a combination of a Red, Green and Blue LED’s in one package, they can be common cathode or common anode types In the example I used an RGB LED breakout. The LED was wired up as …
-
Another simple example is to hook up a speaker to your Arduino. Schematic Layout Code A simple example. [c] int pin = 8; int note = 988; void setup() { } void loop() { //3 dots …
-
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 …
-
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 …