DFR0053

DFR0053 Datasheet


Analog Slide Position Sensor SKU DFR0053

Part Datasheet
DFR0053 DFR0053 DFR0053 (pdf)
PDF Datasheet Preview
Analog Slide Position Sensor SKU DFR0053

Contents
• 1 Introduction
• 2 Specification
• 3 Pin Definition
• 4 Connection Diagram
• 5 Sample Code


Introduction

The DFRobot Slide Position Sensor is based on straight-slip potentiometer position sensor and can be combined easily with the Arduino sensor expansion board. The sensor includes two outputs to allow the user to average the values and minimize random sensor fluctuations.

Specification
• Interface Type Analog
• Compatible with the Arduino sensor expansion board
• Voltage +5 V
• Size 86X22.5mm
• Weight 15g

Pin Definition Connection Diagram

Analog sensor connection diagram

Sample Code
// # Editor // # Date

Lauren from DFRobot :
// # // # Editor // # Date

Lauren from DFRobot :
// # Product name Rotation Sensor v1/v2 or Analog Slide Position Sensor
// # Product SKU DFR0054/DFR0058/DFR0053
// # Version
// # Description // # the sample to drive some analog sensors
// # Connection:

Signal output pin -> Analog pin 0
void setup

Serial.begin 9600 ;
//Set serial baud rate to 9600 bps
void loop
int val;
val=analogRead 0 ;
//Read slider value from analog 0

Serial.println val,DEC ;//Print the value to serial port
delay 100 ;

Powered By DFRobot 2008-2017
More datasheets: ALH60Y48N | AEH60F48N | ALH60F48N | AS32 0R530 | TSL201CL | D2E097-BI56-02 | SMP4-RYB | 4364D1/5 | 4364D5/7 | 4364D3/7


Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived DFR0053 Datasheet file may be downloaded here without warranties.

Datasheet ID: DFR0053 508620