Difference between revisions of "Arduino Sensors"
Jump to navigation
Jump to search
(→Water Temperature (DS18B20)) |
|||
Line 38: | Line 38: | ||
[https://www.sparkfun.com/products/11050 Sparkfun] | [https://www.sparkfun.com/products/11050 Sparkfun] | ||
+ | |||
[http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Sensors/Temp/DS18B20.pdf technical doc] | [http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Sensors/Temp/DS18B20.pdf technical doc] | ||
+ | |||
[http://bildr.org/2011/07/ds18b20-arduino/ Getting Started] | [http://bildr.org/2011/07/ds18b20-arduino/ Getting Started] | ||
+ | |||
[http://www.adafruit.com/products/381 Adafruit] | [http://www.adafruit.com/products/381 Adafruit] |
Revision as of 08:30, 21 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)
Contents
LED
LED (Light Emitting Diode) are components that generate light when voltage is applied to them
Photoresistor (Sparkfun)
A Photoresistor is a sensor that detects the level of light and produces a reading relative to the amount of light applied
Temperature Sensor (Sparkfun)
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
Water Temperature (DS18B20)
A mysterious sensor has appeared!