


الوصف
The TPE-502B by Tangio Printed Electronics is a high-performance force sensing resistor. Thanks to its intelligent design and excellent construction, it offers an actuation force of less than 15g, force sensitivity up to 5kg, and long-term drift of less than 1% in a highly durable package that can withstand operating temperatures from -20 to +85°C, all while providing excellent long-term stability.
Force sensor TPE-502
Layout
Specification
Force range: up to 5KG
Actuation force: < 15g
Active area ø14.70mm
Thickness (inc. 0.05mm adhesive) 0.375mm
Mode Shunt
Sensor overall width 18.00mm
Sensor overall length 25.00mm
Simple Representation:
void setup() {
Serial.begin(57600);
}
void loop() {
pinMode(13, OUTPUT);
pinMode(A0, INPUT);
int sensorValue = analogRead(A0);
if(sensorValue >= 500){
digitalWrite(13, HIGH);
}
else if (sensorValue < 500 ){
digitalWrite(13, LOW);
}
Serial.println(sensorValue);
delay(1);
}
Required Components: Resistors – Arduino – Arduino Cable – Wires –
يجب عليك تسجيل الدخول لنشر مراجعة.
المراجعات
لا توجد مراجعات بعد.