Arduino Lesson 8 - Analog Read

Поделиться
HTML-код
  • Опубликовано: 10 дек 2016
  • Interfacing with complex sensors requires more than just the "on" and "off" or "high" and "low" feedback that digital reads offer us. This is where analog reads come in. In this session we will learn how to use analog reads in the context of Infra Red sensors.
    First we will print the values to the serial port and then I will show you how to apply your analog read function in a practical way.
  • НаукаНаука

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

  • @Palamatar
    @Palamatar 6 лет назад +6

    Thank you so much, your tutorials are the best I've seen so far. Straight to the point so I don't lose attention. Opens a whole new perspective to my future Arduino tinkering. Thanks again.

  • @mojtabarahem5955
    @mojtabarahem5955 2 месяца назад +1

    You hack the arduino you are amazing thank you ❤

  • @venkateshkarnam7149
    @venkateshkarnam7149 4 года назад +2

    Superb Sir the best explanation I have seen in RUclips keep uploading projects also sir. Thank u

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

    Nice bro thanks for teaching

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

    Thank you so much for this

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

    Good for you

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

    Thank You...

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

    Can this be used to detect a specific sound from a microphone? I am designing a project to detect a specific sound and not react to any other sounds around it. Could I create a code that loops to find the specific digital values of that sound alone?

  • @ibrahimkk6582
    @ibrahimkk6582 4 года назад +3

    Thank you so much.why dont u post more vedios

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

    Hi
    but when i removing 5 v the ADC Continue read noise between 0 to 1023 . Is there a way to isolate this noise?

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

    plz provide your wiring of the infrared sensor...
    i have searched the net but your custom made sensor couldn't be found....

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

      I can't attach images here, but google image "tcrt5000 wiring diagram" and you will find a similar schematic. Alter the resistor values or use a variable resistor to alter the sensitivity of the sensor :)

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

      @@benduino7327 , thanks mate
      i recently found one though is easier than i thought, plz confirm the connection if you have time..
      supply voltage to (resistor+emitter) then ground
      supply voltage to (resistor+ receiver) then signal emitter wire to analogue pin

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

    I'm not sure your IR sensor is working correctly. As you finger approaches the sensor more IR is reflected back and the number should go up not down. I need to check the wiring and operation of my IR board. Possibly the sensor is just reading background IR illumination.

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

    analogRead() gives random values when there is no any external input is given

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

    If you've found my videos helpful and you're interested in trading you can sign up to trading 212 using this link and we will both get a free share worth up to £100 :) www.trading212.com/invite/Hr1UiQ2l
    P.S. I'm thinking about making more videos soon, thank you all for tuning in!

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

    IR sensor is a digital sensor, returning only values of zeros and ones. Why are you considering it analogue