Source Code: create.arduino.cc/editor/mertarduinotech/f347fe9a-46f2-4d0a-9056-a8f496c6038b/preview Recommended Items: Use Your Muscles in Project - amzn.to/3wdL45C 37 Sensor & Module Packages - amzn.to/3m66WeQ Try this Robot Arm - amzn.to/3fq8DCl Best Resin 3D Printer - amzn.to/39tY8KB Arduino Compatible Kits - bit.ly/2J2AFF7 Banggood Spring Sale - bit.ly/3slMbOn
Easy to understand tutorial both with the hardware and software. I've been looking to add a volume control knob to an upcoming project. I've heard rotary encoders may be better, but I wanted to start simple and this helped me get comfortable with potentiometer basics. Thank you!
Very interesting. Thank you. I'm looking into taking an old flight simulator joystick with a "gameport" connector, and just using the mechanism and the pots for helicopter controls. But I need to find a way to send the analogue pot information across USB, so that the flight simulator can recognise it. I plan to make a helicopter collective and a throttle. No idea what I'm doing 👍😊
looking to control a motor with a pot but I don't know to stabilize the input. If you watch the input on this circuit it fluctuates. Example 725,725,725,726,725. Its not steady. How could I stabilize it?
Thank you for the video. May i know the tool that u have used to plot the wave form. Could you please help me with " Im doing a project right now the values that I'm reading from potentiometer is not constant means when place pot at zero or in middle im receiving the floating value that's like from 4058, and suddenly to 800 and 1230 in middle somewhere. So the values changing continuously not at one value that I'm placing " Please help me with this. Your help will be useful for my future
What would you do if you wanted 3 or more potentiometers, would you have to get 3 boards Or could you plug all three into different headers that do the same thing, I'm sorta new to this Arduino thing but I'm hoping to get into it, thanks!
Hello . my accordion microphone grundig gdsm 331. The 10k potentiometer did not work well, the sound quality was poor. what potentiometer do you recommend me???
I want to send the regulated voltage to test out a faulty passlock in my GM car. It's less than 5v for the voltage needed for the computer to read. I have everything plug into a breadboard and converted to 5.0/1023.0. If I send my ground to the negative of the breadboard and my 5v to the positive then send the negative to my ground bolt on car then send the positive of the breadboard to my cars sensor would it deliver the voltage? I mean as long as I have the voltage dialed in correctly?
selamlar proje için çok tesekkurler.Bir sey sormak istiyorum.arduino uno atmega328p kullanıyorum.serial monitoru actıgım zaman anlamsız ASCII Karakterler goruyorum.Bir ayar mı yapmam gerekiyor.sanırım board ile iletişim kuruyor sanırım ama ASCII kodları anlamsız yardımcı olabilir misiniz ?
Surely with this setup, when you turn the pot down to zero, you just end up shorting out the 5v to analogue input? causing something to go up in smoke?
Nice! I need to control 4 lighting circuits (one at a time) with an Arduino using pot inputs that will control duration of each, pause time between each, fading rate up and down. Each lighting circuit can have its own pot for max intensity. Any thoughts on additional hardware for the input and output sides? Thanks in advance to anyone who can comment.
my Rotation Sensor only gives 1024 or 0.... there is no inbetween analog reading in mine.... anyone else have the same issue with their Rotation Sensor?
Figured it out. If you are using NodeMCU ESP8266 12-E you MUST use Pin A0 because that's where the Analog to Digital (ADC) Pin is. Now Mine is working :D
//Analog Read with Serial Monitor void setup() { //the setup routine runs once when you press reset Serial.begin(9600); //initialize serial communication at 9600 bits per second } void loop() { //the loop routine runs over and over again forever int sensorValue = analogRead(A0); //read the input on analog pin 0 Serial.println(sensorValue); //print out the value you read delay(10); //delay in between reads for stability }
Source Code: create.arduino.cc/editor/mertarduinotech/f347fe9a-46f2-4d0a-9056-a8f496c6038b/preview
Recommended Items:
Use Your Muscles in Project - amzn.to/3wdL45C
37 Sensor & Module Packages - amzn.to/3m66WeQ
Try this Robot Arm - amzn.to/3fq8DCl
Best Resin 3D Printer - amzn.to/39tY8KB
Arduino Compatible Kits - bit.ly/2J2AFF7
Banggood Spring Sale - bit.ly/3slMbOn
without speaking a single word,, this video gave the concept of potentiometer,,, Thanks for this..
OUTSTANDING THAN ALL OTHER VIDEOS WITH EASY METHOD AND EASY UNDERSTANDABLE
Easy to understand tutorial both with the hardware and software. I've been looking to add a volume control knob to an upcoming project. I've heard rotary encoders may be better, but I wanted to start simple and this helped me get comfortable with potentiometer basics. Thank you!
Very interesting. Thank you.
I'm looking into taking an old flight simulator joystick with a "gameport" connector, and just using the mechanism and the pots for helicopter controls. But I need to find a way to send the analogue pot information across USB, so that the flight simulator can recognise it.
I plan to make a helicopter collective and a throttle.
No idea what I'm doing 👍😊
Craig Nevermind I’m doing something similar. I’m trying to make a 737 throttle quadrant but have no idea how to make it work for the sim
Could you maybe help send the code you have made?
to read larger values as potentiometer is turned clockwise, the positive and negative terminals merely need to be opposite what he shows in the video.
Thank you, was wondering about that!
Subscribed. So many Arduino projects that look interesting.
Thanks! Works great. Now I can measure voltage drop across resistors.
looking to control a motor with a pot but I don't know to stabilize the input. If you watch the input on this circuit it fluctuates. Example 725,725,725,726,725. Its not steady. How could I stabilize
it?
Thank you for the video. May i know the tool that u have used to plot the wave form. Could you please help me with " Im doing a project right now the values that I'm reading from potentiometer is not constant means when place pot at zero or in middle im receiving the floating value that's like from 4058, and suddenly to 800 and 1230 in middle somewhere. So the values changing continuously not at one value that I'm placing "
Please help me with this. Your help will be useful for my future
This was my 2nd project of Arduino after controlling the LED.
gr8 vid .. can we use it to control DAW using hairless.
which communication protocol is used here, UART?
Why analog pin not declare as input? Like pinMode ( A0, INPUT);
good post .. is there a way to convert it into midi for DAW fader control
What would you do if you wanted 3 or more potentiometers, would you have to get 3 boards Or could you plug all three into different headers that do the same thing, I'm sorta new to this Arduino thing but I'm hoping to get into it, thanks!
You can plug all of em in one breadboard, that is what breadboard is for, connecting multiple components
You can plug all of em in one breadboard, that is what breadboard is for, connecting multiple components
hello. do I must use 10k or can I use the other? and do I need calibration which is max and 0 value and how?
Excellent video.
I copied the code exactly and tried it with an Arduino Leonardo. It didn't work.
but is it fixed that the Vout decreases on turning clockwise and increases on turning it anticlockwise.......if not how?
Hello . my accordion microphone grundig gdsm 331. The 10k potentiometer did not work well, the sound quality was poor. what potentiometer do you recommend me???
I want to send the regulated voltage to test out a faulty passlock in my GM car. It's less than 5v for the voltage needed for the computer to read. I have everything plug into a breadboard and converted to 5.0/1023.0. If I send my ground to the negative of the breadboard and my 5v to the positive then send the negative to my ground bolt on car then send the positive of the breadboard to my cars sensor would it deliver the voltage? I mean as long as I have the voltage dialed in correctly?
When removing the in put read analog from arduino he still show noise number , how i can eliminate thus noise ?
Will this work on Arduino Leonardo?
Hey I was written everything like in your Video but there is only the Errorcode that I dont have choose the serial port.
can I use arduino to create EKG that is used to draw the pulses of human Heart.
thanks
What is that wire that you put on my set wih the UNO did not come with it?
How to convert this analog values in serial to frequency ?
selamlar proje için çok tesekkurler.Bir sey sormak istiyorum.arduino uno atmega328p kullanıyorum.serial monitoru actıgım zaman anlamsız ASCII Karakterler goruyorum.Bir ayar mı yapmam gerekiyor.sanırım board ile iletişim kuruyor sanırım ama ASCII kodları anlamsız yardımcı olabilir misiniz ?
is it possible to make a volume control using that?
thanks man! it worked!
Surely with this setup, when you turn the pot down to zero, you just end up shorting out the 5v to analogue input? causing something to go up in smoke?
why would that cause something to go up in smoke? it's an input pin
A0 has high input impedance. Very little (read none) current is drawn
Nice! I need to control 4 lighting circuits (one at a time) with an Arduino using pot inputs that will control duration of each, pause time between each, fading rate up and down. Each lighting circuit can have its own pot for max intensity. Any thoughts on additional hardware for the input and output sides? Thanks in advance to anyone who can comment.
Really helpful! Thanks :)
plz help my serial monitor has always show 1023 value what should i do plzz help
plzzz help
whats the name of the song in the video
Really nice, thank you :)
linkleri yenileyebilirmisiniz
Very easy thanks
Why don't we need pinMode here?
YOOOO YOU DESSERVE A SUB THIS VIDEO TAUGHT ME SO MUCH!!!
teşekkürler video için peki 3 potansiyometre bağlarsak a1 ve a2 pin leri için aynı kodları altta kullanabilirmiyiz
my Rotation Sensor only gives 1024 or 0.... there is no inbetween analog reading in mine.... anyone else have the same issue with their Rotation Sensor?
Figured it out. If you are using NodeMCU ESP8266 12-E you MUST use Pin A0 because that's where the Analog to Digital (ADC) Pin is. Now Mine is working :D
//Analog Read with Serial Monitor
void setup() {
//the setup routine runs once when you press reset
Serial.begin(9600); //initialize serial communication at 9600 bits per second
}
void loop() {
//the loop routine runs over and over again forever
int sensorValue = analogRead(A0); //read the input on analog pin 0
Serial.println(sensorValue); //print out the value you read
delay(10); //delay in between reads for stability
}
nice vid!!
music name please, nice tutorial
good
@@khairul743 bruh what?
Thx! :)
idk what this thing does
scam code
arduino fake =)))) wish 1$