Have you seen when wheels or any rotating thing look still or even rotating backwards in a movie or video?Look the speed to present the data in Serial Monitor in both position of the switch... Power supplies with 4,96v and 0,96v.
It looks slow, but it is not slow.From 4,94 V to 5 v it is when it canges to be slow.
void loop()
{
valin = analogRead(A5);
Serial.println( micros() );
Serial.println(valin);
}
void loop()
{
valin = analogRead(A5);
Serial.println(valin);
delay( 300 );
}
I explained how to do fine adjustments here:It is very difficult to move the pot wheel to appeciate tenths of volt, this is de reason Why I ask you for linear pots
arcachofo likes this post
Similar topics
Permissions in this forum:
You cannot reply to topics in this forum