This is a quick example showing how to connect an IR Reciever. Most of these work the same way, they require Vcc(5v), GND and there is a data out which…
Arduino Tutorials
-
-
In this example we will experiment with a DS1307 breakout, a keypad/LCD shield and an Arduino. We will create a simple clock example. The DS1307 real-time clock is a low-power,…
-
This example shows how to drive a seven segment display, this is the most basic example in which we use various digital pins as outputs, 7 in this case. In…
-
We bought an ethernet shield for our Arduino’s and were wondering what sort of project could we do, we could have just made one of the default examples such as…
-
I recently bought a nice looking shield for experimenting with, it was based on a Nokia LCD, I believe is used in the Nokia 6100 mobile phones. Its a colour…
-
In this example we show how you connect a photoresistor to an Arduino, the value read from the photoresistor corresponds to the amount of light present. The photoresistor is connected…