This example shows how to connect a joystick to your Arduino. Here is a picture of the joystick I am using, again this was part of the 37 in 1…
Arduino
-
-
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…
-
Another simple example is to hook up a speaker to your Arduino and get a bit musical with it. These are fairly low cost and can quite often be salvaged…
-
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 which…
-
In a previous example at arduino ds18b20 example we showed you a basic usage of a DS18B20 which outputted a temperature to the Serial output. A simple addition to the code…
-
The DS18B20 is a nice little temperature sensor that can be used in various simple projects. This part uses the 1 wire bus and you can connect multiple sensors up to…