닫기
전체카테고리
  • 반도체/수동소자
    반도체/수동소자
  • 임베디드하드웨어
    임베디드하드웨어
  • 교육용키트
    교육용키트
  • 센서모듈
    센서모듈
  • 입출력모듈
    입출력모듈
  • 전원/파워/배터리
    전원/파워/배터리
  • 기타 하드웨어
    기타 하드웨어
  • 특가상품/리퍼상품
    특가상품/리퍼상품
  • 반도체/수동소자
    반도체/수동소자
  • 임베디드하드웨어
    임베디드하드웨어
  • 교육용키트
    교육용키트
  • 센서모듈
    센서모듈
  • 입출력모듈
    입출력모듈
  • 전원/파워/배터리
    전원/파워/배터리
  • 기타 하드웨어
    기타 하드웨어
  • 특가상품/리퍼상품
    특가상품/리퍼상품
PIR 적외선 인체모션 감지센서 / PIR Motion Sensor (JST) 이미지 확대 보기
  • PIR 적외선 인체모션 감지센서 / PIR Motion Sensor (JST)

PIR 적외선 인체모션 감지센서 / PIR Motion Sensor (JST)

공유
VAT 포함 가격입니다.
판매가
15,600 (부가세 포함)
구매혜택
할인 : 적립 마일리지 :
상품코드
537794
브랜드
SparkFun
제조사
Sparkfun
구매제한
옵션당 최소 1개
PIR 적외선 인체모션 감지센서 / PIR Motion Sensor (JST)
0
총 상품금액
총 할인금액
총 합계금액
간단하게 사용할 수 있는 움직임/모션인식 센서입니다. 디지털 신호로 작동하며, 적외선의 변화를 통해 움직임이 감지되면
변화된 신호를 출력합니다. 


사양 (Specification) :

  • 작동 전압 5v~12v

  • 3핀 JST 규격 커넥터 사용

  • 빨간선 - 전원

  • 흰색선 - 그라운드

  • 검은선 - 신호선


구성품 (Component) :

  • PIR 모션센서 x 1


참고자료 (noted items) :

  • 메카솔루션 커뮤니티 Mechasolution Blog는 여러가지 정보를 제공합니다.


PIR sensor hookup


/****************************************************************************** PIR_Motion_Detector_Example.ino Example sketch for SparkFun's PIR Motion Detector (https://www.sparkfun.com/products/13285) Jim Lindblom @ SparkFun Electronics May 2, 2016 The PIR motion sensor has a three-pin JST connector terminating it. Connect the wire colors like this: - Black: D2 - signal output (pulled up internally) - White: GND - Red: 5V Connect an LED to pin 13 (if your Arduino doesn't already have an LED there). Whenever the PIR sensor detects movement, it'll write the alarm pin LOW. Development environment specifics: Arduino 1.6.7 ******************************************************************************/ const int MOTION_PIN = 2; // Pin connected to motion detector const int LED_PIN = 13; // LED pin - active-high void setup() { Serial.begin(9600); // The PIR sensor's output signal is an open-collector, // so a pull-up resistor is required: pinMode(MOTION_PIN, INPUT_PULLUP); pinMode(LED_PIN, OUTPUT); } void loop() { int proximity = digitalRead(MOTION_PIN); if (proximity == LOW) // If the sensor's output goes low, motion is detected { digitalWrite(LED_PIN, HIGH); Serial.println("Motion detected!"); } else { digitalWrite(LED_PIN, LOW); } }


Description: This is a simple to use motion sensor. Power it up and wait 1-2 seconds for the sensor to get a snapshot of the still room. If anything moves after that period, the ‘alarm’ pin will go low.

This unit works great from 5 to 12V (datasheet shows 12V). You can also install a jumper wire past the 5V regulator on board to make this unit work at 3.3V. Sensor uses 1.6mA@3.3V.

The alarm pin is an open collector meaning you will need a pull up resistor on the alarm pin. The open drain setup allows multiple motion sensors to be connected on a single input pin. If any of the motion sensors go off, the input pin will be pulled low.

We’ve finally updated the connector! Gone is the old “odd” connector, now you will find a common 3-pin JST! This makes the PIR Sensor much more accessible for whatever your project may need. Red = Power, White = Ground, and Black = Alarm.

Documents:


PIR 적외선 움직임 감지 스위치
5,500
품절
ZX 거리, 제스처 인식 센서, 행동,동작 인식 센서 (ZX Distance and Gesture Sensor)
ZX 거리, 제스처 인식 센서, 행동,동작 인식 센서 (ZX Distance and Gesture Sensor)
31,900
Gravity PIR 인체 모션감지 센서 / Gravity: Digital PIR (Motion) Sensor For Arduino
6,930
품절
Grove 아두이노 제스처 센서 (동작감지, 제스쳐 센서) (Grove - Gesture)
Grove 아두이노 제스처 센서 (동작감지, 제스쳐 센서) (Grove - Gesture)
19,030
PIR 인체 감지센서 MH-SR602
3,000
품절

장바구니 담기

상품이 장바구니에 담겼습니다.
바로 확인하시겠습니까?

찜 리스트 담기

상품이 찜 리스트에 담겼습니다.
바로 확인하시겠습니까?

이미지 확대보기PIR 적외선 인체모션 감지센서 / PIR Motion Sensor (JST)

PIR 적외선 인체모션 감지센서 / PIR Motion Sensor (JST)
  • PIR 적외선 인체모션 감지센서 / PIR Motion Sensor (JST)
닫기

비밀번호 인증

글 작성시 설정한 비밀번호를 입력해 주세요.

닫기

장바구니 담기

상품이 장바구니에 담겼습니다.
바로 확인하시겠습니까?

찜 리스트 담기

상품이 찜 리스트에 담겼습니다.
바로 확인하시겠습니까?

  • 장바구니
  • 최근본상품
  • 위로
  • 아래로

최근 본 상품

  • PIR 적외선 인체모션 감지센서 / PI...
    15,600
0/2
우측 배너
고객센터

053-588-4080평일상담 : 10:00 ~ 17:00 | 점심시간 : 12:00 ~ 13:00
주말 및 공휴일 휴무

계좌안내

신한은행100-032-613560
예금주 : (주)메카솔루션