Flexible Sensitive Resistor - Flex Sensor 2.2" / 4.5"

  • RM63.00

  • Product Code: Flex RFP-602
  • Availability: In Stock

Available Options

A simple flex sensor 2.2" in length. As the sensor is flexed, the resistance across the sensor increases. Patented technology by Spectra Symbol - they claim these sensors were used in the original Nintendo Power Glove. I love the Nintendo Power Glove. It's so bad!

The resistance of the flex sensor changes when the metal pads are on the outside of the bend (text on inside of bend).

Connector is 0.1" spaced and bread board friendly.

Note: Please refrain from flexing or straining this sensor at the base. The usable range of the sensor can be flexed without a problem, but care should be taken to minimize flexing outside of the usable range. For best results, securely mount the base and bottom portion and only allow the actual flex sensor to flex.

 

SPECIFICATION

  • Resistance Value: 10KΩ~125KΩ
  • Life Cycle: >1 million
  • Dimension: 77mm * 6mm * 0.43mm (L*W*H)(3x0.2x0.02'')
  • Temperature Range: -35°C to +80°C 

 

 

 

int flexSensorPin = A0; //analog pin 0

void setup(){
  Serial.begin(9600);
}

void loop(){
  int flexSensorReading = analogRead(flexSensorPin);

  Serial.println(flexSensorReading);

  //In my tests I was getting a reading on the arduino between 512, and 614.
  //Using map(), you can convert that to a larger range like 0-100.
  int flex0to100 = map(flexSensorReading, 512, 614, 0, 100);
  Serial.println(flex0to100);

  delay(250); //just here to slow down the output for easier reading
}

 

Write a review

Note: HTML is not translated!
    Bad           Good

 

Tags: Force