Distance a bargraph using VL53L0X Laser sensor on LCD display for Arduino

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

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

  • @604smit
    @604smit 5 лет назад +2

    thank you again, I was waiting for this video and it came very soon; very good explained and usefull for many projects!

    • @robojax
      @robojax  5 лет назад +2

      You are welcome. I am glad you found it useful.

  • @First.Last.99
    @First.Last.99 2 года назад

    thank you. I had problems as I didn't know what is serial begin. and you told us if this doesn't match with serial monitor you cant see anything thank you!

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

      You are welcome. you might then be interested in my course published on Udemy, but I am now sharing it on RUclips. Starts here for free robojax.com/L/?id=338

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

    Hello, great tutorial and very practical, my question is how to change the code to invert the bar graph indication, I mean that the maximum approach of the object to the laser sensor would cause the bar graph to increase and moving away from it would cause the bar graph to decrease, in advance Thank you and best regards

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

    Could you cover the programming of Arduino in detail? I am looking for a series which is targeted towards intermediate to advanced. Would def support you on that.

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

      I have Arduino course that starts from beginners and up. bit.ly/rj-udemy I am still adding contents to it.

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

    Great video as always. Have you tried running it on an ATTiny 85 yet or does it take up to much memory? It does have more than enough pins.

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

      If I got a chance, I will have to test it.

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

      @@robojax They are dirt cheap. I tried to see how much you charged, but I could not find an add to cart. Nevertheless, I usually only buy the 8 pin dip.

    • @First.Last.99
      @First.Last.99 2 года назад

      did you manage to get it to work?

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

    How could I use the LCD and the TOF in the same time using arduino uno? which only had A4 and A5 for scl and sda? thank you so much in advance.

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

      use breadboard and connect them together. you may look at this video ruclips.net/video/L6ekl2ABcuY/видео.html

  • @604smit
    @604smit 5 лет назад

    on my arduino uno(s) the SDA & SCL connections don't work, only A4 & A5 (also with scanner I2C),
    so I get on the screen Dist.: -1mm and that's it. Have a lay-out picture of an Arduino UNO that even have these connections on board; it is possible to use A4&A5 for both VL53l0X and 1602A?
    adresses are resp. 0x29 and 0x27, thanks

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

      Yes. I did not want to use breadboard. You can connect up to 128 devices.

    • @604smit
      @604smit 5 лет назад

      @@robojax will try that, thank you

    • @604smit
      @604smit 5 лет назад

      @@robojax soldered the wires together and now it works just like you showed in your video
      It is now easy to make a condition, when the distance is equal or below a certain value(someone passing, or an obstacle) a led is blinking or something else.
      thanks again Robojax!

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

      You are welcome. Pleased to hear that. Have fun.

  • @3D_Printing
    @3D_Printing 5 лет назад

    Should be able with LASER to do Real Numbers i.e. fraction of a millimeter e.g 5.05... 5.06 .... 5.07 etc...

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

      it is all real number in millimeter. I changed to cm

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

      @@robojax Hi sir, how do you change it to cm?

  • @SayedMohamed-lb3wt
    @SayedMohamed-lb3wt 4 года назад

    Do there any sensors meagrue distance for many meters
    For example 300 meters

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

      Yes there are but it will be $1000 or higher. you may get regulator laser distance sensor and modify it for your purpose like this www.amazon.com/dp/B07YHTD5M5

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

    Can it be used for water tank level detection

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

      I have not tested it. No sure. I will make a video for water level detection.

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

    No matching function for call to 'LiquidCrystal_I2c ::begain() '

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

      of course if you skip the video and don't watch, this is what happens.

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

      you need to watch two videos before coming to this video.
      1-Watch introduction to LCD so you can print simple text on screen ruclips.net/video/pxUjEsJQW2M/видео.html
      2-Watch introduction to VL53L0X so you can measure the distance and dispaly it on the serial monitor ruclips.net/video/CUg8VheNyoU/видео.html
      then come the bargraph and it will work.

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

    Where is LcdBarGraphRobojax.h library available?

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

      what the first 30 second of the video, I have mentioned it.

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

    👌👌👌

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

      Thank you. Sorry I missed your comment. RUclips now allows me to see comments I have not replied to.

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

    Hi there, will a TOF sensor read down to 1mm?

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

      Hi, they have not mention it , if you means minimum distance, no it won’t. But if you are referring to 1mm resolution, it depends on reflectivity of the surface. See datasheet.

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

    hello can you help me with this error( lcd.begin();) (no matching function for call to 'LiquidCrystal_I2C::begin()'
    )

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

      Hello it means you did not watch the video and skipped it. This video requires 2 other videos to be watch and instructions followed. Apparently you did not follow them.

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

      @@robojax I watched the video 3 times but my English is very bad. Thanks for the help, I'll watch the rest of the videos.

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

      sorry, it means you have to install the library. please watch this video ruclips.net/video/q9YC_GVHy5A/видео.html it has subtitle in almost any language.

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

      @@robojax thanks

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

    How much distance can be measured with this sensor

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

      Watch the main video on VL53L0X and I have explained it there. I have a link for that in the description where you can get the code and see this video.

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

      @@robojax ok thanks

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

      You are welcome.