Analog Rotation Sensor V1 SKU DFR0054
Part | Datasheet |
---|---|
![]() |
DFR0054 (pdf) |
PDF Datasheet Preview |
---|
Analog Rotation Sensor V1 SKU DFR0054 From Robot Wiki Contents • 1 Introduction • 2 Specification • 3 Pin Definition • 4 Connection Diagram • 5 Sample Code Introduction Analog Rotation Sensor V1 SKU DFR0054 The DFRobot Rotation Sensor V1 is arduino compatible and can be rotated upto 300-degree. It is based on the potentiometer. With the Arduino sensor expansion board, in combination, it can be very easy to achieve position-dependent interaction with the rotating effect or produce MIDI instrument. Specification • Interface type Analog • 300 degree rotation sensor Pin Definition The definition of gas sensor pin is Signal Output GND Power Analog Sensor 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: AT49F512-70PC | AT49F512-70TI | AT49F512-70PI | AT49F512-70JI | AT49F512-70JC | AT49F512-70TC | AT49F512-70VI | AT49F512-70VC | AT49F512-90VC | AT49F512-90VI |
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 DFR0054 Datasheet file may be downloaded here without warranties.