DFRobot_Infrared_sensor_breakout_(SKU_SEN0042) - jimaobian/DFRobotWiki GitHub Wiki
Introduction
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
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
shopping
dfrobot
infrared
sensor
category: Product Manual category: SEN Series category: Sensors category:source category:Diagram