IR Sensor Digital Output on Arduino

Sdílet
Vložit
  • čas přidán 1. 08. 2019
  • Find code and diagrams at: www.EliTheComputerGuy.com
    IR sensors can be used for obstacle avoidance on Arduino vehicles. Using the digital output option you can code based on a simple true false statement rather than testing against a range.
    Functional Parts in the Project:
    Arduino Uno - store.arduino.cc/usa/arduino-...
    IR Sensor - amzn.to/2IDw7SE
  • Věda a technologie

Komentáře • 8

  • @elcelsiddig6136
    @elcelsiddig6136 Před 5 lety

    Thank you Eli
    U r the best

  • @RobertGoddard86
    @RobertGoddard86 Před 5 lety

    Thanks Eli.

  • @erixlim2272
    @erixlim2272 Před 4 lety

    Is there an apps where we can connect the print display on mobile phone through bluetooth?

  • @jackhandsome4209
    @jackhandsome4209 Před 5 lety +3

    Is there a way to adjust the distance in which it detects? For instance it senses at 1”, can it be adjusted for 2” or half an inch?

    • @elithecomputerguy
      @elithecomputerguy  Před 5 lety +2

      ... not really I did a video on EliTheComputerGuy.com that brings in the sensor value as an analog readout. You get "some"... a tiny bit of sensitivity, but very little. UltraSonic Distance sensors are the way to go for real distance readings.

  • @Dan-gf6ry
    @Dan-gf6ry Před 5 lety

    Vacation from the other channel? THing of the name?

  • @Anonymous-ok9ul
    @Anonymous-ok9ul Před 2 lety

    i want my led that is connected to IR sensor to not to give any output(LED ON) in first detection but internally just count it as 1 and however, in second detection the LED should turn ON and it should stay on forever. It would be great if anybody can guide me onto it since i have been looking for it all over the internet and couldn't find any relevant info.

  • @SoberInjun62
    @SoberInjun62 Před 5 lety

    Perfect example of Object Oriented Programming. 😃