Ananlog Read question

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Ananlog Read question

Postby Einsteins Circuitry » Sat Feb 09, 2008 12:14 pm

The other day I was fooling around with my Arduino and discovered something that I'm not sure about. I was experimenting with the analogRead function. Here is my code...

int inputPin = 2;
int ledPin = 13;
int val = 0;

void setup() {
Serial.begin(9600);
}

void loop() {
val = analogRead(inputPin);
if (val > 900) {
digitalWrite(ledPin, HIGH);
} else {
digitalWrite(ledPin, LOW);
}
}

When I touched the wire coming out of the Analog In pin #2, the LED (pin 13) turned on! I wasn't touching anything other connection on the board. I can't figure out why when you touch that pin, it gives a value usually above 900. Why? I did some research and I still can't figure out why.

Help would be greatly appreciated!
Einsteins Circuitry
 
Posts: 4
Joined: Sat Feb 02, 2008 12:27 pm

Postby adafruit » Sat Feb 09, 2008 12:39 pm

the human body has some stored charge, so if an analog pin is floating you can actually make the value change by touching it!
its a little risky tho, if you have too much charge (static) you can fry the pin :(
User avatar
adafruit
 
Posts: 10491
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc


Return to Arduino

Who is online

Users browsing this forum: No registered users and 6 guests

Stuff to buy from the Adafruit store and links to product documentation!


New Products [103]

Raspberry Pi[80]
 
FLORA[23]
 
Bunnie Studios[9]
 
FPGA[1]
 
mbed[11]
Arduino[60]
 
NETduino[14]
 
BeagleBone[24]
 
Android[6]
 
XBee[10]
More Dev Boards[30]


 
BoArduino[8]
 
SpokePOV[4]
 
TV-B-Gone[4]
 
MiniPOV[3]
 
SIM reader[3]
 
Microtouch[5]
 
Clocks & Watches[18]
 
Drawdio[4]
 
Brain Machine[1]
 
Game of Life[2]
 
MintyBoost[2]
More DIY Kits[16]


 
MaKey MaKey[3]
 
Tweet-a-Watt[5]
 
Young Engineers[33]
 
Discover Electronics[2]
 
Snap Circuits[4]
 
littleBits[3]
 
Project packs[8]


 
Breakout Boards[33]
LCDs & Displays[48]
Components & Parts[69]
Batteries & Power[49]
EL Wire/Tape/Panel[52]
LEDs[109]
 
Wireless[14]
Cables[61]
 
Lasers[6]
Sensors/Parts[145]
 
Enclosures/Cases[11]
 
Solar[11]
 
RFID / NFC[13]
Prototyping[70]
 
iDevices[13]
Tools[71]
 
Wearables[39]
 
CNC[37]
 
Robotics[29]
 
3D printing[1]
 
Materials[24]


 
Stickers[41]
 
Skill badges[55]
 
Books[25]
 
Circuit Playground[7]
 
Gift Certificates[4]