Difference between revisions of "Arduino Sensors"
Jump to navigation
Jump to search
(→Temperature Sensor) |
|||
Line 27: | Line 27: | ||
''' | ''' | ||
A sensor that detects the surrounding temperature and reports back a raw reading. The data it reports back needs to be modified in order to convert to the desired scale | A sensor that detects the surrounding temperature and reports back a raw reading. The data it reports back needs to be modified in order to convert to the desired scale | ||
+ | |||
[http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Sensors/Temp/TMP35_36_37.pdf Datasheet] | [http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Sensors/Temp/TMP35_36_37.pdf Datasheet] | ||
[http://ardx.org/CIRC10 Simple usage tutorial] | [http://ardx.org/CIRC10 Simple usage tutorial] |
Revision as of 09:13, 19 May 2014
Here is a list of all of the sensors and components as well as a reference code, descriptive use, and a link to purchase (warning the internet is a dynamic document, links become outdated. If you happen upon a broken link, please be a kind spirit and modify the link)
LED
LED (Light Emitting Diode) are components that generate light when voltage is applied to them
Photoresistor
A Photoresistor is a sensor that detects the level of light and produces a reading relative to the amount of light applied
Temperature Sensor
A sensor that detects the surrounding temperature and reports back a raw reading. The data it reports back needs to be modified in order to convert to the desired scale