No video

How to use the Arudino Uno to Read Analog Values from Sensors

This is an example that demonstrates how to read three different types of analog sensors using the Arduino Uno.
👉Subscribe for more robotics and engineering tips:
/ @theboredrobotllc
Share this video with a friend:
• How to use the Arudino...
Affiliate Links:
Arduino Uno - amzn.to/38YsNi8
Arduino Starter Kit - amzn.to/35aqh70
Disclaimer: This video contains affiliate links, meaning that if you make a purchase from one of the product links, I'll receive a small commission.

Пікірлер: 11

  • @rosenrotcoyohuehuetzin7802
    @rosenrotcoyohuehuetzin780223 сағат бұрын

    This is what I needed to know, thanks a lot. I'm building a solar tracking system but didn't know how to get info about the photoresistors. If you had any code for solar tracking using photoresistors and a linear actuator I'd really appreciate it.

  • @Whathefishbro
    @Whathefishbro2 ай бұрын

    can we control the position of stepper motor with tb6600 and potentiometer

  • @TheBoredRobotLLC

    @TheBoredRobotLLC

    2 ай бұрын

    I have a video on this. You should be able to do the same with the motor controller that you mentioned. kzread.info/dash/bejne/g4Z32KVuqMuwc9o.htmlsi=tg4ZDeatLPXbjkhq

  • @sepm4230
    @sepm4230 Жыл бұрын

    Nice and clear, thanks 👍

  • @TheBoredRobotLLC

    @TheBoredRobotLLC

    Жыл бұрын

    Thanks!

  • @Whathefishbro
    @Whathefishbro2 ай бұрын

    if yes can you provide the circuit diagram and code for it

  • @TheBoredRobotLLC

    @TheBoredRobotLLC

    2 ай бұрын

    github.com/TheBoredRobot/KZread-Code

  • @boubakarrm8029
    @boubakarrm8029 Жыл бұрын

    Thanks so much mate... But I didn't really get why do we choose exactly those values 1023 & 5 & 0.5 & 1000 Any help!! 😅😥

  • @TheBoredRobotLLC

    @TheBoredRobotLLC

    Жыл бұрын

    The analog read command will output values between 0 and 1024. The equation is converting these values to a voltage value, which will be between 0 and 5. The other equation is a conversion from volts to temperature. This was an equation that was given in the data sheet for this particular sensor.

  • @joshdavis5793
    @joshdavis57933 жыл бұрын

    First!

  • @TheBoredRobotLLC

    @TheBoredRobotLLC

    2 жыл бұрын

    Thanks Josh. I know it's a year later.