Sign In | Join Free | My enlightcorp.com
China Shenzhen Shanhai Technology Ltd. logo
Shenzhen Shanhai Technology Ltd.
Shenzhen Shanhai Technology Ltd. Professional GSM GPRS modem and module GPS module manufacture. We supply high quality products, competitive price, and 5 star customer service
Active Member

14 Years

Home > Temperature Sensor >

Infrared Digital PIR Motion sensor

Shenzhen Shanhai Technology Ltd.
Contact Now

Infrared Digital PIR Motion sensor

Place of Origin : China

Brand Name : Digital PIR Motion Sensor

Certification : CE Rohs FCC

Model Number : Digital PIR Motion Sensor

MOQ : 5pcs

Price : 9

Packaging Details : boxes

Delivery Time : 2-3 days

Payment Terms : TT advance paypal

Supply Ability : 10000

Contact Now

Infrared Digital PIR Motion Sensor

We can build electronics projects just as easy as piling bricks. Arduino and community have made the programming much easier than ever before. How about some elixir on hardware part? Maybe it is not yet convenient to make complex interfaces, but we can at least start from the most commonly used modules.

By using electronic bricks, you may connect Arduino compatible boards easily with various digital, analog and I2C/Uart interfaces. These the breadboard-less firm connection are prepared to extensive modules like poteniometers, sensors, relays, servos...even buttons, just plug and play.

Each terminal module has buckled port with VCC, GND and Output, which has corresponding port on the sensing board, with a plain 2.54mm dual-female cable you may start playing already. Buckled brick cables are like cement for bricks, make the connections easier, secure and more professional looking.

It is very interesting Electronic Brick Module

This module can be used with Arduino Special Sensor Shield V4.0.
You can do some simple design about it,it support“plug and play”.

PIR motion sensing Brick

This brick includes a PIR motion sensor module,Max sentry distance is 3 and 7 meters. If anyone moved in that range, Alarm pin will go high. The signal duration can be adjusted from 0.3s-18s by the yellow potienmeter.

This PIR Sensor Switch Module detects the Infrared Rays released by human body motion within the detection area (6 Meters/20 feet).

PIR Sensor : A PIR Sensor is a Passive Infrared Sensor which controls the switching on/off when it detects a moving target. The PIR Sensor senses the motion of a human body by the change in surrounding ambient temperature when a human body passes across.

Delay Time Adjustable: 5 seconds to 18 Minutes.

Once the motion is seized , it sends a “low” digital value to the Arduino through the digital IO port of Sensor Shield


Connect the signal cables and Arduino port , then it can be used:


the corresponding Arduino code is :

int ledPin = 13;
int switchPin = 2;
int value = 0;

void setup() {
  pinMode(ledPin, OUTPUT);
  pinMode(switchPin, INPUT);
}

void loop() {
  value = digitalRead(switchPin);
  if (HIGH == value) {
    digitalWrite(ledPin, HIGH);
  } else {
    digitalWrite(ledPin, LOW);
  }
}   


Connecting Diagram :


This sensor module come with 3 Pin Dual-female Jumper Wire length 300mm as below :

Product Tags:

Motion Sensor

      

Humidity Sensor

      

Temperature Sensor

      
Quality Infrared Digital PIR Motion sensor for sale

Infrared Digital PIR Motion sensor Images

Inquiry Cart 0
Send your message to this supplier
 
*From:
*To: Shenzhen Shanhai Technology Ltd.
*Subject:
*Message:
Characters Remaining: (0/3000)