Monitoring Potentiometer Values Using Arduino's Analog Input

by dhamodaran kkp in Circuits > Arduino

90 Views, 1 Favorites, 0 Comments

Monitoring Potentiometer Values Using Arduino's Analog Input

circuit connections.png

The objective of this experiment is to understand how to interface a potentiometer with Arduino's analog input and monitor the changing resistance values in a virtual environment using Tinkercad Circuit.

Connections

FJKZ3OWLSONTM27.png
  • Add an Arduino simulator and a potentiometer from the components library.
  • Connect the potentiometer's three terminals to the corresponding pins on the Arduino: connect one end to 5V, the other end to GND, and the middle pin to an analog input pin A0

Code Block

code block.png

follow the code block

Simulate

simulation