Arduino

List of Arduino Input Devices

Arduino boards are quite easy to operate microcontrollers for beginners as well as on the industrial level. The Arduino microcontrollers can take input from different devices then perform some specific tasks according to the program, after which they can deliver the output.

There are many input devices that can be interfaced with Arduino but in this write-up, we will discuss only those input devices which are most commonly used in almost every Arduino project.

Light Dependent Resistor (LDR)

The Light Dependent Resistor commonly known as a photoresistor or light sensor is one of the common input devices that can be used in different projects. These photoresistors are sensitive to light which can change their resistance depending on the falling light on them. They have several megaohms resistance in the dark and when they are under light the resistance falls from megaohms to a few hundred ohms. The symbol of the photoresistor or LDR are:


These can be connected with Arduino analog pins as it gives the analog input and the most common application of LDR is its use in controlling the switching of street lights.

Pushbutton

The pushbutton is another type of input device used for switching purposes. The pushbuttons are connected to the digital pins of Arduino because they have only two possible states either HIGH or LOW. The most common application of button in Arduino projects is switching and the symbol of a button is:

Potentiometer

A potentiometer is an input device by which we can manually vary the resistance between zero to a specific value of the potentiometer. We can attach the potentiometer to the analog pins of Arduino and can take the resistance value of our choice. The potentiometer has three legs, one leg is connected to the five volts, the other is connected to the ground, and the middle leg is connected to the analog pin of the Arduino where we have to take input. There are different applications of using the potentiometer. The symbolic representation of potentiometer is:

Temperature sensor

A temperature sensor is another input device that can be interfaced with Arduino to get the input values of the surrounding temperature. A temperature sensor has a resistor inside its construction, so when the surrounding temperature increases the value of resistance will start increasing, and if the surrounding temperature decreases, the value of resistance decreases. This value of resistance can be measured by connecting it to analog pins of Arduino. These temperature sensors can be used for many purposes; the best example of their usage is water heaters. The different types of temperature sensors can be interfaced with Arduino like LM35 and TMP36, if we consider the LM35, it has three legs that are connected to ground, voltage, an output pin, and its pin configuration are:

Fingerprint sensor

The fingerprint sensors are used to take the input of impressions of fingers and use it for security purposes. There are different types of fingerprint sensors, the most used fingerprint sensor is r503 which can be interfaced with Arduino. The fingerprint sensors are widely used where biometric impressions are required most common applications of fingerprint sensors are security and attendance devices:

Smoke Sensor

The smoke sensor is another type of input device that can be interfaced with Arduino to detect the presence of smoke in its surroundings. It also changes the resistance on the concentration of the smoke like if there is smoke in the surrounding, the concentration of the smoke increases which will increase the resistance of the sensor, and if there is no smoke in the surroundings, there will be no concentration of smoke, so the sensor will measure the less resistance. The most common smoke sensor which can be interfaced with Arduino is MQ2 and it can be used in fire alarms for the detection of fire.

Keypad

The keypad modules are also considered as the input devices which can be interfaced with the Arduino boards. The keypad modules contain the buttons just like a keyboard of a computer and can be used to insert different ASCII numbers. With the help of a keypad, we can take the input and perform a calculation. There are different types of keypads that can be interfaced with Arduino like 3×3 and 4×3 keypads:

Sound detection sensor

The sound detection sensors are used to measure the loudness of the sound and are also a device that can be interfaced with Arduino to get input. The threshold of sound intensity can be adjusted by the potentiometer on the sensor module. There are different types of sound detection sensors among which KY-038 is the most commonly used sound detector.

Conclusion

There are different input devices that can be interfaced with the Arduino microcontroller to get input like temperature sensors, pushbuttons, and humidity sensors. In this write-up, the input devices which are mostly used in Arduino projects are explained with their working and applications.

About the author

Hammad Zahid

I'm an Engineering graduate and my passion for IT has brought me to Linux. Now here I'm learning and sharing my knowledge with the world.