Difference between revisions of "Arduino Sensors"

From Earlham CS Department
Jump to navigation Jump to search
(LED)
(NXT Lego)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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)
+
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)
 
 
  
  
 +
[http://cluster.earlham.edu/~blyee11/https___137.204.107.21_natdocs_LAB_SENSORS_KEYES37IN1SENSORSKIT_37-1.pdf Master Sunfounder Guide]
  
 
'''
 
'''
Line 9: Line 9:
 
LED (Light Emitting Diode) are components that generate light when voltage is applied to them
 
LED (Light Emitting Diode) are components that generate light when voltage is applied to them
  
To use an LED properly you will need a 330? resistor also remember that the longer end should be connected to the Cathode (Positive) end of your circuit.  
+
[https://www.sparkfun.com/datasheets/Components/LED/COM-09590-YSL-R531R3D-D2.pdf Datasheet]
 +
 
 +
[http://ardx.org/CIRC01 Simple usage tutorial]
 +
 
 +
 
 +
'''
 +
== Photoresistor (Sparkfun)==
 +
'''
 +
A Photoresistor is a sensor that detects the level of light and produces a reading relative to the amount of light applied
 +
 
 +
[http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Sensors/LightImaging/SEN-09088.pdf Datasheet]
 +
 
 +
[http://ardx.org/CIRC09 Simple usage tutorial]
  
[https://www.sparkfun.com/datasheets/Components/LED/COM-09590-YSL-R531R3D-D2.pdf Datasheet]
+
'''
 +
== 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
 +
 
 +
[http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Sensors/Temp/TMP35_36_37.pdf Datasheet]
 +
 
 +
[http://ardx.org/CIRC10 Simple usage tutorial]
 +
 
 +
'''
 +
== Temperature Probe (DS18B20) ==
 +
'''
 +
A mysterious sensor has appeared!
 +
 
 +
[https://www.sparkfun.com/products/11050 Sparkfun]
 +
 
 +
[http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Sensors/Temp/DS18B20.pdf technical doc]
 +
 
 +
[http://bildr.org/2011/07/ds18b20-arduino/ Getting Started]
 +
 
 +
[http://www.adafruit.com/products/381 Adafruit]
  
[http://ardx.org/CIRC01 Simple Usage Tutorial]
+
'''
 +
== NXT Lego ==
 +
'''
 +
[http://service.lego.com/en-us/helptopics/products/themes/mindstorms/mindstorms-nxt/nxt-software-download software]

Latest revision as of 11:12, 22 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)


Master Sunfounder Guide

LED

LED (Light Emitting Diode) are components that generate light when voltage is applied to them

Datasheet

Simple usage tutorial


Photoresistor (Sparkfun)

A Photoresistor is a sensor that detects the level of light and produces a reading relative to the amount of light applied

Datasheet

Simple usage tutorial

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

Datasheet

Simple usage tutorial

Temperature Probe (DS18B20)

A mysterious sensor has appeared!

Sparkfun

technical doc

Getting Started

Adafruit

NXT Lego

software