I'm trying to get some reading from a pot using the example sketch and it is not working. It might be possible that my board is shot.
Here is the sketch:
void setup() {
Serial.begin(9600);
}
void loop() {
int sensorValue = analogRead(A1);
Serial.print("1 ");
Serial.println(sensorValue);
delay(100);
}
When I run it and have nothing plugged into A1 the reading is around 340 and only varies slightly. When I plug in a wire and have the wire laying there not connected to anything the readings jump from 200s to 500s. When I grab the wire insulation the readings go even crazier.
video here: