I just began learning arduino and i practice with a cheap clone Arduino Nano.
I have tried some inbuilt examples including other tutorials i found online and had no problem but reading ADC/Voltages.
When i try the "potentiometer to reduce or increase ADC readings" the serial monitor reading lags behind the real reading on the A0 pin that i use and only reads equally on the ends of the potentiometer.
I also tried reading a single Lithium-ion cell of 3.69v but ADC value was giving 1023 reading.
It sounds like a wiring mistook and without your schematic we can only guess the pot is connected wrong. This type of mistook can damage or destroy the pot depending on how it is connected.
4. Open Serial Monitor at Bd = 9600. 5. Press RESET Button of NANO. 6. Check that Serial Monitor shows close to 3.3 at 1-sec interval. 7. Connect A0-pin with GND-point. 8. Check that SM shows clsoe to 0. 9. Connect A0-pin wit 5V-point. 10. Check that SM shows close to 5. 11. The Ch-0 of the ADC Module of your NANO is fully functional. 12. Now, connect the wiper-point of your Pot at A0-pin. Slowly, turn the Pot from fully CCW to fully CW and observe that readings on SM chnage accordingly.
10K Ohm is a good value to use with Nano. Lower values also ok.
If you are using a much higher value, like 1M Ohm, this won't work so well and might cause the effect you are describing.
Also, there are "linear" and "logarithmic" potentiometers. It is normal to use linear with Arduino projects. Logarithmic are sometimes used in audio projects, for example as volume controls.
There seem not to be any issue with all LED controlling i have tried. In fact, in the few time i began learning, i can so so much with LEDs, same with some other sensors.
My trouble is just with this voltage reading, which is my main goal of ttrying to learn Arduino as i do a lot of Lithium battery hobbies.