Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
A PIR Sensor is an electronic device designed to detect motion by measuring changes in infrared radiation (heat) in the environment. PIR stands for “Passive Infrared”. This means PIR sensors don’t emit any radiation or signals of their own. They only detect changes in infrared radiation from objects in their surroundings.
PIR Sensors are typically used in motion detection systems, such as in security alarms, motion-activated lighting, and automatic door openers. The HC-SR501 PIR Sensor is widely used in Arduino projects. For more information, visit Introduction to PIR Sensor: What Is It and How Does It Work?
For a project using this sensor, visit Automated Light System with PIR Sensor.
The ‘IR’ in the name stands for Infrared Radiation, a form of electromagnetic radiation that is not visible to the human eye but can be sensed as heat. An IR Sensor (Infrared Sensor), as the name suggests, detects infrared radiation emitted by objects as heat. The effective detection range is 2cm to 30cm.
The Infrared Obstacle Avoidance IR Sensor is widely used in robotics and automation applications to enable obstacle detection and navigation for robots or automated systems. For more information, visit Easy Understanding IR Sensor: What Is It and How Does It Work?
For a project using this sensor, visit Door Security System with IR Sensor.
An ultrasonic sensor is a device that uses high-frequency sound waves (ultrasound) to detect objects, measure distances, or detect changes in the environment. Unlike the previous two sensors, this sensor emits sound waves and measures the time taken to bounce off an object and return to the sensor.
The HC-SR04 is a popular ultrasonic sensor due to its simplicity, low cost, and ease of integration with microcontrollers. It can detect distances ranging from 2 cm to 4 meters, making it useful for various applications, including obstacle navigation for robots and distance measurement. For more information, visit Exploring the Power of Ultrasonic Sensors: A Brief Introduction.
For projects using this sensor, visit Smart Blind Stick with Ultrasonic Sensor and Touch Free Automatic Hand Sanitizer.
The capacitive soil moisture sensor is widely used for measuring the volumetric water content of soil. Unlike traditional resistive sensors, which rely on electrical resistance and are prone to corrosion over time, the capacitive sensor operates on the principle of capacitance, offering better durability, stability, and accuracy in long-term soil monitoring applications.
For a project using this sensor, visit Automatic Plant Watering System.
The DHT11 is a low-cost temperature and humidity sensor. It contains two parts – a thermistor and a capacitive humidity sensor. There is a chip inside converting the analog signals to a calibrated digital output. The digital signal is easy to read and implement by using a microcontroller like Arduino.
As previously stated, the DHT11 contains two main components: humidity sensing component and NTC thermistor.
Pros
Cons
For a project using this sensor, visit Temperature Based Fan Speed Controller.
A Hall sensor (or Hall effect sensor) is an electronic device that detects the presence and strength of a magnetic field. It works based on the Hall Effect, a principle discovered by physicist Edwin Hall.
The principle states a magnetic field passing perpendicular to a current-carrying conductor, inside the sensor, will generate a small voltage (called Hall voltage). This voltage is measured and converted into a usable output signal.
Hall Effect sensors comprises two primary types: digital hall sensor and analog hall sensor. They look pretty identical, so double check the data sheets to make sure you use the correct sensor.
Digital Hall Sensor
Analog Hall Sensor
An example project is Bicycle Speedometer with Hall Sensor.
A Light Dependent Resistor (LDR), or Photoresistor, is a semiconductor sensor whose resistance decreases as light intensity increases. Due to its ease of use, affordability and highly sensitive to light levels, LDRs are widely applied in automatic lighting systems and light-sensing circuits.
LDR works on the principle of photoconductivity. When light photons hit the semiconductor material, light energy excites electrons. More free electrons increase conductivity. Then resistance decreases due to this.
Pros
Cons
For a project using this sensor, visit Automatic Night Lamp.
MQ Gas Sensors detect combustible gases, smoke, and CO2 by measuring changes in air resistance, commonly used for safety alarms and environmental monitoring.
Common MQ Gas Sensors
For a project using this sensor, visit Detect Chemical Components in the Air.
A Color sensor is photoelectric device that detects and identifies colors. Color sensors are widely used in automation, sorting, and quality control. The most popular and widely available color sensor for Arduino projects is the TCS3200.
Color sensors use an array of photodiodes with red, green, and blue filters to analyze the intensity of light reflected by an object and determine its color based on RGB (Red, Green, Blue) values.
For a project using this sensor, visit TCS3200 Color Sensor with Arduino.