FSR402 Force sensing resistor

Sale! FSR402 Pressure Sensor for Arduino View larger

ONNKIA_FSR402

New product

3 Items

Warning: Last items in stock!

48,58 lei Tax included

Delivery: 1-5 days

Add to wishlist

Overview

Force Sensing Resistors (FSR) are a polymer thick film (PTF) device which exhibits a decrease in resistance with an increase in the force applied to the active surface. Its force sensitivity is optimized for use in human touch control of electronic devices. FSRs are not a load cell or strain gauge, though they have similar properties. FSRs are not suitable for precision measurements.pressure sensor.

Specifications

Length: approx. 60mm
Width: approx. 19mm
Sensing area: 12.7mm
Output signal: Passive variable resistance
Force sensing range: 0g~10kg

Features

  • FSR402 film force sensor.
  • FSR will vary its resistance depending on how much pressure is being applied to the sensing area. The harder the force, the lower the resistance.
  • Can sense applied force on sensing area in the range of 0g-10kg.
  • Two pins extend from the bottom of the sensor to mount the FSR.
  • Small in size.
  • Light in weight.
  • This sensor is simple to set up and great for sensing pressure, but you may not want to use it as a scale for it is not incredibly accurate.

Wiring diagram+Code

1FwS--PI1RorSY-ZMrilf6F1Vl6CLyxg7Nh5Lljg

int presiunepin = A0;
int forta;
int LEDpin = 12;
void setup() {
Serial.begin(9600);
pinMode(LEDpin, OUTPUT);
}
void loop() {
  forta = analogRead(presiunepin);
  Serial.println(forta);
if(forta > 500) {
  digitalWrite(LEDpin, HIGH);
}
else {
  digitalWrite(LEDpin, LOW);
}
delay(100);
}

Datasheet

Click here

No customer reviews for the moment.

Write a review

FSR402 Force sensing resistor

FSR402 Force sensing resistor

30 other products in the same category: