Search
Close this search box.

Home

30 Arduino Compatible Modules List | Arduino Modules for DIY Projects

In this article, let us explore the World of Arduino Modules. There are many Arduino Sensors and Modules available in the market, thanks to the ever-growing DIY and hobbyist community. To simplify things, I made a list of some of very useful Arduino Sensors and Modules. Use this list as a starting point to chose the right Module for your next arduino projects.

What are Arduino Modules?

In simple words, a “Module” in the Arduino environment is a ready to use board with a Sensor or an IO device on it. To use a sensor or a device (like an LCD), you need few additional components.

What an Arduino Module does is it integrates all the necessary components and connections that are required for a sensor (or a device) to work and presents you with a ready-to-use product.

For example, consider a very simple yet very useful module: The Infrared Obstacle Avoidance Sensor Module. It consists of an Infrared Light Source (an IR LED), an Infrared Receiver (a Photo Diode), an Op-Amp, a Potentiometer, couple of passive components and a connector.

The module takes care of the “Sensor” side of the circuit like current limiting resistors, decoupling capacitors, connections, connectors etc., and all you have to do is make the connections to an Arduino board and make an Obstacle Avoidance Robot.

Two Colour LED Module

As the first Arduino program you will write is Blinking an LED, let us start with an LED Module. This is a two-colour LED Module, which, as the name suggests, consists of a 3-pin two colour LED.

Two-Colour-LED-Module
Two Colour LED Module

Red and Green is a popular two-colour LED. Connect them to PWM pins of Arduino to control the brightness. You have to connect current limiting resistors. I feel like they should have included the current limiting resistors on the module itself.

RGB LED Module

The next logical step after using a Two-Colour LED is to use an RGB LED. An RGB LED Module consists of a 4-pin RGB LED, three current limiting resistors and connectors.

RGB-LED-Module
RGB LED Module

By connecting the Red, Green and Blue LED Pins to PWM pins of Arduino, you can generate several colours. Make sure to purchase an RGB Module with current limiting resistors. If no, you have to add them.

Push Button Module

A momentary push button is one of the simplest input devices for Arduino. The Push Button Module consists of a momentary tactile push button and a pull-up (or pull-down) resistor along with the connectors.

Push-Button-Module
Push Button Module

In case the resistor is used as a pull-up, then logic HIGH is detected with a button is not pressed and logic LOW is detected when button is pressed. Opposite in case of pull-down.

Breadboard Power Supply Module

If you want to easily power the components on your breadboard, then a Breadboard Power Supply Module is the right choice. It provides dual output voltages: 3.3V and 5V on two different power rails.

Breadboard-Power-Supply-Module
Breadboard Power Supply Module

This module will perfectly fit on to 400-point and 800-point breadboards. The input range is 6.5V to 12V. There is also a USB connector, which can output 5V (or accept 5V input).

Photoresistor Sensor Module

A Light Dependent Resistor (LDR) or a Photoresistor is a device used to detect light. If you want to detect light using an Arduino then use the Photoresistor Sensor Module.

Photoresistor-Sensor-Module
Photoresistor Sensor Module

It consists of an LDR, an Op-Amp (comparator), a potentiometer (to adjust the sensitivity) and a couple of passive components. You can get both the analog voltage as well as the digital signal.

Tilt Sensor Module

If you want to detect the tilt or vibration of an object, then you can use a Tilt Sensor Module. There are two types of tilt sensors: one with a rolling ball and one with Mercury.

Tilt-Sensor-Module
Tilt Sensor Module

As you can see from the image, the tilt sensor module consists of a tilt switch, an op-amp circuit to produce a digital output.

Reed Switch Module

A Reed Switch is a sensor that is normally open but when in the presence of a magnetic field, it closes. You can use a Reed Switch Module to implement a contactless switch control using Arduino.

Reed-Switch-Module
Reed Switch Module

To provide a digital output, the Reed Switch Module consists of an Op-Amp circuit.

Magnetic Hall Sensor Module

To detect the presence of a magnetic field, you have to use a Hall Effect Sensor. The A3144 Hall Effect Sensor based Magnetic Hall Sensor Module can be used as a Magnetic Detector Switch.

Magnetic-Hall-Sensor-Module
Magnetic Hall Sensor Module

It is available as a simple module with only the Hall Effect Sensor or as a Digital Output Module with an LM393 Comparator.

Infrared Obstacle Avoidance Sensor Module

Another popular Arduino Modules is the Infrared Sensor Module. Since it is often used in Obstacle Avoidance type applications, it is also known as Infrared Obstacle Avoidance Sensor Module.

Infrared-Obstacle-Avoidance-Sensor-Module
Infrared Obstacle Avoidance Sensor Module

This module consists of Infrared transmitter-receiver pair (IR LED and Photo Diode) placed side-by-side to detect obstacles.

PIR Sensor Module

Passive Infrared Sensor or simply PIR Sensor allows you to detect or sense any motion. A PIR Sensor Module like HC-SR501 is a commonly used modules in arduino projects.

PIR-Sensor-Module
PIR Sensor Module

Using a PIR Sensor Module, you can implement Motion Detection Applications using Arduino.

Rotary Encoder Module

A 360-degree Rotary Encoder Module is an input device that provides both the direction of rotation as well as how much it is rotated. It converts angular movement into digital code.

Rotary-Encoder-Module
Rotary Encoder Module

There is also a button under the knob. A Rotary Encoder is a position sensor and generates an output (analog or digital) as per the rotational movement.

Speed Sensor Module

If you want to detect the speed of a rotating object, then you can use a Speed Sensor Module. It is based on Infrared Transmitter – Receiver pair (but they are placed facing each other).

Speed-Sensor-Module
Speed Sensor Module

You can place the rotating object like a motor or a wheel in the slot and the sensor will determine the speed in RPM.

Infrared Flame Detection Sensor Module

The Infrared Flame Detection Sensor Module is used to detect flames in the range of 760 nm to 1100nm. You can design a fire/flame detection application using Arduino.

Flame-Sensor-Module
Flame Sensor Module

IR Flame Sensor Module consists of an Infrared Receiver (a phototransistor) and a comparator circuit based on LM393 and produces both digital and analog outputs.

Active Piezo Buzzer Module

A PCB Mounted Active Buzzer Module produces a tone at a predefined frequency using its internal oscillator. All you need to do is apply a DC Voltage and the Active Buzzer Module generates sound.

Active-Buzzer-Module
Active Buzzer Module

Passive Piezo Buzzer Module

If you want to control the frequency of the tone from the buzzer, then use a Passive Buzzer Module. The output tone is dependent on the input frequency (using a PWM Signal). Usually, tones in the frequency range of 1.5 kHz to 2.5 kHz can be produced.

Passive-Buzzer-Module
Passive Buzzer Module

Microphone Sound Sensor Module

A Microphone based Sound Sensor Module is used to detect voices or loud sounds. Using Arduino and a Microphone Sensor, you can implement applications like Voice Activated Switch or Loudness Detector.

Microphone-Sensor-Module
Microphone Sensor Module

NTC Thermistor Temperature Sensor Module

If you want to implement a small and low cast temperature sensor, then a NTC Thermistor is the right choice. The NTC Thermistor Temperature Sensor Module is available as Analog Sensor as well as a Digital Sensor.

Temperature-Sensor-Module
Temperature Sensor Module

A Digital Temperature Sensor is useful as you can easily adjust the sensitivity using the on-board potentiometer.

MQ2 Gas Sensor Module

Often used in safety related applications, the MQ2 Gas Sensor Module is used to detect Smoke, Carbon Monoxide, Hydrogen and other gases.

MQ2-Gas-Sensor-Module
MQ2 Gas Sensor Module

Use this MQ2 Sensor Module to implement Smoke Detection Alarm using Arduino.

HC-SR04 Ultrasonic Module

Another popular Modules in the Arduino community is the HC-SR04 Ultrasonic Sensor Module. Using this sensor, you can detect objects up to 4m. The module consists of two Ultrasonic transduces of which one is acting as a transmitter and the other as a receiver.

HC-SR04-Ultrasonic-Sensor-Module
HC-SR04 Ultrasonic Sensor Module

Implement Wall Avoiding Robot, Digital Ruler, Obstacle Avoiding Robot and other similar projects using HC-SR04 Ultrasonic Sensor Module and Arduino.

DHT11 / DHT22 Humidity and Temperature Sensor Modules

Using DHT11 / DHT22 Humidity and Temperature Sensor Modules, you can easily measure the ambient temperature as well as the relative humidity. Both the Sensors are very similar except that DHT22 has better range and accuracy than DHT11 (so, costly as well).

DHT-11-DHT-22-Humidity-Sensor
DHT11 and DHT22 Humidity Sensor

Dual Axis Joystick Module

A Joystick Module consists of two independent potentiometer (hence, dual axis) and also a push button. There are many applications of a Joystick Module using Arduino like Robot Control, RC Car, Robotic Arm, Servo Motor Control etc.

Joystick-Module
Joystick Module

5V Relay Module

Arduino or any other microcontroller platform is a low-voltage device (usually 3.3V or 5V). But what if you want to control AC Mains devices using Arduino? The easiest answer is a Relay Module.

5V-Relay-Module
5V Relay Module

A 5V Relay Module runs on 5V (just like an Arduino), so it can be easily interfaced with Arduino to control large appliances like bulbs, motors etc. You can get relay modules as 1-channel, 2-channel, 4-channel etc.

Infrared Receiver Module

TSOP1838 based Infrared Receiver Module is used to detect 38kHz IR Signals. It is normally used in IR Remote Control Applications using Arduino.

IR-Receiver-Module
IR Receiver Module

Infrared Transmitter Module

To pair with the IR Receiver Module, you can use the Infrared Transmitter Module. It consists of an IR LED which can transmit 38 kHz modulating signal. Suitable for Arduino based IR Remote Control Projects.

IR-Transmitter-Module
IR Transmitter Module

Laser Transmitter Module

The Laser Transmitter Module consists of a Laser Diode capable of emitting light of 650 nm wavelength. The Laser Diode is surrounded by a copper sleeve and also fitted with a condenser lens.

Laser-Transmitter-Module
Laser Transmitter Module

WARNING: Even though this is a low power laser transmitter module, it is very dangerous if the laser beam falls directly on your eyes and can cause permanent eye damage. Use it with extreme caution.

Knock Sensor Module

A Knock Sensor Module, as the name suggests, is used to detect Knock or a Vibration. The main sensing element is a conductive vibrating spring enclosed in a housing.

Knock-Sensor-Module1
Knock Sensor Module

Implement Vibration or Tap Detection applications with Arduino and Knock Sensor.

Soil Moisture Sensor Module

A Soil Moisture Sensor Module consists of capacitive probes and LM393 Voltage Comparator Module. You can measure the volumetric content of water in soil using this module.

Soil-Moisture-Sensor-Module
Soil Moisture Sensor Module

Using a Soil Moisture Sensor Module and Arduino, you can implement useful projects like Automatic Plant Watering System, Auto Irrigation System etc.

BMP180 Barometric Pressure Sensor Module

The BMP180 is an old but very useful sensor. It is a Barometric Pressure Sensor that can also measure Temperature and Altitude (based on pressure). It is a tiny module and is a digital sensor.

BMP180-Barometric-Pressure-Sensor-Module
BMP180 Barometric Pressure Sensor Module

MPU6050 Accelerometer / Gyroscope Module

If you want to detect the orientation of an object, then the MPU6050 Accelerometer / Gyroscope Module is the best choice. It is a 6-axis motion tracking device (3-axis Accelerometer and 3-axis Gyroscope).

MPU-6050-Acceleremeter-Module
MPU6050 Acceleremeter Module

Combining Arduino and MPU6050 Module, you can implement Orientation Detection, Gesture Control Applications.

Logic Level Converter Module

We know that Arduino is a device that runs on 5V logic. But what if you want to interface a sensor or module which runs on 3.3V? The answer is Logic Level Converter Module.

Logic-Level-Converter-Module
Logic Level Converter Module

A simple Bidirectional Logic Level Converter Module contain 4-channels of low voltage to high voltage (and vice-versa) logic conversion.

Conclusion

This was a brief list of some of the popular and easy to use Arduino Modules. By no means this list is complete. There are many more sensors and modules available in the Arduino community and I will add more in the future.

Leave a Reply

Your email address will not be published. Required fields are marked *