Тёмный

Lesson 77: Using VL53L0X 200cm Laser Distance Sensor | Arduino Step By Step Course 

Robojax
Подписаться 109 тыс.
Просмотров 33 тыс.
50% 1

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 56   
@bgolfy
@bgolfy 2 года назад
Thank you for that clear explanation! For once, clear video without annoying music!
@visheshsaxena6199
@visheshsaxena6199 4 месяца назад
very nice video! the best way of teaching online step by step. Thanks!
@robojax
@robojax 4 месяца назад
Glad it was helpful!
@rolandwiberg1555
@rolandwiberg1555 3 месяца назад
about the spatial resolution, what is the diameter of the beam hitting the surface ?
@2007xoxox
@2007xoxox 2 года назад
Awesome! You are incredible man!
@digitronix532
@digitronix532 Месяц назад
Will this work in sunlight
@shailsh3965
@shailsh3965 Год назад
Fantastic Tutorial. I wish to have your expert advise. Can you please suggest which sensor will be best for measuring distance outdoors and is weather proof for obstacle avoidance?..Thank you very much in Advance
@stlo0309
@stlo0309 9 месяцев назад
thanks a lot!
@robojax
@robojax 9 месяцев назад
You're welcome!
@xvolodea
@xvolodea 2 года назад
Thanks for your nice videos. Can you explain in a short video how work the radioaltimeter that mesure distance till 1000 - 1500 meters ? What are the components and its parameters to be able mesuring such distace. I know hardware in this case are expencive but just an explanation please. Regards
@robojax
@robojax 2 года назад
1000m? wow that is kind of industrial high end range finder or altitude. You might be able to Big/Google it to find read-to-use device.
@markgma
@markgma 10 месяцев назад
This video is very helpful. I can use this sensor and detect the distance correct. I found there is an issue: after the sensor cannot detect the distance (namely, it returns 8990) for a while (e.g. 30s), then the program dead. I have to restart by clicking Reset button. Wondering how to avoid this problem?
@robojax
@robojax 10 месяцев назад
It should not die. Perhaps the wires get disconnected. Check them. Leave it without touching and see if it stops.
@markgma
@markgma 10 месяцев назад
@@robojax you are right. the dead was from the loose plug. BTW, the sensor seems not be able to detect 3x3x4" cube if it is 27" far away from the sensor. Thought it might be the object is too small? Do you have any suggestion? Thank you in advance.
@GameMakerEU
@GameMakerEU 3 месяца назад
Could it work with raspberry pi pico?
@robojax
@robojax 3 месяца назад
If you write your code, yes.
@jomfawad9255
@jomfawad9255 3 месяца назад
can this be coded that if distance lower than 20mm 5 servo move to 1800 and if distance larger than 20mm move back 5 servos to 0?
@robojax
@robojax 3 месяца назад
yes and that is very easy. I have tones of videos on servo. most on push buttons with some kond of conditions. just use you distance instead of push buttons. search my channel for servo.
@AnthonyWebb7
@AnthonyWebb7 11 месяцев назад
If the wall is at an angle to the sensor will it still be able to read the distance? Ultrasonic sensors have difficulty unless they are not pointed straight at the wall, curious how these perform?
@robojax
@robojax 11 месяцев назад
Hi, yes for sure it will read the distance.
@prathamdeepsingh8210
@prathamdeepsingh8210 6 месяцев назад
Is it necessary to add that 100ms delay at the end of the code??
@robojax
@robojax 6 месяцев назад
I belive not. I did add it to print the value on serial monitor.
@irwankusumah4943
@irwankusumah4943 2 года назад
Thanks for your video, But i have a mistake measure for used that sensor. I hope you can help me.
@robojax
@robojax 2 года назад
you mean you are getting incorrect reading? remove the sticker from the sensor. there is a plastic sticker on the sensor.
@justinekamilay1006
@justinekamilay1006 5 месяцев назад
how can i download the zip library? i clicked the link on ur website but 404 not found for the zip
@robojax
@robojax 5 месяцев назад
Hi, thank you for letting me know. I just fixed the links. you may try again now. salam
@OTWSkripsi
@OTWSkripsi 2 года назад
I think the sensor's only can measuring about 127cm and than the value Will be 8190... It's not until 200cm, sure?
@robojax
@robojax 2 года назад
I believe I have shown the datasheet for VL53L0X. it says 200cm.
@justinc2633
@justinc2633 Год назад
it probably only reads 200cm in a dark room against a white surface
@johnathan7704
@johnathan7704 Год назад
Which is the cheapest ToF sensor you know of? No need for long range, not longer than say 20mm.
@robojax
@robojax Год назад
VL1860 is cheap and for about 50vm
@johnathan7704
@johnathan7704 Год назад
@@robojax thanks! I can’t find this sensor when googling however. Can you link some source?
@deniszorila5055
@deniszorila5055 Год назад
Is it possible to have an accuracy greater than mm?
@justinc2633
@justinc2633 Год назад
if you want micrometer level accuracy youre going to have to spend more than $15 lol, although i bet if you were to take an average from the readings it would be a lot closer to the real number
@jitendrachaudhari7222
@jitendrachaudhari7222 Год назад
How can output activate when distance is less than specific value? Thanks
@robojax
@robojax Год назад
That is called taking action. I have explained it in many videos. You can learn it from this video showing when temperatures reaches certain temperature or goes up or down ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-FWRWLzKFf38.htmlsi=hHCtvj_gnphhvyGM
@Vhariharan69
@Vhariharan69 Год назад
Is this sensor can measure black colour
@robojax
@robojax Год назад
It does not measure light.
@hindi2053
@hindi2053 Год назад
Its very detailed tutorial. Question: How the DATA and CLOCK are initialized to A4 and A5 of Arduino in your code?
@robojax
@robojax Год назад
It is I2C protocol that Arduino assigned .
@vrqntln
@vrqntln 2 года назад
Excuse me sir, I want to ask. I'm trying to make it at home. why the output is not up to 1000 mm? only up to 800 mm and immediately jump to 8190 mm.
@robojax
@robojax 2 года назад
You must have the object located at that t distance or there is reflective item.
@vrqntln
@vrqntln 2 года назад
@@robojax thank you sir, i will try. by the way, can i use VL53L0X to measure distance vertically?
@dmestr
@dmestr 2 года назад
Actually, do not understand how it measures the distance directly. Probably it measures the time and multiplay with speed of light?
@robojax
@robojax 2 года назад
that is not our focus. Yes the laser beam hits the object and returns and the time it takes to return is divided by 2. I have provided datasheet if you want to learn more about it.
@paparidas2331
@paparidas2331 2 года назад
Sir, How many sensors can we connect to a single arduino uno?
@robojax
@robojax 2 года назад
128 sensors via I2C and I have video search for it showing 2 sensors
@robojax
@robojax 2 года назад
Search my channel
@harikrishnanmk5724
@harikrishnanmk5724 День назад
hi where is that zip file
@robojax
@robojax 33 минуты назад
Hi, links to the resource page in the description below the video.
@KRZAKOWY
@KRZAKOWY Год назад
i have "Distance: 65535mm TIMEOUT " problem. help
@robojax
@robojax Год назад
It seems dead module or bad wiring. Use I2C scanner to check it. The I2C scanner code is on the Robojax website
@KRZAKOWY
@KRZAKOWY Год назад
@@robojax wiring is good, I2C scanner detects address.
@dickyhendrawan9190
@dickyhendrawan9190 9 месяцев назад
sorry bro i've got output "distance : -1mm timeout", what thats mean bro?
@robojax
@robojax 9 месяцев назад
-1 means wiring is bad or dead module. Run I2C scanner and see if you are getting the I2C address robojax.com/learn/arduino/?vid=robojax-I2C-scanner
Далее
Laser vs Ultrasonic - TOF10120 vs. HC-SR04
31:09
Просмотров 185 тыс.
🎙Пою РЕТРО Песни💃
3:05:57
Просмотров 1,3 млн
КОГДА НАКРОШИЛ НА ПОЛ #shorts
00:19
Просмотров 855 тыс.
#119 Time-of-flight LIDAR with VL53L0X ?
10:58
Просмотров 76 тыс.
Elon Musk says losers use LiDAR. [Explanation video]
6:53
6 Horribly Common PCB Design Mistakes
10:40
Просмотров 203 тыс.
Sensors - which one to use
17:06
Просмотров 1,3 млн
Effective Ways To Detect People With Common Sensors
7:43