FSR402 Round Force Sensor
- Analog Sensor Output
- Compatible With Grove Ecosystem
- High Durability
- Reliable Mechanical Structure
EGP450.00
In stock
Estimated delivery dates: 22-12-2024 - 25-12-2024
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:
- Automotive electronics
- Medical Systems
- Industrial controls
- Robotics
- Interactive Educational Toy
Features:
- Analog output
- Reliable mechanical structure
- 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
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
Reviews
Clear filtersThere are no reviews yet.
Reviews
Clear filtersThere are no reviews yet.