Difference between revisions of "Sensors"

From OpenCircuits
Jump to navigation Jump to search
(33 intermediate revisions by 5 users not shown)
Line 17: Line 17:
  
 
* [http://www.cypress.com/psoc2/?id=1353&rtID=76&rID=35423 "Accelerometer Interface using PSoC - AN52678"] describes several accelerometer types, and gives detailed information about interfacing the KXSC7-2050 tri-axis accelerometer.
 
* [http://www.cypress.com/psoc2/?id=1353&rtID=76&rID=35423 "Accelerometer Interface using PSoC - AN52678"] describes several accelerometer types, and gives detailed information about interfacing the KXSC7-2050 tri-axis accelerometer.
 +
 +
=== Capacitive Sensor ===
 +
A capacitive sensor ("capsense") measures capacitance, but normally this is the means to measuring something else: for example moving your hand close to a metal plate increases its capacitance to ground.  Measuring the capacitance thus measures the the touch (capacitive touch sensor) or near-touch.  Two insulated electrodes on either side of a glass tube can detect the presence of water in the tube by the change capacitance.
 +
 +
* [http://www.unorthodox.com.au/wiki/index.php?title=Touchpad_Project_0.9.7 Unorthodox Engineers: "Touchpad Project"] is an open-hardware cap-sense device with a 4x5 node grid of plates. Is it a [[sensors#multi-touch sensor]]?
 +
*[http://www.instructables.com/id/Building-a-Capacitive-Liquid-Sensor/ Building a Capacitive Liquid Sensor]
 +
* [http://emergent.unpy.net/01219970985 "Two-element capacitative touch sensor"] with an Arduino. Hints at how to extend to more elements.
 +
*[http://www.google.com/url?sa=t&source=web&cd=2&ved=0CBgQFjAB&url=http%3A%2F%2Fwww.capsense.com%2Fcapsense-wp.pdf&ei=fBTnTIz2IIL88AaB2tDoDA&usg=AFQjCNFAfYokZAXwMS_b9tDYCXybektYmA&sig2=-85YV8ADfTiPriM2orntQg Capacitive Sensors] a pdf
 +
 +
 +
 +
Mark Lee.
 +
"Build A Touch-Sensor Solution For Wet Environments".
 +
Electronic Design 2008.
 +
[http://electronicdesign.com/content.aspx?topic=build-a-touch-sensor-solution-for-wet-environments&catpath=components]
 +
[http://electronicdesign.com/article/components/build-a-touch-sensor-solution-for-wet-environments.aspx]
 +
[http://electronicdesign.com/Articles/Index.cfm?AD=1&AD=1&ArticleID=19873]
 +
 +
 +
[Is this useful for multi-touch?]
 +
Motorola E-Field Sensor Contest
 +
http://www.jandspromotions.com/efield2003/index.htm
 +
''Is there any difference between a "E-Field Sensor" and a capacitive proximity sensor?''
 +
 +
Some kinds of capacitive sensors can be used as [[sensors#multi-touch sensor]]s for a [[multi-touch display]].
 +
 +
* Photos tagged "capsense" on Flickr: [http://www.flickr.com/photos/macetech/tags/capsense/].
 +
 +
[http://forum.sparkfun.com/viewtopic.php?f=14&t=26168 Sparkfun discussion forum: "Touch Sensing using only two pins with no extenal components"]
 +
 +
* [http://forum.sparkfun.com/viewtopic.php?f=5&t=15843 Sparkfun discussion forum: "QT Series Touch Sensors."]
 +
 +
[http://forum.sparkfun.com/viewtopic.php?f=14&t=14154 Sparkfun discussion forum: "Capacitive Touch Sensor"]
 +
 +
* [http://forum.sparkfun.com/viewtopic.php?f=14&t=13588 Sparkfun discussion forum: "LPC2148 project with a lot of goodies" (including capacitive touch sensor)]
 +
 +
[http://forum.sparkfun.com/viewtopic.php?f=14&t=10726 Sparkfun discussion forum: "Using a battery as a touch sensor"]
 +
 +
* [http://www.psocdeveloper.com/forums/viewforum.php?f=22 CapSense forum at PSoC Developer]
 +
 +
=== Current Sensor ===
 +
{{main|current sense}}
 +
 +
Perhaps the most basic current sensor is the resistor.  Current is converted to voltage via ohm's law.  Typically small values of resistance are used, ranging from say 1 ohm down.  Processing of this signal may then be done with op amps to change the ground reference or scale the values.  Some integrated chips are available for this type of processing.
 +
 +
Another current sensor is the Hall Effect sensor, this actually senses magnetic field, but currents produce fields.  Signals from Hall Effect sensors are typically small so again op amps may be used.
 +
 +
See [[current sense]] for many examples.
  
 
=== Gas sensor ===
 
=== Gas sensor ===
 
* [[Image:4514.jpg|100px]] [[MiCS 4514]] CO and NOx sensor
 
* [[Image:4514.jpg|100px]] [[MiCS 4514]] CO and NOx sensor
 
----
 
----
 
=== Knock Sensor ===
 
* [http://www.arduino.cc/en/Tutorial/KnockSensor Knock Sensor]
 
* Any sound sensor, microphone, will be sensitive to Knocks
 
* Pizio (sp) Electric unint can both produce and detect vibrations
 
 
=== Magnetic Field Sensor ===
 
And if you can sense a field you can sense a current.
 
 
* [http://en.wikipedia.org/wiki/Hall_effect_sensor Hall effect sensor]
 
  
 
=== IR Infra Red Sensor Reciever Detector ===
 
=== IR Infra Red Sensor Reciever Detector ===
Line 36: Line 74:
 
* See Light Sensor
 
* See Light Sensor
 
* [[Infra Red Receiver Pinout]]
 
* [[Infra Red Receiver Pinout]]
 +
* [http://en.wikipedia.org/wiki/Passive_infrared_sensor Passive infrared sensor From Wikipedia, the free encyclopedia]
 +
* [http://www.ladyada.net/learn/sensors/ir.html IR detector Make remote controls and listeners]
  
 +
=== Knock Sensor ===
 +
* [http://www.arduino.cc/en/Tutorial/KnockSensor Knock Sensor]
 +
* Any sound sensor, microphone, will be sensitive to Knocks
 +
* [[piezoelectric transducer | piezoelectric sensor ("piezo")]] Electric unit can both produce and detect vibrations [http://en.wikipedia.org/wiki/piezoelectric_sensor Wikipedia: piezoelectric sensor]
  
 
=== Light Sensor ===
 
=== Light Sensor ===
Line 45: Line 89:
 
* Solar Cell
 
* Solar Cell
 
* Photo resistive cells
 
* Photo resistive cells
 +
 +
=== Linear Encoder ===
 +
Like rotary encoders but for linear motion.  Modern digital calipers are based on this technology ( i think ).  Positioning of print heads in computers may also uses this to position the print head.
  
  
 
----
 
----
 +
 +
=== Magnetic Field Sensor ===
 +
A magnetic field sensor is used inside some kinds of current sensor: [[current sense#magnetic field sense]]
 +
* [http://en.wikipedia.org/wiki/Hall_effect_sensor Hall effect sensor]
 +
* [http://www.educypedia.be/electronics/sensorshall.htm EDUCYPEDIA - electronics Hall effect sensors]
 +
* [http://www.electronics-tutorials.ws/electromagnetism/hall-effect.html Electronics Tutorial about Hall Effect Magnetic Sensor]
 +
* "Planar Hall sensor for influenza immunoassay" by Louise Wellendorph Ejsing 2006
 +
 +
=== Pressure and Barometric Sensor  ===
 +
Solid state units have become available for this.  We need more material here.  They can be used for weather stations, measuring altitude, or measuring pressure.
 +
 +
 +
*[http://www.mouser.com/Search/ProductDetail.aspx?R=MPX4115Avirtualkey55700000virtualkey841-MPX4115A Mouser All Products » Sensors » Pressure Sensors » Board Mount Pressure Sensors » MPX4115A]
  
 
=== Rotary Encoder ===
 
=== Rotary Encoder ===
A rotary encoder is a device that measure ( or encodes ) rotational motion.  The old fashioned mice with a ball used dual rotery encoders one to measure motion in the x direction one to measure motion in the y direction.  This may be done using switching technology or by using optical methods ( so some encoders may be considered optical electronics ). Even stepper motors may be used as rotary encoders.  It normally requires a microcontroller ( or speciality chip ) to decode the signals.  In addition to mice rotary encoders are used for the user control on volume controls ( finally coupled to say digital potentiaometrs ), measure the position of joints in robots, or measuring the speed and/or positon of motors ( as in some servo motors ).
+
A rotary encoder is a device that measure ( or encodes ) rotational motion.  The old fashioned mice with a ball used dual rotary encoders one to measure motion in the x direction one to measure motion in the y direction.  This may be done using switching technology or by using optical methods ( so some encoders may be considered optical electronics, [[optoelectronics]] ). Even stepper motors may be used as rotary encoders.  It normally requires a microcontroller ( or specialty chip ) to decode the signals.  In addition to mice rotary encoders are used for the user control on volume controls ( finally coupled to say digital potentiaometrs ), measure the position of joints in robots, or measuring the speed and/or position of motors ( as in some servo motors ).
  
 
* [http://www.arduino.cc/playground/Main/RotaryEncoders  Reading Rotary Encoders]
 
* [http://www.arduino.cc/playground/Main/RotaryEncoders  Reading Rotary Encoders]
Line 57: Line 117:
 
* [http://www.ubasics.com/adam/electronics/doc/rotryenc.shtml Rotary Encoders]
 
* [http://www.ubasics.com/adam/electronics/doc/rotryenc.shtml Rotary Encoders]
 
* [[Experimenting with Stepper Motors as Rotary Encoders using a PIC running BoostC Project]]
 
* [[Experimenting with Stepper Motors as Rotary Encoders using a PIC running BoostC Project]]
 +
* [http://www.pavius.net/articles/development/81-rotary-encoder-based-cooking-timer Rotary encoder based cooking timer]
  
=== Linear Encoder ===
+
=== Stress Sensor  ===
Like rotary encoders but for linear motionModern digital calipers are based on this technology ( i think )Positioning of print heads in computers may also uses this to position the print head.
+
One type is know as a strain gageOften based on materials where the resistance varies when elongatedTypically have very small signal output that are measured in bridge configurations.
  
 
=== Temperature Sensor  ===
 
=== Temperature Sensor  ===
Some are analog some are digital.  All can use microcontroller interfaces again digital or analog.  Two analog devices are LM34 and LM35, they are very easy to use because the voltage output is directly proportional to the temperature.  Dallas semiconductor makes a line of sensors based on their one wire networking, cool.  Temperature may also be sensed by thermistors ( temperature sensitive resistors ), the forward voltage on a diode ( or transistor ) or by thermocouples ( junctions of two different conductors ).  Thermocouples can work up to almost the melting temperature of the conductors.  You can also sense temperature based on the light emitted ( usually ir ) from the object.  Many of the temperature sensors can be highly non-linear in their response, programming in a microcontroller can be used to linearize the readings.
+
Some are analog some are digital.  All can use microcontroller interfaces again digital or analog.  Two analog devices are LM34 and LM35, they are very easy to use because the voltage output is directly proportional to the temperature.  Dallas semiconductor makes a line of sensors based on their [[one wire]] networking, cool.  Temperature may also be sensed by thermistors ( temperature sensitive resistors ), the forward voltage on a diode ( or transistor ) or by thermocouples ( junctions of two different conductors ).  Thermocouples can work up to almost the melting temperature of the conductors.  You can also sense temperature based on the light emitted ( usually ir ) from the object.  Many of the temperature sensors can be highly non-linear in their response, programming in a microcontroller can be used to linearize the readings.
  
 
*[http://www.instructables.com/id/Water-proofed-temperature-sensor/ Water proofed temperature sensor] from instructables.
 
*[http://www.instructables.com/id/Water-proofed-temperature-sensor/ Water proofed temperature sensor] from instructables.
 
*[http://spreadsheets.google.com/pub?key=pobKDna9aVYccbtu0zqXvEA&gid=0 thermistor test result] from mainland china - shenzhen
 
*[http://spreadsheets.google.com/pub?key=pobKDna9aVYccbtu0zqXvEA&gid=0 thermistor test result] from mainland china - shenzhen
  
=== Stress Sensor  ===
+
== multi-touch sensor ==
Also know as strain gage.  Often based on materials where the resistance varies when elongated.  Typically have very small signal output that are measured in bridge configurations.
 
 
 
=== Pressure and Barometric Sensor  ===
 
Solid state units have become available for this.  We need more material here.  They can be used for weather stations, measuring altitude, or measuring pressure.
 
  
=== Capacitive Sensor ===
+
A few kinds of sensors can be used to detect and locate multiple simultaneous finger-presses.
These measure capacitance, but normally this is the means to measuring something else: for example moving your hand close to a metal plate increases its capacitance to ground.  Measuring the capacitance thus measures the the touch ( or near touch ).  Two insulated electrodes on either side of a glass tube can detect the presence of water in the tube by the change capacitance.
+
Such sensors are necessary for a [[multi-touch display]].
  
 
== Further Reading ==
 
== Further Reading ==
  
 +
* [[Salvage Parts and Sources]]
 
* [http://wsn.oversigma.com/wiki/index.php/Sensors WSN:Sensors]
 
* [http://wsn.oversigma.com/wiki/index.php/Sensors WSN:Sensors]
 
* [http://www.arduino.cc/playground/Main/InterfacingWithHardware#Input Interfacing with Hardware] See the section on "Input" Writtern for the arduino but usefull just for the info on sensors.
 
* [http://www.arduino.cc/playground/Main/InterfacingWithHardware#Input Interfacing with Hardware] See the section on "Input" Writtern for the arduino but usefull just for the info on sensors.
Line 85: Line 143:
 
* [https://noisebridge.net/wiki/Sensors Sensors] From a hacker space wiki.
 
* [https://noisebridge.net/wiki/Sensors Sensors] From a hacker space wiki.
 
* [http://sensorsinfo.blogspot.com/ Sensors & Actuators The learning place for Sensors and Actuators] A blog.
 
* [http://sensorsinfo.blogspot.com/ Sensors & Actuators The learning place for Sensors and Actuators] A blog.
 +
* [http://www.educypedia.be/electronics/sensors.htm Educupedia Sensors] Links to material on a variety of sensors.
 +
* [http://www.seeedstudio.com/depot/sensors-c-6.html?page=1&sort=20a seeed_studio Sensors] A catgalog of sensors, prices look good]
 +
* [http://fab.cba.mit.edu/content/tools/circuits/input_devices/ How to make almost anything MAS863 Sensor Devices]
 +
* [http://www.sensorsportal.com/HTML/Sensor.htm Sensors Web Portal]
 +
* [http://www.prc68.com/I/Sensors.shtml Sensors © Brooke Clarke 2000 - 2007]
 +
* [http://www.piclist.com/techref/io/sensor/interface.htm Micro controller interfacing to analog sensors (such as the LM335A)]
 +
<!---------------------------------
 +
* []
 +
--->
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 09:06, 31 October 2014

Accelerometers, Gyroscopes, Temperature Sensors, Pressure Sensors, ...


General

A sensor is a device that converts some physical measurement into an electrical signal. This allows remote sensing, display of variables, and recording of values. There are a wide variety of sensors, we touch on them only fairly briefly here. Note that some standard components can be used to make or as sensors by themselves. A normal signal diode, for example, has a forward voltage drop that depends on temperature. Thus it can be used as a temperature sensor. In "Further Reading" we have some good references for more information on sensors and interfacing to sensors.

Accelerometer

These measure ( gasp ) acceleration. May be caused by gravity or the second derivative of position ( relative to an inertial frame ). Since acceleration is a vector to go the whole distace you need a 3 axis sensor, but often 1 or 2 D will do. Often the output is a voltage(s). Feed it to a microcontroller with an a to d converter, perhaps through an operational amplifier. Op amp

Capacitive Sensor

A capacitive sensor ("capsense") measures capacitance, but normally this is the means to measuring something else: for example moving your hand close to a metal plate increases its capacitance to ground. Measuring the capacitance thus measures the the touch (capacitive touch sensor) or near-touch. Two insulated electrodes on either side of a glass tube can detect the presence of water in the tube by the change capacitance.


Mark Lee. "Build A Touch-Sensor Solution For Wet Environments". Electronic Design 2008. [1] [2] [3]


[Is this useful for multi-touch?] Motorola E-Field Sensor Contest http://www.jandspromotions.com/efield2003/index.htm Is there any difference between a "E-Field Sensor" and a capacitive proximity sensor?

Some kinds of capacitive sensors can be used as sensors#multi-touch sensors for a multi-touch display.

  • Photos tagged "capsense" on Flickr: [4].

Sparkfun discussion forum: "Touch Sensing using only two pins with no extenal components"

Sparkfun discussion forum: "Capacitive Touch Sensor"

Sparkfun discussion forum: "Using a battery as a touch sensor"

Current Sensor

Main Article: current sense

Perhaps the most basic current sensor is the resistor. Current is converted to voltage via ohm's law. Typically small values of resistance are used, ranging from say 1 ohm down. Processing of this signal may then be done with op amps to change the ground reference or scale the values. Some integrated chips are available for this type of processing.

Another current sensor is the Hall Effect sensor, this actually senses magnetic field, but currents produce fields. Signals from Hall Effect sensors are typically small so again op amps may be used.

See current sense for many examples.

Gas sensor


IR Infra Red Sensor Reciever Detector

Knock Sensor

Light Sensor

Linear Encoder

Like rotary encoders but for linear motion. Modern digital calipers are based on this technology ( i think ). Positioning of print heads in computers may also uses this to position the print head.



Magnetic Field Sensor

A magnetic field sensor is used inside some kinds of current sensor: current sense#magnetic field sense

Pressure and Barometric Sensor

Solid state units have become available for this. We need more material here. They can be used for weather stations, measuring altitude, or measuring pressure.


Rotary Encoder

A rotary encoder is a device that measure ( or encodes ) rotational motion. The old fashioned mice with a ball used dual rotary encoders one to measure motion in the x direction one to measure motion in the y direction. This may be done using switching technology or by using optical methods ( so some encoders may be considered optical electronics, optoelectronics ). Even stepper motors may be used as rotary encoders. It normally requires a microcontroller ( or specialty chip ) to decode the signals. In addition to mice rotary encoders are used for the user control on volume controls ( finally coupled to say digital potentiaometrs ), measure the position of joints in robots, or measuring the speed and/or position of motors ( as in some servo motors ).

Stress Sensor

One type is know as a strain gage. Often based on materials where the resistance varies when elongated. Typically have very small signal output that are measured in bridge configurations.

Temperature Sensor

Some are analog some are digital. All can use microcontroller interfaces again digital or analog. Two analog devices are LM34 and LM35, they are very easy to use because the voltage output is directly proportional to the temperature. Dallas semiconductor makes a line of sensors based on their one wire networking, cool. Temperature may also be sensed by thermistors ( temperature sensitive resistors ), the forward voltage on a diode ( or transistor ) or by thermocouples ( junctions of two different conductors ). Thermocouples can work up to almost the melting temperature of the conductors. You can also sense temperature based on the light emitted ( usually ir ) from the object. Many of the temperature sensors can be highly non-linear in their response, programming in a microcontroller can be used to linearize the readings.

multi-touch sensor

A few kinds of sensors can be used to detect and locate multiple simultaneous finger-presses. Such sensors are necessary for a multi-touch display.

Further Reading