Arduino analogRead Serial Monitor with Potentiometer

Поделиться
HTML-код
  • Опубликовано: 1 ноя 2024

Комментарии • 60

  • @maker101io
    @maker101io  3 года назад

    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

  • @jawedhawari6927
    @jawedhawari6927 Год назад +1

    without speaking a single word,, this video gave the concept of potentiometer,,, Thanks for this..

  • @hassanplanet_1100
    @hassanplanet_1100 8 месяцев назад

    OUTSTANDING THAN ALL OTHER VIDEOS WITH EASY METHOD AND EASY UNDERSTANDABLE

  • @HardwareUnknown
    @HardwareUnknown 4 года назад +1

    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!

  • @CraigMansfield
    @CraigMansfield 5 лет назад +4

    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 👍😊

    • @jettplane
      @jettplane 5 лет назад

      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

    • @jettplane
      @jettplane 5 лет назад

      Could you maybe help send the code you have made?

  • @RussellColeman
    @RussellColeman 3 года назад +1

    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.

    • @royh4305
      @royh4305 Год назад

      Thank you, was wondering about that!

  • @realtrickybilly
    @realtrickybilly 7 лет назад +3

    Subscribed. So many Arduino projects that look interesting.

  • @upl1nk.v01d2
    @upl1nk.v01d2 6 лет назад +1

    Thanks! Works great. Now I can measure voltage drop across resistors.

  • @scrosby1000
    @scrosby1000 3 года назад

    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?

  • @ajayakkirala7259
    @ajayakkirala7259 Год назад

    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

  • @kvlpnd
    @kvlpnd 8 лет назад +1

    This was my 2nd project of Arduino after controlling the LED.

  • @daddydanny5588
    @daddydanny5588 4 года назад

    gr8 vid .. can we use it to control DAW using hairless.

  • @anithak7582
    @anithak7582 5 месяцев назад

    which communication protocol is used here, UART?

  • @ElectronicCircuits
    @ElectronicCircuits Год назад

    Why analog pin not declare as input? Like pinMode ( A0, INPUT);

  • @daddydanny5588
    @daddydanny5588 4 года назад

    good post .. is there a way to convert it into midi for DAW fader control

  • @johneypp1014
    @johneypp1014 3 года назад +1

    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!

    • @gamingjedi52
      @gamingjedi52 3 года назад

      You can plug all of em in one breadboard, that is what breadboard is for, connecting multiple components

    • @gamingjedi52
      @gamingjedi52 3 года назад

      You can plug all of em in one breadboard, that is what breadboard is for, connecting multiple components

  • @samueladitya1729
    @samueladitya1729 5 лет назад +1

    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?

  • @PSVF2013
    @PSVF2013 4 года назад +1

    Excellent video.
    I copied the code exactly and tried it with an Arduino Leonardo. It didn't work.

  • @a27aadhya80
    @a27aadhya80 3 года назад

    but is it fixed that the Vout decreases on turning clockwise and increases on turning it anticlockwise.......if not how?

  • @hemidsahmerdanov567
    @hemidsahmerdanov567 7 лет назад

    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???

  • @JoeCnNd
    @JoeCnNd 6 лет назад

    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?

  • @benbenameur8429
    @benbenameur8429 3 года назад

    When removing the in put read analog from arduino he still show noise number , how i can eliminate thus noise ?

  • @diesmilingxx
    @diesmilingxx 5 лет назад +1

    Will this work on Arduino Leonardo?

  • @jakobmuller3907
    @jakobmuller3907 5 лет назад

    Hey I was written everything like in your Video but there is only the Errorcode that I dont have choose the serial port.

  • @alkenz2009
    @alkenz2009 7 лет назад

    can I use arduino to create EKG that is used to draw the pulses of human Heart.
    thanks

  • @dagamer-eq3bu
    @dagamer-eq3bu 5 лет назад

    What is that wire that you put on my set wih the UNO did not come with it?

  • @rocketraj200
    @rocketraj200 3 года назад

    How to convert this analog values in serial to frequency ?

  • @robotikkodlamak
    @robotikkodlamak 5 лет назад

    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 ?

  • @karlgaminde539
    @karlgaminde539 4 года назад

    is it possible to make a volume control using that?

  •  5 лет назад +1

    thanks man! it worked!

  • @asdfasdf13291f
    @asdfasdf13291f 5 лет назад

    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?

    • @ConnorR.mp3
      @ConnorR.mp3 5 лет назад

      why would that cause something to go up in smoke? it's an input pin

    • @Sandarpan
      @Sandarpan 5 лет назад

      A0 has high input impedance. Very little (read none) current is drawn

  • @JSROOKS
    @JSROOKS 7 лет назад

    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.

  • @victorhecht994
    @victorhecht994 4 года назад

    Really helpful! Thanks :)

  • @ahmedali1463
    @ahmedali1463 5 лет назад +1

    plz help my serial monitor has always show 1023 value what should i do plzz help

  • @lt.schlechtnacht9414
    @lt.schlechtnacht9414 4 года назад

    whats the name of the song in the video

  • @jessecrockett
    @jessecrockett 4 года назад

    Really nice, thank you :)

  • @muratozdemir1167
    @muratozdemir1167 4 года назад

    linkleri yenileyebilirmisiniz

  • @drshaabbas2822
    @drshaabbas2822 2 года назад

    Very easy thanks

  • @N-e0N
    @N-e0N 3 года назад

    Why don't we need pinMode here?

  • @SuperHunteeYoutube
    @SuperHunteeYoutube Год назад

    YOOOO YOU DESSERVE A SUB THIS VIDEO TAUGHT ME SO MUCH!!!

  • @kartal2339
    @kartal2339 6 лет назад

    teşekkürler video için peki 3 potansiyometre bağlarsak a1 ve a2 pin leri için aynı kodları altta kullanabilirmiyiz

  • @joeballer4036
    @joeballer4036 4 года назад

    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?

    • @joeballer4036
      @joeballer4036 4 года назад +1

      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

  • @ayoubothman5141
    @ayoubothman5141 3 года назад +1

    //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
    }

  • @RCTechBattles
    @RCTechBattles 8 лет назад

    nice vid!!

  • @huzaifakhan_771
    @huzaifakhan_771 6 лет назад

    music name please, nice tutorial

  • @A.R.D.I.
    @A.R.D.I. 5 лет назад

    Thx! :)

  • @sirvix9024
    @sirvix9024 4 года назад

    idk what this thing does

  • @kellyapaap5238
    @kellyapaap5238 3 года назад +1

    scam code

  • @alinh.8
    @alinh.8 3 года назад

    arduino fake =)))) wish 1$