网站颜色:

特价 原装进口0.5"电阻式压力传感器 力敏 fsr402 称重长短尾

  • 品牌:INTERLINK
  • 颜色分类:长尾短尾

美国原装进口0.5"电阻式压力传感器

FSR402力敏电阻

配套电路模块:
传感器输出的是电阻信号,如需获取电压信号(输出可以是0-3.3V或者0-5V),可以选购我们配套电路模块:

http://shen.witcp.com/design/c87/td5888bce9a8.html

采用原装芯片,质量稳定;可以配额线

很多客户想把传感器作为开关使用,那么我们也提供开关量模块,这样点亮LED、进行舞台搭建等DIY就再也不是问题了

http://shen.witcp.com/design/c87/t5b1e5b85cea8.html

产品简介

 

FSR是传感器,让您检测的物理压力,挤压和重量。他们是使用简单,成本低。这是一个FSR的照片,下面的是402模型。

 

FSR是由2层分隔的,随着压力增大,这些活性的素点就会触控半导体,使得电阻变小


 


FSR可以被看做是一个电阻器,通过压力的大小来改变其电阻值,该电阻(以欧姆为单位Ω)取决于多少压力。

产品规格

 

  • 尺寸:厚(0.48mm),作用面积14.68mm
  • 电阻范围:无限/开路(无压力),200Ω(最大压力)
  • 测力范围:0.2到20N(可以扩展至10kg),均匀地涂抹在表面面积0.125平方米
  • 电源:使用小于1mA的电流(取决于上拉/下拉电阻和电源电压) 

如何衡量与FSR力/压力

 

正如我们已经说过了,FSR随着越来越多的压力使得电阻不断变化,当不存在压力时,传感器看起来像一个无限大的电阻(开路),随着压力的增加,电阻下降。该曲线图表示在不同的压力下测量的传感器的电阻值。

 

重要的是要注意的:它不舒范的线性图(数/日志图),尤其是在低测力的时候迅速从无限到100KΩ。

 

测试FSR

最简单的方法,来测试您的FSR是如何工作的,首先是用万能表接上传感器的2个引脚和通过手部挤压来观察电阻是如何变化。由于电阻变化很大,自动量程仪表可以很容易测试出来。

    


 

 

连接到一个FSR

由于FSR基本上可以说是一个电阻器,它们属非偏振光。这意味着你可以将它们随意连接起来,无论如何,他们会工作得很好!但是我们还是建议使用2.54毫米母头连接到它。

  


 

 

FSR示例项目

简单的代码模拟FSR测量

   

 

  


 

/* FSR simple testing sketch.
 
Connect one end of FSR to power, the other end to Analog 0.
Then connect one end of a 10K resistor from Analog 0 to ground
 
 
int fsrPin = 0; // the FSR and 10K pulldown are connected to a0
int fsrReading; // the analog reading from the FSR resistor divider
 
void setup(void) {
// We'll send debugging information via the Serial monitor
Serial.begin(9600);
}
 
void loop(void) {
fsrReading = analogRead(fsrPin);
 
Serial.print("Analog reading = ");
Serial.print(fsrReading); // the raw analog reading
 
// We'll have a few threshholds, qualitatively determined
if (fsrReading < 10) {
Serial.println(" - No pressure");
} else if (fsrReading < 200) {
Serial.println(" - Light touch");
} else if (fsrReading < 500) {
Serial.println(" - Light squeeze");
} else if (fsrReading < 800) {
Serial.println(" - Medium squeeze");
} else {
Serial.println(" - Big squeeze");
}
delay(1000);
}
 

采用原装芯片,质量稳定;可以配额线

很多客户想把传感器作为开关使用,那么我们也提供开关量模块,这样点亮LED、进行舞台搭建等DIY就再也不是问题了

http://shen.witcp.com/design/c87/t5b1e5b85cea8.html

 

此外我们致力于做最全的传感器供货商,以下各种量程的传感器可以选择

FSR402  面积适中

http://shen.witcp.com/design/c87/tce5ed6db965.html

FSR400   面积小巧

http://shen.witcp.com/design/c87/tc8daa51bcb5.html

FSR406  方形

http://shen.witcp.com/design/c87/tdc1688a56e9.html

FSR408  条形

http://shen.witcp.com/design/c87/tc8ce1daca66.html

以下传感器有大量程10KG、20kg、50kg、100kg、150kg可选

http://shen.witcp.com/design/c87/tdad6669ccd1.html

http://shen.witcp.com/design/c87/tdadd8c1d899.html

http://shen.witcp.com/design/c87/tdadccabe989.html

http://shen.witcp.com/design/c87/tdadcb98e919.html

http://shen.witcp.com/design/c87/tdad66889165.html

http://shen.witcp.com/design/c87/t5b81aa8ca6b1.html

http://shen.witcp.com/design/c87/tdc1b851eb91.html

热门设计服务