Force-Sensing Resistor: Difference between revisions
From Mech
Jump to navigationJump to search
Content deleted Content added
JaneMiller (talk | contribs) Created page with " == Force Sensing Resistor ==" |
JaneMiller (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
== Force Sensing Resistor == |
== Force Sensing Resistor == |
||
*[http://bildr.org/2012/11/force-sensitive-resistor-arduino/ This tutorial from Bildr] has a great overview of what a force sensitive resistor is and how to use it. |
|||
*Like the analog distance sensor, we can stream the values of this sensor over serial and use Arduino's "map" function to calibrate it. |
|||
Latest revision as of 20:22, 27 March 2015
Force Sensing Resistor
- This tutorial from Bildr has a great overview of what a force sensitive resistor is and how to use it.
- Like the analog distance sensor, we can stream the values of this sensor over serial and use Arduino's "map" function to calibrate it.