Difference between revisions of "6th Inning"

From LVL1
Jump to navigation Jump to search
(Created page with '==Introduction== '''Potentiometers and voltage dividers''' ==Components Needed== *Freeduino or Arduino or clone *USB cable for Freeduino *Freeduino development software - [htt…')
 
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
'''Potentiometers and voltage dividers'''  
+
'''Potentiometers and voltage dividers'''
 
+
This inning we will hook up a potentiometer and play with voltage dividers.  A voltage divider is a simple circuit where you have two resistors in series and you are reading the voltage in between the two resistors.  These are very important because there are many sensors that are resistive in nature, so all you have to do is put the sensor in series with a resistor and read the changing value on an analog pin!  Check out the wikipedia article...http://en.wikipedia.org/wiki/Voltage_divider
  
 
==Components Needed==
 
==Components Needed==

Revision as of 22:43, 17 May 2010

Introduction

Potentiometers and voltage dividers This inning we will hook up a potentiometer and play with voltage dividers. A voltage divider is a simple circuit where you have two resistors in series and you are reading the voltage in between the two resistors. These are very important because there are many sensors that are resistive in nature, so all you have to do is put the sensor in series with a resistor and read the changing value on an analog pin! Check out the wikipedia article...http://en.wikipedia.org/wiki/Voltage_divider

Components Needed

  • Freeduino or Arduino or clone
  • USB cable for Freeduino
  • Freeduino development software - download here!
  • Solderless Breadboard
  • Hookup wire 22gauge solid

How to

Schematic

Fritzing

Code

Troubleshooting