Skip to content

DFRobot_Infrared_sensor_breakout_(SKU_SEN0042)

Angelo edited this page Sep 21, 2016 · 3 revisions

Introduction

DFRobot Infrared sensor breakout (SKU:SEN0042) this is an edge detection sensor from dfrobot. it will help your robot detect the edge of a precipice, preventing it from falling off a table or down the stairs to it's certain demise! This IR distance sensor is connected to an arduino digital pin.

Applications

Edge detection sensor Intelligent Mobile Robotics Platforms Home Cleaning Robots

Specification

Supply Voltage: 2.76.2v Current: < 10mA Range distance: 110cm Interface:1 digital pin Signal Voltage: Vcc-0.6v(High) 0.6v(Low) Size: 35x10x15mm Weight: < 5g

Connection Diagram

Infrared Sensor Connection Diagram

Sample Code

void setup(){

 Serial.begin(57600);

}


void loop(){

  Serial.print("Digital Signal:");
  Serial.println(digitalRead(3),BIN);
  delay(50);

}

Documents

sensor Datasheet code.rar Sample code

    image:nextredirectltr.pngGo shopping dfrobot infrared sensor

category: Product Manual category: SEN Series category: Sensors category:source category:Diagram

Clone this wiki locally