Sensor_Set_For_Arduino__SKU__DFR0018_-DFRobot

Overview

DFRobot sensors are designed

Figure 1 Digital Sensor Connection Diagram Figure 2 Analog Sensor Connection Diagram

DFRobot Ambient Light Sensor

DFRobot Ambient Light Sensor

Introduction

The DFRobot Ambient Light Sensor works with Cds Photoresistor and allows you to have a DC Voltage output depending on the brightness of lights. Dark has a low value. The sensor can be used to detect the intensity of ambient light. Ambient light sensor pin definitions are

  1. output
  2. complex
  3. power

Specification

DFRobot Capacitive Touch Sensor

DFRobot Capacitive Touch Sensor ( left:Front, right:Back)

Introduction

This is the DFRobot Capacitive Touch Sensor. This sensor can sense the human body and metal, when they touch the sensor. In addition to this, the detection works even when separated by plastic, glass and other materials. In combination with arduino boards, the sensors can be used to create very interesting and an interactive projects. Touch switch pin definitions are

  1. output
  2. power supply
  3. ground

Specification

DFRobot Digital Vibration Sensor

DFRobot Digital Vibration Sensor

Introduction

The DFRobot Digital Vibration Sensor is a digital Plug and Play sensor blocks. It has vibration switch digital input module and dedicated sensor expansion boards with the Arduino in combination. It can sense the weak vibration signals, which can be realized with the shock interaction with relevant works. Product Performance:

Specification

DFRobot Grayscale Sensor

DFRobot Grayscale Sensor

Introduction

The DFRobot Grayscale Sensor is an analog sensor. It is a special sensor with arduino expansion boards. The Gray-scale sensor interface uses PH 2.0 socket. The power supply needs the same controller, typically for 3.3V or 5V. The definition of gray-scale sensor pin is

  1. output
  2. complex
  3. power

Specification

DFRobot LM35 Linear Temperature Sensor

DFRobot LM35 Linear Temperature Sensor

Introduction

The DFRobot LM35 Linear Temperature Sensor is based on the semiconductor LM35 temperature sensor. The DFRobot LM35 Linear Temperature Sensor can be used to detect ambient air temperature. This sensor is produced by National Semiconductor Corporation and offers a functional range between -40 degree Celsius to 150 degree Celsius. Sensitivity is 10mV per degree Celsius. The output voltage is proportional to the temperature. It is commonly used as a temperature measurement sensors. It includes thermocouples, platinum resistance, thermal resistance and temperature semiconductor chips, which commonly used in high temperature measurement thermocouples. Platinum resistance temperature used in the measurement of 800 degrees Celsius, while the thermal resistance and semiconductor temperature sensor suitable for measuring the temperature of 100-200 degrees or below, in which the application of a simple semiconductor temperature sensor has good linearity and high sensitivity. The LM35 linear temperature sensor and sensor-specific expansion of Arduino board, in combination, can be very easy to achieve. The LM35 linear temperature sensor pin definitions:

  1. output
  2. complex
  3. power

Specification

DFRobot Magnetic Induction Sensor

DFRobot LM35 Linear Temperature Sensor

Introduction

This is the DFRobot Magnetic Induction Sensor. It senses the magnetic materials within a detection range up to about 3cm. The detection range and the strength of the magnetic field are proportional. The output is digital on/off. The definition of magnetic induction sensor pin is

  1. output
  2. power supply
  3. ground.

This sensor uses the SFE Reed Switch - Magnetic Field Sensor.

Specification

DFRobot Digital Push Button

DFRobot LM35 Linear Temperature Sensor

Introduction

This is a big button which gives the first touch of the physical world. Simply plug to IO expansion board to finish your first taste of Arduino.

Specification

  1. output
  2. power supply
  3. way

DFRobot Tilt Sensor

DFRobot Tilt Sensor

Introduction

The DFRobot Tilt Sensor is a digital mercury-based tilt switch that is either closed, disconnected or open. The module is based on the number of mercury switches. The mercury flows to the low-lying and could therefore be used as a simple tilt sensor. The dedicated sensor expansion boards with the Arduino, in combination, can achieve very interesting and an interactive work. The Mercury switch module pin definitions are:

  1. output
  2. power supply
  3. ground.

Note: Mercury is a toxic substance, please be careful to avoid breaking the glass case.

Specification

  1. output
  2. power supply
  3. ground

DFRobot Gas Sensor

Introduction

Specification

Arduino Sample Code
void setup()
{
  Serial.begin(9600); //
}
void loop()
{
int val;
val=analogRead(0);传感器接于模拟口0
Serial.println(val,DEC);//从串口发送声音强度并换行
delay(100);
}

DFshopping_car1.png Get Sensor Set For Arduino (SKU: DFR0018) from DFRobot Store or DFRobot Distributor.

Category: DFRobot > Sensors & Modules > Sensors > Sensor Kit

category: Product Manual category: DFR Series category: Robots-kits category: source category: Diagram