닫기
전체카테고리
  • 반도체/수동소자
    반도체/수동소자
  • 임베디드하드웨어
    임베디드하드웨어
  • 교육용키트
    교육용키트
  • 센서모듈
    센서모듈
  • 입출력모듈
    입출력모듈
  • 전원/파워/배터리
    전원/파워/배터리
  • 기타 하드웨어
    기타 하드웨어
  • 특가상품/리퍼상품
    특가상품/리퍼상품
  • 반도체/수동소자
    반도체/수동소자
  • 임베디드하드웨어
    임베디드하드웨어
  • 교육용키트
    교육용키트
  • 센서모듈
    센서모듈
  • 입출력모듈
    입출력모듈
  • 전원/파워/배터리
    전원/파워/배터리
  • 기타 하드웨어
    기타 하드웨어
  • 특가상품/리퍼상품
    특가상품/리퍼상품
Gravity 디지털 정전식 터치 센서 / Gravity: Digital Capacitive Touch Sensor For Arduino 이미지 확대 보기
  • Gravity 디지털 정전식 터치 센서 / Gravity: Digital Capacitive Touch Sensor For Arduino

Gravity 디지털 정전식 터치 센서 / Gravity: Digital Capacitive Touch Sensor For Arduino

공유
VAT 포함 가격입니다.
판매가
7,700 (부가세 포함)
구매혜택
할인 : 적립 마일리지 :
상품코드
2714
브랜드
DFRobot
제조사
DFRobot
구매제한
옵션당 최소 1개
Gravity 디지털 정전식 터치 센서 / Gravity: Digital Capacitive Touch Sensor For Arduino
0
총 상품금액
총 할인금액
총 합계금액

정전식과 감압식 터치센서 중, 본 제품은 정전식으로 금판을 만지면 동작하는 센서모듈입니다.



아두이노 소스코드

터치하였을 때 LED가 작동하는 데모소스입니다.

int ledPin = 13;                // Connect LED on pin 13, or use the onboard one
int KEY = 2;                 // Connect Touch sensor on Digital Pin 2
 
void setup(){
  pinMode(ledPin, OUTPUT);      // Set ledPin to output mode
  pinMode(KEY, INPUT);       //Set touch sensor pin to input mode
}
 
void loop(){
   if(digitalRead(KEY)==HIGH) {      //Read Touch sensor signal
        digitalWrite(ledPin, HIGH);   // if Touch sensor is HIGH, then turn on
     }
   else{
        digitalWrite(ledPin, LOW);    // if Touch sensor is LOW, then turn off the led
     }
}


INTRODUCTION

Are you tired with clicking mechanic button? Try our capacitive touch sensor. Right now we can find touch sensor on most electronic device. So uprade your Arduino project with our new version touch sensor and make it cool!!

This little sensor can "feel" people and metal touch and feedback a high/low voltage level. Even isolated by some cloth and paper, it still can feel the touch. And the sensetivity well decrease as isolation get thick. For detail of usage, please check our wiki. To exetreme user experience of our sensor module, we made following improvement. We can feel our care for customers.


 

With this sensor Arduino can feel your touch

 


FEATURES

·         Wide voltage range from 3.3V to 5V

·         Standard assembling structure (two 3mm holes with multiple of 5cm as interval)

·         Easily recognitive interfaces of sensors ("A" for analog and "D" for digital)

·         Icons to simplely illustrate sensor function 

·         High quality connector

·         Immersion gold surface

·         Specification

·         Supply Voltage: 3.3V to 5V

·         Interface: Digital

·         Size:22x30mm

DOCUMENTS

·         Wiki Doc     

·         Schematic    

SHIPPING LIST

·         Capacitive Touch Sensor x1

·         Digital cable x1

 

이미지 확대보기Gravity 디지털 정전식 터치 센서 / Gravity: Digital Capacitive Touch Sensor For Arduino

Gravity 디지털 정전식 터치 센서 / Gravity: Digital Capacitive Touch Sensor For Arduino
  • Gravity 디지털 정전식 터치 센서 / Gravity: Digital Capacitive Touch Sensor For Arduino
닫기

비밀번호 인증

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

닫기

장바구니 담기

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

찜 리스트 담기

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

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

최근 본 상품

  • Gravity 디지털 정전식 터치 센서 ...
    7,700
0/2
우측 배너
고객센터

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

계좌안내

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