欢迎来到淘文阁 - 分享文档赚钱的网站! | 帮助中心 好文档才是您的得力助手!
淘文阁 - 分享文档赚钱的网站
全部分类
  • 研究报告>
  • 管理文献>
  • 标准材料>
  • 技术资料>
  • 教育专区>
  • 应用文书>
  • 生活休闲>
  • 考试试题>
  • pptx模板>
  • 工商注册>
  • 期刊短文>
  • 图片设计>
  • ImageVerifierCode 换一换

    测量与信号基础英文PPT (36).pdf

    • 资源ID:62799552       资源大小:2.56MB        全文页数:19页
    • 资源格式: PDF        下载积分:8金币
    快捷下载 游客一键下载
    会员登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录   QQ登录  
    二维码
    微信扫一扫登录
    下载资源需要8金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    测量与信号基础英文PPT (36).pdf

    Appendix C Introduction to Arduino8.1 Overview of sensor technology8.2 Resistive sensor8.3 Inductive sensor8.4 Capacitance sensor8.5 Magnetoelectric tranducer8.6 Piezoelectric transducer8.7 Hall sensorChapter 8 Principles of sensorsFundamentals of Measurement and Signal Analysis8.8 Photoelectric sensor8.9 Image sensor8.10 Thermalcouple8.11 Fiberoptic sensor8.12 Grating8.13 Biosensor8.14 How to select a sensor8.2 Resistive sensorA resistive sensor is a sensor that converts the measured quantity into the change of resistance.According to the working principle,it can be divided into:potentiometer,resistive strain gauge,sensitive type(thermosensitive,photosensitive,gas sensitive,magneto sensitive,.)Resistor is the simplest electronic component.The measurement of resistance is simple,accurate and has a large dynamic range.Multimeter can measure resistance from 10 to 10 M;the change of resistance can be easily converted to voltage/current by V=I*R.8.2 Resistive sensor1 PotentiometerA potentiometer is a three-terminal resistor with sliding or rotating contacts to form an adjustable resistance voltage divider.It is widely used to measure displacement or angle.8.2 Resistive sensorEquivalent circuit:Left endRight endMoving endLxl L Total lengthl x Displacementl R Total resistancel Rx Brush resistancel kl Resistance per unit lengthLkRlxkRlxRRLxx*ExxL*E0 EExx0E8.2 Resistive sensorExample:Multi-turn/single-turn potentiometer8.2 Resistive sensorLoading effect:ERxRV VRmVoltage measurement x(1)mEELRxxRLEx0LEExx8.2 Resistive sensorTotal resistance of potentiometer:10kLoading resistance:2kMeasurement range:0-45kgMaximum error:15kgKx*EW Raw materialLoadingReal weightVoltageMeasured weight8.2 Resistive sensorKey parameters of potentiometer:1)Linearity 2)Resolution 3)Deviation of the total resistance4)Measurement range5)Temperature coefficient 6)Lifespan8.2 Resistive sensorHow to manufacture potentiometers:PCB potentiometerWire winding potentiometerSchematic diagram8.2 Resistive sensorPotentiometer products:PotentiometerResistance rulerMulti-turn angle measurement8.2 Resistive sensorPrinciple:weight spring deformation displacement potentiometer resistanceRaw materialExample:Automatic weight measurement 8.2 Resistive sensorPrinciple:steel wire number of coils potentiometer resistanceLiquid levelSteel wireExample:Detection of gas reservation8.2 Resistive sensorPrinciple:motor angle potentiometer resistanceExample:steering angle controlDisplayControlConnect Disconnect ScanMeasureTime:Com name:Baud rate:Status:Time:Com name:Baud rate:Status:Connected8.2 Resistive sensorExample:4-wire resistive touch screen8.2 Resistive sensorConnect four pins of the touch screen to A0,A1,A2,A3void setup()Serial.begin(9600);void loop()pinMode(A3,OUTPUT);pinMode(A1,OUTPUT);pinMode(A2,INPUT);pinMode(A0,INPUT);digitalWrite(A3,HIGH);digitalWrite(A1,LOW);int x=analogRead(A0);Serial.println(x);pinMode(A2,OUTPUT);pinMode(A0,OUTPUT);pinMode(A3,INPUT);pinMode(A1,INPUT);digitalWrite(A2,HIGH);digitalWrite(A0,LOW);int y=analogRead(A1);Serial.println(y);delay(200);Demo Arduino code8.2 Resistive sensorExample:Ball control system using touch screen8.2 Resistive sensorEExRRxDIY:LED control by Arduino and potentiometer8.2 Resistive sensorconst int analogInPin=A0;const int analogOutPin=9;int sensorValue=0;int outputValue=0;void setup()Serial.begin(9600);void loop()/read the analog in value:sensorValue=analogRead(analogInPin);/map it to the range of the analog out:outputValue=map(sensorValue,0,1023,0,255);/change the analog out value:analogWrite(analogOutPin,outputValue);Serial.println(outputValue);delay(100);EExRRx8.1 Overview of sensor technologyHomework1.How does a potentiometer work?2.Under what conditions there will be a good linearity between input and output of a potentiometer?3.Give application examples you know about potentiometer.

    注意事项

    本文(测量与信号基础英文PPT (36).pdf)为本站会员(刘静)主动上传,淘文阁 - 分享文档赚钱的网站仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知淘文阁 - 分享文档赚钱的网站(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于淘文阁 - 版权申诉 - 用户使用规则 - 积分规则 - 联系我们

    本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

    工信部备案号:黑ICP备15003705号 © 2020-2023 www.taowenge.com 淘文阁 

    收起
    展开