FSR402 Round Force Sensor

  1. Analog Sensor Output
  2. Compatible With Grove Ecosystem
  3. High Durability
  4. Reliable Mechanical Structure

EGP450.00

In stock

The Grove-Round Force Sensor(FSR402) is a force-sensitive module. At the end of the sensor, there is a round force-sensitive resistor, the resistance of which depends on the pressure applied to this resistor. Simply say, the greater the pressure, the smaller the resistance. However, the output of this sensor is not strictly linear, so we do not recommend it for accurate measurements.

Application:
  1. Automotive electronics
  2. Medical Systems
  3. Industrial controls
  4. Robotics
  5. Interactive Educational Toy

Features:

  1. Analog output
  2. Reliable mechanical structure
  3. High durability:Tested to 10 Million actuations, 1kg, 4Hz / -10% average resistance change

Package Includes:

1x Round Force Sensor (FSR402)

 

Arduino Code

//Visit web site " www.ekostra.com"
const int fsrPin = A0; // Analog pin where the FSR is connected
int fsrValue = 0;     // Variable to store the raw sensor value
float voltage = 0.0;  // Variable to store the voltage value

void setup() {
  Serial.begin(9600); // Initialize serial communication at 9600 baud rate
}

void loop() {
  fsrValue = analogRead(fsrPin); // Read the raw sensor value
  voltage = fsrValue * (5.0 / 1023.0); // Convert the reading to voltage

  Serial.print("FSR Value: ");
  Serial.print(fsrValue);
  Serial.print(" | Voltage: ");
  Serial.print(voltage);
  Serial.println(" V");

  delay(500); // Delay for 500 milliseconds before the next reading
}

 

Wiring diagram

0 reviews
0
0
0
0
0

There are no reviews yet.

Be the first to review “FSR402 Round Force Sensor”

Your email address will not be published. Required fields are marked *

You have to be logged in to be able to add photos to your review.

Get a discount when you buy more

Specification

Dimensions 60.325 × 19.05 mm
Sensing Area:

0.5" diameter circle

Output Signal:

Passive variable

Force Sensitivity Range:

100 g to 10 kg

Lifetime:

>10 million actuations

Sensing Diameter:

0.5"

Customer Reviews

0 reviews
0
0
0
0
0

There are no reviews yet.

Be the first to review “FSR402 Round Force Sensor”

Your email address will not be published. Required fields are marked *

You have to be logged in to be able to add photos to your review.