Skip to main content

Questions tagged [potentiometer]

Electronic component forming a three-terminal resistor with a sliding contact. Acts as a variable resistor / voltage divider, manipulating the amount of current flowing through it.

1 vote
1 answer
277 views

Can run a LCD without a potentiometer or a resistor? I don't have any. Here it said to connect both:
Rahat Rahman Orchid's user avatar
0 votes
0 answers
96 views

#include <MIDI.h> int scale = A4; int oct = A2; int potval, octval,octval2=0; int newnote, prevnote = -1; int newpotval,prepotval=-1,potval2=0; int trigr = 7; // Ultrasonic right int echor = ...
DETOX's user avatar
  • 1
0 votes
2 answers
155 views

I'm getting starter with the Arduino and I'm going through the classic tutorial, it says to connect the VO to a pot's wiper, and pot itself to +5v and ground, so I did. I tuned it and it worked, but ...
You Care's user avatar
  • 109
0 votes
2 answers
161 views

I'm pretty new to Arduino and this is my first project I'm working on and I'm really struggling with why my code isn't working properly. The LED strip should be able to adjust the colour with one ...
user92341's user avatar
2 votes
2 answers
648 views

I'm having difficultly using an internal timer interrupt with my Arduino Nano to properly capture a specific value from a linear potentiometer and then instantly stopping the actuator. I basically ...
wickedhurricane's user avatar
1 vote
1 answer
164 views

I am a newbie in electronics. Please correct me if I am wrong. I am replacing a pot with a digital pot (DS3502) in a circuit. The Vcc of the circuit is 12V. But the digital pot can have a maximum of 5....
Teena's user avatar
  • 23
2 votes
1 answer
89 views

I've built the attached circuit with the following changes: I used Arduino Nano. I used 10K pot. 12V is connected to VIN pin (instead of RAW). The Arduino was connected to the PC by USB for the use ...
Takata's user avatar
  • 89
1 vote
1 answer
219 views

I have a potentiometer connected to an ADC input of an Arduino Leonardo. The ADC resolution is 10-bit (0..1024), while I need just 7-bit (0..127). I use a simple filter to reduce the noise and then a ...
Mark's user avatar
  • 393
1 vote
0 answers
149 views

I am using adafruit DS3502 breakout board for arduino. When I follow procedure written in https://learn.adafruit.com/ds3502-i2c-potentiometer/arduino My serial display shows correct voltage values. My ...
adeel asif's user avatar
-1 votes
1 answer
117 views

"Use an Arduino, two potentiometers, and an alarm. Make one of the potentiometers act like a volume control, and make the other potentiometer control the tone that the alarm makes." I added ...
Mahmodol's user avatar
1 vote
1 answer
5k views

I am trying to vary the speed of a 2-wire fan by using a Arduino Uno and only a potentiometer. Initially, I assumed that I could go about doing so by using a code that I used for dimming an LED. When ...
AI09's user avatar
  • 13
-1 votes
1 answer
202 views

Hello Stack Community, I am new to Arduino, and I am trying to figure out how to connect a draw wire encoder to Arduino and collect data from it. I have attached a link of the product that I currently ...
Shiv's user avatar
  • 3
-1 votes
1 answer
165 views

I have been building a RC plane completely from scratch using an arduino but I am fairly new to this. Essentially I have been able to make my two arduinos communicate with each other so that when one ...
Anudeep Reddy's user avatar
-1 votes
2 answers
3k views

I am following this guide to produce tones with the arduino: https://www.arduino.cc/en/Tutorial/BuiltInExamples/toneMelody This uses the tone() builtin function. The connections is that one pin of the ...
user1584421's user avatar
  • 1,435
0 votes
1 answer
240 views

I have the problem, that the potentiometer goes from the range of 0 Volts to 3,3 volts. But within this range the measured value goes from about 0 to 65535 multiple times (over 10 cycles). When I ...
gamerInCellar's user avatar

15 30 50 per page
1
2 3 4 5
9