Difference between revisions of "Force-Sensing Resistor"

From Mech
Jump to navigationJump to search
(Created page with " == Force Sensing Resistor ==")
 
 
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.